-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
138 lines (138 loc) · 4.36 KB
/
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
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"private": true,
"version": "1.0.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && node ./build/vite.config.js",
"clean": "rimraf --glob dist \"packages/*/dist\" \"plugins/*/.lowcode/dist\"",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs && pnpm build",
"docs:preview": "vitepress preview docs",
"packages:build": "node build/build.js",
"packages:publish": "node build/publish.js"
},
"dependencies": {
"@el-lowcode/crud": "workspace:*",
"@el-lowcode/designer": "workspace:*",
"@el-lowcode/render": "workspace:*",
"@el-lowcode/utils": "workspace:*",
"@guolao/vue-monaco-editor": "^1.3.0",
"@scena/guides": "^0.29.2",
"@tiptap/core": "^2.8.0",
"@tiptap/extension-color": "^2.8.0",
"@tiptap/extension-highlight": "^2.9.1",
"@tiptap/extension-image": "^2.8.0",
"@tiptap/extension-link": "^2.8.0",
"@tiptap/extension-placeholder": "^2.9.1",
"@tiptap/extension-table": "^2.8.0",
"@tiptap/extension-table-cell": "^2.8.0",
"@tiptap/extension-table-header": "^2.8.0",
"@tiptap/extension-table-row": "^2.8.0",
"@tiptap/extension-task-item": "^2.8.0",
"@tiptap/extension-task-list": "^2.8.0",
"@tiptap/extension-text-align": "^2.8.0",
"@tiptap/extension-text-style": "^2.8.0",
"@tiptap/pm": "^2.8.0",
"@tiptap/starter-kit": "^2.8.0",
"@tiptap/vue-3": "^2.8.0",
"@vue/compiler-core": "^3.5.13",
"@vue/compiler-sfc": "^3.3.6",
"@vue/shared": "^3.3.4",
"@vueuse/core": "^10.5.0",
"@vueuse/router": "^10.5.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.4.0",
"color": "^4.2.3",
"echarts": "^5.5.1",
"el-form-render": "workspace:*",
"el-lowcode": "workspace:*",
"element-plus": "^2.8.1",
"hexoid": "^2.0.0",
"highlight.js": "^11.10.0",
"html-parse-string": "^0.0.9",
"infinite-viewer": "^0.29.1",
"lodash-es": "^4.17.21",
"markdown-it": "^14.1.0",
"md5": "^2.3.0",
"moveable": "^0.53.0",
"postcss": "^8.4.41",
"qrcode": "^1.5.4",
"qs": "^6.11.2",
"solid-element": "^1.9.0",
"solid-js": "^1.9.2",
"tippy.js": "^6.3.7",
"tiptap-extension-resize-image": "^1.1.9",
"uuid": "^9.0.1",
"vue": "^3.5.13",
"vue-draggable-plus": "^0.2.6",
"vue-echarts": "^7.0.3",
"vue-request": "^2.0.4",
"vue-router": "^4.2.5",
"vue-tippy": "^6.6.0",
"vue3-moveable": "^0.28.0",
"wc-appbar": "^0.0.8",
"wc-hljs": "^0.0.0",
"wc-mdit": "^0.0.1",
"wc-waterfall": "^0.0.7"
},
"devDependencies": {
"@babel/generator": "^7.26.5",
"@babel/parser": "^7.26.5",
"@babel/types": "^7.26.9",
"@iconify/json": "^2.2.121",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-typescript": "^11.1.2",
"@rollup/pluginutils": "^5.0.4",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.4.8",
"@unocss/postcss": "0.54.1",
"@unocss/preset-rem-to-px": "0.54.1",
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue-macros/volar": "^0.14.3",
"acorn": "^8.10.0",
"acorn-walk": "^8.2.0",
"chalk": "^5.3.0",
"dts-bundle-generator": "^8.0.1",
"esbuild": "^0.25.0",
"estree-walker": "^3.0.3",
"fast-glob": "^3.3.1",
"fs-extra": "^11.1.1",
"magic-string": "^0.30.17",
"micromatch": "^4.0.5",
"msw": "^1.2.3",
"rollup": "^3.27.2",
"rollup-plugin-dts": "^5.3.1",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-external-globals": "^0.11.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.65.1",
"strip-literal": "^1.3.0",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"ufo": "^1.3.1",
"unocss": "0.54.1",
"unplugin-auto-import": "^0.16.6",
"unplugin-icons": "^0.17.0",
"unplugin-vue": "^4.2.5",
"unplugin-vue-components": "^0.25.2",
"unplugin-vue-jsx": "^0.2.2",
"unplugin-vue-macros": "^2.11.6",
"vite": "^4.4.5",
"vite-plugin-css-injected-by-js": "^3.5.1",
"vite-plugin-markdown-preview": "^1.1.1",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-singlefile": "^2.0.2",
"vitepress": "1.0.0-beta.7",
"vue-demi": "^0.14.7",
"vue-tsc": "^2.*"
},
"msw": {
"workerDirectory": "docs\\public"
}
}