-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.84 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.84 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
52
53
54
55
56
57
58
59
{
"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",
"@emoji-mart/data": "^1.2.1",
"@floating-ui/dom": "^1.7.2",
"@logicflow/core": "^2.0.16",
"@logicflow/extension": "^2.0.21",
"@opentiny/fluent-editor": "^4.1.0",
"emoji-mart": "^5.6.0",
"highlight.js": "^10.2.0",
"html2canvas": "^1.4.1",
"katex": "^0.16.11",
"mathlive": "^0.101.0",
"quill-cursors": "^4.0.3",
"quill-header-list": "0.0.2",
"quill-markdown-shortcuts": "^0.0.10",
"quill-table-up": "^3.3.0",
"quill-toolbar-tip": "^0.0.13",
"simple-mind-map": "0.14.0-fix.1",
"simple-mind-map-plugin-themes": "^1.0.1",
"vue": "^3.5.13",
"vue-toastification": "2.0.0-rc.5",
"y-indexeddb": "^9.0.12",
"y-protocols": "^1.0.6",
"y-quill": "^1.0.0",
"y-webrtc": "^10.3.0",
"y-websocket": "^3.0.0",
"yjs": "^13.6.27"
},
"dependencies": {
"vue": "^3.5.13"
},
"pnpm": {
"patchedDependencies": {
"vitepress-demo-plugin@1.5.0": "patches/vitepress-demo-plugin@1.5.0.patch",
"ai@6.0.116": "genui/genui-sdk/patches/ai@6.0.116.patch"
}
}
}