2018-07-16 23:25:50 +03:00
|
|
|
{
|
|
|
|
"name": "webui",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2019-03-30 23:25:21 +03:00
|
|
|
"@material-ui/core": "^3.9.3",
|
|
|
|
"@material-ui/icons": "^3.0.2",
|
2019-05-22 20:51:33 +03:00
|
|
|
"@material-ui/styles": "^3.0.0-alpha.10",
|
2019-03-30 23:25:21 +03:00
|
|
|
"apollo-boost": "^0.3.1",
|
2019-05-22 20:59:33 +03:00
|
|
|
"graphql": "^14.3.0",
|
2019-03-30 23:25:21 +03:00
|
|
|
"moment": "^2.24.0",
|
|
|
|
"react": "^16.8.6",
|
2019-05-22 20:59:33 +03:00
|
|
|
"react-apollo": "^2.5.6",
|
2019-03-30 23:25:21 +03:00
|
|
|
"react-dom": "^16.8.6",
|
|
|
|
"react-router": "^5.0.0",
|
|
|
|
"react-router-dom": "^5.0.0",
|
2019-05-22 23:06:31 +03:00
|
|
|
"react-scripts": "^2.1.8",
|
|
|
|
"remark-html": "^9.0.0",
|
|
|
|
"remark-parse": "^6.0.3",
|
|
|
|
"remark-react": "^5.0.1",
|
|
|
|
"unified": "^7.1.0"
|
2018-07-16 23:25:50 +03:00
|
|
|
},
|
2018-08-19 00:00:53 +03:00
|
|
|
"devDependencies": {
|
2019-05-22 20:59:33 +03:00
|
|
|
"eslint-config-prettier": "^4.3.0",
|
|
|
|
"eslint-plugin-prettier": "^3.1.0",
|
|
|
|
"prettier": "^1.17.1"
|
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
|
|
|
}
|