-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 838 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 838 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
{
"name": "docs",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "rspress build",
"dev": "rspress dev",
"sync-docs": "bun run ./scripts/sync-docs.ts docs",
"preview": "rspress preview",
"deploy": "wrangler pages deploy --branch=main"
},
"dependencies": {
"@rspress/core": "2.0.0-rc.3",
"@rspress/plugin-preview": "2.0.0-rc.3",
"@rspress/plugin-sitemap": "2.0.0-rc.3",
"@rstack-dev/doc-ui": "^1.12.2",
"@xyflow/react": "^12.10.2",
"mermaid": "^11.12.2",
"react": "19.2.3",
"react-dom": "19.2.3",
"shiki": "^3.20.0",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@biomejs/biome": "^2.3.10",
"@tailwindcss/postcss": "^4.1.18",
"@types/bun": "latest",
"@types/node": "^25.0.3",
"postcss": "^8.5.6",
"wrangler": "4.54.0"
}
}