-
Notifications
You must be signed in to change notification settings - Fork 133
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.13 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
{
"private": true,
"type": "module",
"scripts": {
"build": "rs doc build",
"check": "rs lint --fix && rs fmt",
"check:ci": "rs lint && rs fmt --check",
"dev": "rs doc",
"format": "rs fmt",
"prepare": "rs hooks",
"preview": "rs doc preview"
},
"dependencies": {
"@rspress/core": "^2.0.22",
"@shikijs/transformers": "^4.4.3",
"rspress-plugin-file-tree": "^1.0.6",
"rspress-plugin-google-analytics": "^1.0.0",
"rspress-plugin-mermaid": "^1.0.2"
},
"devDependencies": {
"@iconify-json/mingcute": "^1.2.8",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.93",
"@rsbuild/plugin-sass": "^2.0.1",
"@rspress/plugin-sitemap": "^2.0.22",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/node": "^22.20.1",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.5",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"rstack": "^0.7.1",
"typescript": "^6.0.3",
"unplugin-icons": "^23.0.1"
},
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": "12.4.2",
"onFail": "download"
}
}
}