-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.58 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
{
"name": "nextjs-tutorial",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@date-io/date-fns": "^2.13.1",
"@date-io/dayjs": "^2.13.1",
"@date-io/moment": "^2.13.1",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.5",
"@mui/lab": "^5.0.0-alpha.68",
"@mui/material": "^5.2.3",
"@mui/styles": "^5.3.0",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"@turf/turf": "^6.5.0",
"@types/three": "^0.138.0",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"axios": "^0.25.0",
"csshake": "^1.5.3",
"date-fns": "^2.28.0",
"emailjs": "^3.7.0",
"firebase": "^9.6.2",
"firebase-admin": "^10.0.2",
"framer-motion": "^6.2.8",
"mapbox-gl": "^2.6.1",
"maplibre-gl": "^1.15.2",
"moment": "^2.29.1",
"next": "^12.0.9",
"next-images": "^1.8.4",
"nookies": "^2.5.2",
"react": "17.0.2",
"react-datepicker": "^4.7.0",
"react-dom": "17.0.2",
"react-firebase-hooks": "^4.0.1",
"react-native-elements": "^3.4.2",
"swc": "^1.0.11",
"three": "^0.138.3",
"three-orbitcontrols-ts": "^0.1.2",
"use-dimensions": "^1.0.3",
"v-calendar": "^2.4.1",
"web3": "^1.6.1"
},
"devDependencies": {
"@types/node": "16.11.12",
"@types/react": "17.0.37",
"@types/react-datepicker": "^4.3.4",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"typescript": "4.5.2"
}
}