-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.3 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.3 KB
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
{
"name": "blaybus212",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=18.0.0",
"pnpm": ">=9.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@react-three/drei": "^10.0.0",
"@react-three/fiber": "^9.5.0",
"@tiptap/core": "^2.27.2",
"@tiptap/extension-heading": "^2.27.2",
"@tiptap/extension-image": "^2.27.2",
"@tiptap/extension-placeholder": "^2.27.2",
"@tiptap/react": "^2.27.2",
"@tiptap/starter-kit": "^2.27.2",
"html2canvas": "^1.4.1",
"jszip": "^3.10.1",
"jspdf": "^2.5.2",
"next": "^16.1.0",
"next-auth": "5.0.0-beta.30",
"prosemirror-markdown": "^1.13.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"three": "^0.169.0",
"three-stdlib": "^2.36.1",
"use-debounce": "^10.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.169.0",
"eslint": "^9",
"eslint-config-next": "^16.1.0",
"msw": "^2.12.8",
"tailwindcss": "^4",
"typescript": "^5"
},
"msw": {
"workerDirectory": [
"public"
]
}
}