-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
36 lines (36 loc) · 936 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
{
"name": "docs-builder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lintfix": "next lint --fix"
},
"dependencies": {
"@react-three/drei": "^9.115.0",
"@react-three/fiber": "^8.17.10",
"@react-three/postprocessing": "^2.16.3",
"@ts-stack/markdown": "^1.5.0",
"@types/node": "20.4.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/three": "^0.169.0",
"cal-sans": "^1.0.1",
"copy-to-clipboard": "^3.3.3",
"eslint": "8.44.0",
"eslint-config-next": "^14.0.4",
"highlight.js": "^11.10.0",
"next": "^14.0.4",
"nextjs-toploader": "^3.7.15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"swr": "^2.2.5",
"three": "^0.170.0",
"typescript": "5.6.3",
"usehooks-ts": "^3.1.0"
}
}