-
Notifications
You must be signed in to change notification settings - Fork 188
/
Copy pathpackage.json
32 lines (32 loc) · 947 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
{
"name": "rsbuild-website",
"version": "0.6.3",
"private": true,
"license": "MIT",
"scripts": {
"build": "rspress build",
"dev": "rspress dev",
"preview": "rspress preview"
},
"devDependencies": {
"@rsbuild/core": "workspace:*",
"@rsbuild/plugin-sass": "^1.3.1",
"@rspress/plugin-client-redirects": "^2.0.0-alpha.10",
"@rspress/plugin-rss": "^2.0.0-alpha.10",
"@rspress/plugin-shiki": "^2.0.0-alpha.10",
"@rstack-dev/doc-ui": "1.7.4",
"@shikijs/transformers": "^3.2.2",
"@types/node": "^22.14.1",
"@types/react": "^19.1.1",
"@types/react-dom": "^19.1.2",
"fast-glob": "^3.3.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"rsbuild-plugin-google-analytics": "^1.0.3",
"rsbuild-plugin-open-graph": "^1.0.2",
"rspress": "^2.0.0-alpha.10",
"rspress-plugin-font-open-sans": "^1.0.0",
"rspress-plugin-sitemap": "^1.1.1",
"typescript": "^5.8.3"
}
}