-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 961 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
39
40
41
{
"name": "my-next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-three/fiber": "^8.15.0",
"@types/three": "^0.156.0",
"daisyui": "^4.12.23",
"highcharts": "^11.2.0",
"highcharts-react-official": "^3.2.1",
"leaflet": "^1.9.4",
"mongodb": "^6.3.0",
"next": "^15.1.4",
"next-auth": "^4.24.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-leaflet": "^4.2.1",
"three": "^0.156.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "18.3.18",
"@types/react-dom": "^18",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.4",
"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"
}
}