2018-07-16 23:25:50 +03:00
|
|
|
{
|
|
|
|
"name": "webui",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2018-08-14 03:06:02 +03:00
|
|
|
"@material-ui/core": "^1.4.2",
|
|
|
|
"@material-ui/icons": "^2.0.2",
|
2018-07-22 01:19:38 +03:00
|
|
|
"apollo-boost": "^0.1.10",
|
|
|
|
"graphql": "^0.13.2",
|
2018-08-14 03:06:02 +03:00
|
|
|
"moment": "^2.22.2",
|
2018-07-16 23:25:50 +03:00
|
|
|
"react": "^16.4.1",
|
2018-07-22 01:19:38 +03:00
|
|
|
"react-apollo": "^2.1.9",
|
2018-07-16 23:25:50 +03:00
|
|
|
"react-dom": "^16.4.1",
|
2018-07-22 01:19:38 +03:00
|
|
|
"react-router": "^4.3.1",
|
|
|
|
"react-router-dom": "^4.3.1",
|
2018-07-16 23:25:50 +03:00
|
|
|
"react-scripts": "1.1.4"
|
|
|
|
},
|
2018-08-19 00:00:53 +03:00
|
|
|
"devDependencies": {
|
|
|
|
"eslint-config-prettier": "^3.0.1",
|
|
|
|
"eslint-plugin-prettier": "^2.6.2",
|
|
|
|
"prettier": "1.14.2"
|
|
|
|
},
|
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
|
|
|
},
|
|
|
|
"proxy": "http://localhost:3001"
|
2018-07-17 03:10:04 +03:00
|
|
|
}
|