31 lines
653 B
JSON
31 lines
653 B
JSON
{
|
|
"name": "client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"antd": "^3.12.3",
|
|
"react": "^16.7.0",
|
|
"react-dom": "^16.7.0",
|
|
"react-redux": "^5.1.0",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-scripts": "2.1.3",
|
|
"redux": "^4.0.1",
|
|
"redux-thunk": "^2.3.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"proxy": "http://localhost:3001"
|
|
}
|