-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 979 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
{
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/three": "~0.171.0",
"@vercel/analytics": "~1.4.1",
"@vercel/speed-insights": "~1.1.0",
"autoprefixer": "10.4.20",
"geist": "~1.3.1",
"next": "~15.1.0",
"postcss": "8.4.49",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-force-graph-3d": "~1.25.1",
"tailwindcss": "3.4.16",
"three": "~0.171.0"
},
"devDependencies": {
"@eslint/compat": "~1.2.4",
"@eslint/js": "~9.17.0",
"@types/node": "~22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"encoding": "~0.1.13",
"eslint": "~9.17.0",
"eslint-plugin-react": "~7.37.2",
"eslint-plugin-react-hooks": "5.1.0",
"@next/eslint-plugin-next": "15.1.0",
"globals": "~15.13.0",
"typescript": "~5.7.2",
"typescript-eslint": "~8.18.1"
}
}