-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 962 Bytes
/
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
{
"name": "quakezone-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.4",
"@material-ui/core": "^4.9.9",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.9.6",
"@tensorflow/tfjs-core": "^1.7.2",
"@tensorflow/tfjs-layers": "^1.7.2",
"@types/luxon": "^1.22.0",
"@types/react-map-gl": "^5.2.2",
"apollo-boost": "^0.4.7",
"axios": "^0.19.2",
"babel-plugin-root-import": "^6.5.0",
"clsx": "^1.1.0",
"graphql": "^15.0.0",
"immer": "^6.0.3",
"luxon": "^1.23.0",
"next": "^9.3.4",
"next-with-apollo": "^5.0.0",
"node-fetch": "^2.6.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-map-gl": "^5.2.3"
},
"devDependencies": {
"@types/node": "^13.11.0",
"@types/react": "^16.9.32",
"typescript": "^3.8.3"
}
}