2018-10-25 15:51:47 +02:00
|
|
|
{
|
|
|
|
"name": "my",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"antd": "^3.6.5",
|
|
|
|
"axios": "^0.18.0",
|
|
|
|
"dayjs": "^1.7.5",
|
|
|
|
"react": "^16.4.1",
|
2018-11-03 13:23:22 +01:00
|
|
|
"react-app-rewire-less": "^2.1.3",
|
|
|
|
"react-app-rewired": "^1.6.2",
|
2018-10-25 15:51:47 +02:00
|
|
|
"react-dom": "^16.4.1",
|
|
|
|
"react-quill": "^1.3.1",
|
|
|
|
"react-router": "^4.3.1",
|
|
|
|
"react-router-dom": "^4.3.1",
|
|
|
|
"react-scripts": "1.1.4"
|
|
|
|
},
|
2018-11-03 13:23:22 +01:00
|
|
|
"xxscripts": {
|
2018-10-25 15:51:47 +02:00
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test --env=jsdom",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
2018-11-03 13:23:22 +01:00
|
|
|
"scripts": {
|
|
|
|
"start": "react-app-rewired start",
|
|
|
|
"build": "react-app-rewired build",
|
|
|
|
"test": "react-app-rewired test --env=jsdom",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
2018-10-25 15:51:47 +02:00
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
2018-11-03 13:23:22 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-plugin-import": "^1.11.0",
|
|
|
|
"less-plugin-npm-import": "^2.1.0"
|
2018-10-25 15:51:47 +02:00
|
|
|
}
|
|
|
|
}
|