-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.38 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
{
"name": "hacktorescue-hackathon",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"zeus": "zeus https://api-hacktotherescue.deliverky.com/graphql ./src/graphql --apollo --ts --typedDocumentNode"
},
"dependencies": {
"@apollo/client": "^3.8.8",
"@react-spring/three": "^9.7.3",
"@react-three/drei": "^9.90.0",
"@react-three/fiber": "^8.15.12",
"@types/leaflet": "^1.9.8",
"date-fns": "^2.30.0",
"framer-motion": "^10.16.14",
"graphql": "^16.8.1",
"graphql-zeus": "^5.3.2",
"keen-slider": "^6.8.6",
"leaflet": "^1.9.4",
"lucide-react": "^0.294.0",
"mongodb": "^6.3.0",
"next": "14.0.1",
"next-auth": "^4.24.5",
"node-xlsx": "^0.23.0",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-leaflet": "^4.2.1",
"recharts": "^2.10.3",
"tailwind-merge": "^2.1.0",
"three": "^0.159.0",
"three-stdlib": "^2.28.7",
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.159.0",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"postcss": "^8",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}