-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1014 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1014 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
{
"name": "docs",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "cross-env VP_MODE=development vitepress dev",
"prebuild": "pnpm -F @opentiny/genui-sdk-core build && pnpm -F @opentiny/genui-sdk-angular build:element",
"build": "cross-env VP_MODE=production NODE_OPTIONS=\"--max-old-space-size=8192\" vitepress build",
"preview": "vitepress preview",
"postinstall": "pnpm -F robot-root build"
},
"devDependencies": {
"@opentiny/tiny-robot": "workspace:^",
"@opentiny/tiny-robot-playground": "workspace:^",
"@vitejs/plugin-vue-jsx": "^4.1.2",
"cross-env": "^7.0.3",
"gh-pages": "^2.1.1",
"less": "^4.4.1",
"medium-zoom": "^1.1.0",
"mermaid": "^11.12.2",
"vitepress": "^1.6.3",
"vitepress-demo-plugin": "1.5.0",
"vitepress-plugin-tabs": "^0.7.3"
},
"dependencies": {
"vue": "^3.5.13"
},
"pnpm": {
"patchedDependencies": {
"vitepress-demo-plugin@1.5.0": "patches/vitepress-demo-plugin@1.5.0.patch"
}
}
}