-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 2.38 KB
/
package.json
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
{
"name": "react-translations",
"version": "1.0.0",
"proxy": "https://oxideshop.local",
"dependencies": {
"@apollo/react-common": "^3.0.0",
"@apollo/react-components": "^3.0.0",
"@apollo/react-hoc": "^3.0.0",
"@apollo/react-hooks": "^3.0.0",
"@graphql-codegen/typescript-react-apollo": "^1.8.3",
"@material-ui/core": "^4.2.1",
"@material-ui/icons": "^4.2.1",
"@material-ui/lab": "^4.0.0-alpha.22",
"@types/graphql": "^14.2.3",
"@types/jest": "24.0.15",
"@types/node": "12.0.12",
"@types/react": "16.8.23",
"@types/react-dom": "^16.8.5",
"@types/react-router-dom": "^4.3.4",
"apollo-boost": "^0.4.3",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link": "^1.2.13",
"apollo-link-error": "^1.1.12",
"apollo-link-http": "^1.5.16",
"apollo-link-state": "^0.4.2",
"clsx": "^1.0.4",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"material-table": "^1.40.1",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-apollo": "^2.5.8",
"react-apollo-hooks": "^0.4.5",
"react-dom": "^16.8.6",
"react-emoji-render": "^1.0.0",
"react-perfect-scrollbar": "^1.5.3",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"typescript": "3.5.2"
},
"scripts": {
"start": "react-scripts start",
"build": "rm -rf out/ && react-scripts build && mv build out",
"test": "react-scripts test",
"eject": "react-scripts eject",
"codegen": "NODE_ENV=development 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.8.3",
"@graphql-codegen/introspection": "^1.8.3",
"@graphql-codegen/typescript": "^1.8.3",
"@graphql-codegen/typescript-document-nodes": "^1.8.3",
"@graphql-codegen/typescript-graphql-files-modules": "^1.8.3",
"@graphql-codegen/typescript-operations": "^1.8.3",
"graphql-code-generator": "^0.18.2",
"graphql-codegen-typescript-common": "0.18.2",
"graphql-codegen-typescript-react-apollo": "0.18.2",
"graphql-codegen-typescript-react-apollo-template": "^0.18.2"
}
}