-
-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.38 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
{
"name": "@rsdoctor/docs",
"version": "1.5.8",
"scripts": {
"dev": "cross-env RSPRESS_PERSIST_CACHE=false rspress dev",
"build": "cross-env RSPRESS_PERSIST_CACHE=false rspress build && sh build.sh",
"preview": "rspress preview"
},
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsdoctor",
"directory": "packages/document"
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"docs",
"src"
],
"type": "module",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@rsdoctor/types": "workspace:*",
"@rspress/plugin-algolia": "2.0.9",
"@rspress/plugin-client-redirects": "2.0.9",
"@rspress/plugin-rss": "2.0.5",
"@types/node": "^22.8.1",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"cross-env": "^7.0.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-render-to-markdown": "^18.3.1",
"rsbuild-plugin-google-analytics": "^1.0.5",
"rsbuild-plugin-open-graph": "^1.1.2",
"rspress-plugin-font-open-sans": "^1.0.3",
"rspress-plugin-sitemap": "^1.2.1",
"typescript": "^5.9.2",
"@rsbuild/plugin-sass": "^1.5.1"
},
"dependencies": {
"@rstack-dev/doc-ui": "1.12.5",
"clsx": "^2.1.1",
"react-markdown": "^9.1.0",
"@rspress/core": "2.0.9"
}
}