2018-07-16 23:25:50 +03:00
|
|
|
{
|
|
|
|
"name": "webui",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2020-01-24 02:43:02 +03:00
|
|
|
"@apollo/react-hooks": "^3.1.3",
|
|
|
|
"@material-ui/core": "^4.9.0",
|
2019-08-31 15:21:45 +03:00
|
|
|
"@material-ui/icons": "^4.2.1",
|
2020-01-24 02:43:02 +03:00
|
|
|
"@material-ui/lab": "^4.0.0-alpha.40",
|
|
|
|
"@material-ui/styles": "^4.9.0",
|
2020-01-31 13:46:47 +03:00
|
|
|
"@types/node": "^13.5.3",
|
|
|
|
"@types/react": "^16.9.19",
|
|
|
|
"@types/react-dom": "^16.9.5",
|
2020-02-04 01:08:26 +03:00
|
|
|
"@types/react-router-dom": "^5.1.3",
|
2020-01-21 23:01:51 +03:00
|
|
|
"apollo-boost": "^0.4.7",
|
2020-01-31 13:46:47 +03:00
|
|
|
"graphql": "^14.6.0",
|
2020-02-04 01:08:26 +03:00
|
|
|
"graphql.macro": "^1.4.2",
|
2019-03-30 23:25:21 +03:00
|
|
|
"moment": "^2.24.0",
|
|
|
|
"react": "^16.8.6",
|
2020-01-21 23:01:51 +03:00
|
|
|
"react-apollo": "^3.1.3",
|
2019-03-30 23:25:21 +03:00
|
|
|
"react-dom": "^16.8.6",
|
|
|
|
"react-router": "^5.0.0",
|
|
|
|
"react-router-dom": "^5.0.0",
|
2020-01-31 13:46:47 +03:00
|
|
|
"react-scripts": "^3.3.1",
|
2020-01-21 23:01:51 +03:00
|
|
|
"remark-html": "^10.0.0",
|
|
|
|
"remark-parse": "^7.0.2",
|
|
|
|
"remark-react": "^6.0.0",
|
2020-01-31 13:46:47 +03:00
|
|
|
"typescript": "^3.7.5",
|
2020-01-21 23:01:51 +03:00
|
|
|
"unified": "^8.4.2"
|
2018-07-16 23:25:50 +03:00
|
|
|
},
|
2018-08-19 00:00:53 +03:00
|
|
|
"devDependencies": {
|
2020-01-31 13:46:47 +03:00
|
|
|
"@graphql-codegen/cli": "^1.12.1",
|
|
|
|
"@graphql-codegen/fragment-matcher": "^1.12.1",
|
2020-02-04 22:57:43 +03:00
|
|
|
"@graphql-codegen/near-operation-file-preset": "^1.12.2-alpha-ea7264f9.15",
|
2020-02-04 01:08:26 +03:00
|
|
|
"@graphql-codegen/typescript-operations": "^1.12.1",
|
|
|
|
"@graphql-codegen/typescript-react-apollo": "^1.12.1",
|
2020-01-31 13:46:47 +03:00
|
|
|
"eslint-config-prettier": "^6.10.0",
|
2020-01-21 23:01:51 +03:00
|
|
|
"eslint-plugin-prettier": "^3.1.2",
|
|
|
|
"prettier": "^1.19.1"
|
2018-08-19 00:00:53 +03:00
|
|
|
},
|
2018-07-16 23:25:50 +03:00
|
|
|
"scripts": {
|
2020-01-21 23:01:51 +03:00
|
|
|
"start": "npm run generate && react-scripts start",
|
|
|
|
"build": "npm run generate && react-scripts build",
|
2018-07-16 23:25:50 +03:00
|
|
|
"test": "react-scripts test --env=jsdom",
|
2018-08-19 00:00:53 +03:00
|
|
|
"eject": "react-scripts eject",
|
2020-01-21 23:01:51 +03:00
|
|
|
"generate": "graphql-codegen",
|
2018-08-19 00:00:53 +03:00
|
|
|
"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
|
|
|
}
|