-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.52 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.52 KB
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
{
"name": "my-next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.10.0",
"@react-three/drei": "^9.121.2",
"@react-three/fiber": "^8.15.0",
"@types/three": "^0.156.0",
"bcryptjs": "^2.4.3",
"daisyui": "^4.12.23",
"highcharts": "^11.2.0",
"highcharts-react-official": "^3.2.1",
"leaflet": "^1.9.4",
"mongodb": "^6.12.0",
"mongodb-memory-server": "^10.1.3",
"next": "^14.0.0",
"next-auth": "^4.24.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.54.2",
"react-leaflet": "^4.2.1",
"react-select": "^5.10.0",
"three": "^0.159.0",
"three-mesh-bvh": "0.8.0",
"zod": "^3.24.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/leaflet": "^1.9.16",
"@types/node": "^20",
"@types/react": "^18.2.0",
"@types/react-dom": "^18",
"eslint": "8.57.1",
"eslint-config-next": "14.1.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2"
},
"overrides": {
"glob": "^10.0.0",
"rimraf": "^5.0.0",
"@eslint/config-array": "latest",
"@eslint/object-schema": "latest",
"@humanwhocodes/config-array": "@eslint/config-array@latest",
"@humanwhocodes/object-schema": "@eslint/object-schema@latest",
"three-mesh-bvh": "0.8.0"
}
}