quarantale/client/package.json

32 lines
653 B
JSON
Raw Normal View History

2020-03-12 17:37:50 +00:00
{
"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"
],
2020-03-12 18:37:37 +00:00
"proxy": "http://localhost:9051"
2020-03-12 17:37:50 +00:00
}