-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.39 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "web-admin",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/react-common": "^3.0.1",
"@apollo/react-components": "^3.0.1",
"@apollo/react-hoc": "^3.0.1",
"@material-ui/core": "^4.2.0",
"@material-ui/icons": "^4.2.1",
"@sentry/browser": "^5.6.1",
"@types/classnames": "^2.2.8",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.2",
"@types/pretty-bytes": "^5.1.0",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-router-config": "^5.0.0",
"@types/react-router-dom": "^5.1.3",
"@types/react-timeago": "^4.1.1",
"@types/reactstrap": "^8.0.1",
"apollo-boost": "^0.4.3",
"apollo-cache-inmemory": "^1.6.2",
"apollo-client": "^2.6.3",
"apollo-link-http": "^1.5.15",
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"graphql-tag": "^2.10.1",
"http-proxy-middleware": "^0.20.0",
"immutable": "^4.0.0-rc.12",
"material-table": "^1.40.1",
"morgan": "^1.9.1",
"notistack": "^0.9.6",
"pretty-bytes": "^5.2.0",
"query-string": "^6.8.1",
"react": "^16.8.6",
"react-ace": "^8.0.0",
"react-apollo": "^3.0.1",
"react-dom": "^16.9.0",
"react-ga": "^2.6.0",
"react-icons": "^3.7.0",
"react-loading-skeleton": "^1.1.2",
"react-router-breadcrumbs-hoc": "^3.2.0",
"react-router-config": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.1.1",
"react-syntax-highlighter": "^11.0.1",
"react-timeago": "^4.4.0",
"reactstrap": "^8.0.0",
"simple-react-validator": "^1.2.0",
"typescript": "^3.5.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"codegen": "graphql-codegen --config codegen.yml"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@graphql-codegen/cli": "^1.13.1",
"@graphql-codegen/introspection": "^1.13.1",
"@graphql-codegen/typescript": "^1.13.1",
"@graphql-codegen/typescript-operations": "^1.13.1",
"@graphql-codegen/typescript-react-apollo": "^1.13.1",
"apollo": "2.21.1",
"graphql": "^14.4.2"
}
}