2018-11-06 15:37:36 +00:00
|
|
|
{
|
|
|
|
"name": "client-react",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"@material-ui/core": "^3.4.0",
|
2018-11-06 16:19:17 +00:00
|
|
|
"@types/node": "^10.12.2",
|
|
|
|
"@types/react": "^16.4.18",
|
|
|
|
"@types/react-dom": "^16.0.9",
|
|
|
|
"@types/react-router-dom": "^4.3.1",
|
2018-11-06 15:37:36 +00:00
|
|
|
"react": "^16.6.0",
|
|
|
|
"react-dom": "^16.6.0",
|
|
|
|
"react-router-dom": "^4.3.1",
|
2018-11-06 16:19:17 +00:00
|
|
|
"react-scripts": "2.1.1",
|
|
|
|
"typescript": "^3.1.6"
|
2018-11-06 15:37:36 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|