-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.65 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "pkxr-server",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --experimental-https",
"build": "next build",
"start": "next dev --experimental-https",
"lint": "next lint"
},
"dependencies": {
"@coconut-xr/koestlich": "^0.3.12",
"@coconut-xr/natuerlich": "^0.0.49",
"@coconut-xr/xinteraction": "^0.1.12",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@monaco-editor/react": "^4.6.0",
"@next/mdx": "^14.1.3",
"@phosphor-icons/react": "^2.0.15",
"@preact/signals-core": "^1.6.0",
"@preact/signals-react": "^2.0.1",
"@react-spring/three": "^9.7.3",
"@react-three/drei": "^9.92.7",
"@react-three/fiber": "^8.15.10",
"@react-three/uikit": "^0.1.19",
"@react-three/uikit-lucide": "^0.1.19",
"@react-three/xr": "^5.7.1",
"@types/mdx": "^2.0.11",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"bcrypt-ts": "^5.0.0",
"drizzle-orm": "^0.29.2",
"file-saver": "^2.0.5",
"form-data": "^4.0.0",
"formidable": "^3.5.1",
"geist": "^1.2.0",
"jszip": "^3.10.1",
"lucide-react": "^0.365.0",
"next": "^14.1.3",
"next-auth": "5.0.0-beta.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-resizable-panels": "^2.0.13",
"three": "0.160.0"
},
"devDependencies": {
"@types/node": "^20.10.4",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.152.1",
"@types/uuid": "^9.0.2",
"@types/webxr": "^0.5.8",
"eslint": "^8",
"eslint-config-next": "^14.0.4",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
}
}