dgdgproto/client/package.json
2020-03-25 03:54:31 +01:00

33 lines
681 B
JSON

{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^4.0.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5",
"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:9051",
"devDependencies": {
"react-scripts": "3.4.1"
}
}