-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 940 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 940 Bytes
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
{
"name": "MARSLib-web",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "wrangler pages dev",
"deploy": "npm run build && wrangler pages deploy",
"cf-typegen": "wrangler types --env-interface CloudflareBindings"
},
"dependencies": {
"@tiptap/html": "^3.22.3",
"@tiptap/pm": "^3.22.3",
"@tiptap/react": "^3.22.3",
"@tiptap/starter-kit": "^3.22.3",
"hono": "^4.12.14",
"html-react-parser": "^6.0.1",
"mermaid": "^11.14.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-router-dom": "^7.14.1",
"three": "^0.184.0"
},
"devDependencies": {
"@hono/vite-build": "^1.2.0",
"@hono/vite-dev-server": "^0.18.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.184.0",
"@vitejs/plugin-react": "^4.7.0",
"marked": "^18.0.1",
"vite": "^6.3.5",
"wrangler": "^4.4.0"
}
}