-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
104 lines (104 loc) · 3.31 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "offcmpus",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.2.6",
"@graphql-codegen/typescript": "^1.20.0",
"@graphql-codegen/typescript-operations": "^1.17.13",
"@react-pdf-viewer/core": "^2.3.2",
"@stripe/react-stripe-js": "^1.2.0",
"@stripe/stripe-js": "^1.11.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/axios": "^0.14.0",
"@types/chart.js": "^2.9.25",
"@types/chartjs-plugin-annotation": "^0.5.1",
"@types/jest": "^26.0.14",
"@types/lodash": "^4.14.161",
"@types/node": "^14.11.2",
"@types/ol": "^6.4.2",
"@types/query-string": "^6.3.0",
"@types/react": "^16.9.49",
"@types/react-chartjs-2": "^2.5.7",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.1.0",
"@types/react-icons": "^3.0.0",
"@types/react-redux": "^7.1.9",
"@types/react-responsive": "^8.0.2",
"@types/react-router-dom": "^5.1.5",
"@types/react-transition-group": "^4.4.0",
"@types/redux": "^3.6.0",
"@types/styled-components": "^5.1.7",
"antd": "^4.11.2",
"apollo": "^2.31.1",
"apollo-boost": "^0.4.9",
"axios": "^0.21.1",
"chart.js": "^2.9.3",
"chartjs-plugin-annotation": "^0.5.7",
"chartjs-plugin-draggable": "^0.1.6",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"framer-motion": "^2.7.1",
"graphql": "^15.4.0",
"leaflet": "^1.7.1",
"lodash": "^4.17.20",
"lottie-react": "^2.1.0",
"node-sass": "^4.14.1",
"ol": "^6.4.3",
"pdfjs-dist": "^2.5.207",
"query-string": "^6.13.5",
"react": "^16.13.1",
"react-apollo": "^3.1.5",
"react-chartjs-2": "^2.10.0",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-icons": "^3.11.0",
"react-leaflet": "^3.0.2",
"react-redux": "^7.2.2",
"react-responsive": "^8.1.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-transition-group": "^4.4.1",
"recharts": "^2.0.4",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"shards-react": "^1.0.3",
"styled-components": "^5.2.1",
"typescript": "^4.0.3",
"universal-cookie": "^4.0.4",
"urlencode": "^1.1.0"
},
"scripts": {
"start": "dotenv -e ../.env.development react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"generate_old": "npm run generate && rm src/API/graphqlGlobalTypes.ts",
"generate": "graphql-codegen --config src/API/graphql-codegen-config.yml && npx apollo codegen:generate types --endpoint=http://localhost:9010/graphql --target=typescript --includes=src/API/**/*.graphql --tagName=gql --addTypename --globalTypesFile=src/API/graphqlGlobalTypes.ts"
},
"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.19.1",
"@graphql-codegen/fragment-matcher": "^2.0.1",
"@graphql-codegen/typescript-react-apollo": "^2.2.1",
"@types/leaflet": "^1.5.19",
"@types/urlencode": "^1.1.2",
"dotenv-cli": "^4.0.0"
}
}