27 lines
582 B
JSON
27 lines
582 B
JSON
|
{
|
||
|
"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",
|
||
|
"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"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"start": "react-scripts start",
|
||
|
"build": "react-scripts build",
|
||
|
"test": "react-scripts test --env=jsdom",
|
||
|
"eject": "react-scripts eject"
|
||
|
},
|
||
|
"theme": "./src/theme.js",
|
||
|
"eslintConfig": {
|
||
|
"extends": "react-app"
|
||
|
}
|
||
|
}
|