-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.11 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
78
79
{
"name": "ddr-store",
"homepage": "https://robliou.github.io/",
"type": "commonjs",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.8",
"@auth0/auth0-react": "^1.8.0",
"@auth0/auth0-spa-js": "^1.20.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.8.1",
"@graphql-codegen/cli": "^2.6.2",
"apollo-link": "^1.2.14",
"apollo-link-batch-http": "^1.2.14",
"apollo-link-error": "^1.1.13",
"apollo-link-retry": "^2.2.16",
"apollo-server": "^3.6.3",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"caniuse-lite": "^1.0.30001522",
"classnames": "^2.3.2",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"favicon": "^0.0.2",
"graphql": "^15.3.0",
"graphql-tag": "^2.12.6",
"history": "^5.2.0",
"moment": "^2.29.3",
"react": "^17.0.2",
"react-apollo": "^3.1.5",
"react-app-rewired": "^2.2.1",
"react-bootstrap": "^2.1.1",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.1",
"react-scripts": "4.0.3",
"react-tableql": "^0.2.1",
"reactstrap": "^9.0.2",
"request": "^2.88.2"
},
"scripts": {
"generate": "graphql-codegen --config codegen.yml",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"introspection": "graphql-codegen --config codegen.yml"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"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": "2.6.2",
"@graphql-codegen/introspection": "2.1.1",
"@graphql-codegen/typescript": "2.4.5",
"@graphql-codegen/typescript-operations": "2.3.2",
"@graphql-codegen/typescript-react-apollo": "3.2.8",
"typescript": "^4.7.4",
"webpack": "^4.44.2",
"webpack-cli": "^4.9.2"
}
}