This repository has been archived by the owner on Nov 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
77 lines (77 loc) · 2.46 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": "frontend",
"version": "1.6.10",
"prodVersion": "1.6.10",
"author": "Thomas Kosiewski",
"license": "AGPL-3.0-or-later",
"private": true,
"scripts": {
"dev": "next",
"compile": "graphql-let && tsc -b && cross-env NODE_ENV=production next build",
"start": "next start",
"sync-dotenv": "sync-dotenv",
"types": "npm run download-schema && graphql-let",
"graphql-let": "graphql-let",
"download-schema": "npx apollo client:download-schema"
},
"dependencies": {
"@apollo/client": "^3.3.21",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@next/plugin-google-analytics": "^10.1.3",
"@sentry/browser": "^6.9.0",
"@sentry/integrations": "^6.9.0",
"@sentry/node": "^6.9.0",
"@sentry/react": "^6.9.0",
"@sentry/tracing": "^6.9.0",
"@sentry/webpack-plugin": "^1.16.0",
"@zeit/next-source-maps": "0.0.4-canary.1",
"apollo": "^2.33.4",
"apollo-server-micro": "^3.0.1",
"apollo-utilities": "^1.3.4",
"bignumber.js": "^9.0.1",
"bulma": "^0.9.3",
"chart.js": "^3.4.1",
"classnames": "^2.3.1",
"d3": "^7.0.0",
"graphql": "^15.5.1",
"js-base64": "^3.6.1",
"js-cookie": "^2.2.1",
"next": "^11.0.1",
"next-optimized-images": "^2.6.2",
"next-seo": "^4.26.0",
"next-transpile-modules": "^8.0.0",
"react": "^17.0.2",
"react-chartjs-2": "^3.0.3",
"react-cookie-consent": "^6.2.4",
"react-date-range": "^1.3.0",
"react-dom": "^17.0.2",
"sass": "^1.35.2",
"subscriptions-transport-ws": "^0.9.19",
"svg-gauge": "^1.0.6",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"underlords": "^1.0.2"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.21.7",
"@graphql-codegen/plugin-helpers": "1.18.8",
"@graphql-codegen/typescript": "^1.23.0",
"@graphql-codegen/typescript-operations": "^1.18.4",
"@graphql-codegen/typescript-react-apollo": "^2.3.1",
"@graphql-codegen/typescript-resolvers": "1.20.0",
"@types/chart.js": "^2.9.34",
"@types/classnames": "^2.3.0",
"@types/d3": "^7.0.0",
"@types/js-cookie": "^2.2.7",
"@types/react": "^17.0.14",
"@types/react-date-range": "^1.1.5",
"@types/react-dom": "^17.0.9",
"cpx": "^1.5.0",
"cross-env": "^7.0.3",
"graphql-let": "^0.18.4",
"sync-dotenv": "^2.6.2",
"typescript": "^4.3.5"
}
}