2018-07-16 23:25:50 +03:00
|
|
|
{
|
|
|
|
"name": "webui",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2018-12-23 15:57:40 +03:00
|
|
|
"@material-ui/core": "^1.5.1",
|
|
|
|
"@material-ui/icons": "^2.0.3",
|
|
|
|
"apollo-boost": "^0.1.23",
|
|
|
|
"graphql": "^14.0.2",
|
|
|
|
"moment": "^2.23.0",
|
|
|
|
"react": "^16.7.0",
|
|
|
|
"react-apollo": "^2.3.3",
|
|
|
|
"react-dom": "^16.7.0",
|
2018-07-22 01:19:38 +03:00
|
|
|
"react-router": "^4.3.1",
|
|
|
|
"react-router-dom": "^4.3.1",
|
2019-01-08 00:51:55 +03:00
|
|
|
"react-scripts": "2.1.3"
|
2018-07-16 23:25:50 +03:00
|
|
|
},
|
2018-08-19 00:00:53 +03:00
|
|
|
"devDependencies": {
|
2018-12-23 15:57:40 +03:00
|
|
|
"eslint-config-prettier": "^3.3.0",
|
|
|
|
"eslint-plugin-prettier": "^2.7.0",
|
2019-01-08 00:51:55 +03:00
|
|
|
"prettier": "1.15.3"
|
2018-08-19 00:00:53 +03:00
|
|
|
},
|
2018-07-16 23:25:50 +03:00
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test --env=jsdom",
|
2018-08-19 00:00:53 +03:00
|
|
|
"eject": "react-scripts eject",
|
|
|
|
"lint": "eslint src/"
|
2018-07-22 01:19:38 +03:00
|
|
|
},
|
2018-12-23 15:57:40 +03:00
|
|
|
"proxy": "http://localhost:3001",
|
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
|
|
|
]
|
2018-07-17 03:10:04 +03:00
|
|
|
}
|