-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 844 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
{
"name": "fe-dudu-nextra",
"version": "0.0.1",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "biome check --write --unsafe"
},
"dependencies": {
"@giscus/react": "^3.1.0",
"@react-three/drei": "^9.121.3",
"@react-three/fiber": "^8.17.12",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"d3": "^7.9.0",
"next": "^14.2.15",
"nextra": "^3.0.11",
"nextra-theme-docs": "^3.0.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"three": "^0.172.0",
"three-stdlib": "^2.35.12"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/d3": "^7.4.3",
"@types/node": "18.11.10",
"eslint": "^9.11.1",
"prettier": "^3.3.3",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]"
}