forked from hktuto/v-form-designer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.33 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
{
"name": "v-form",
"version": "3.0.57",
"private": false,
"main": "dist/designer.umd.js",
"files": [
"dist"
],
"scripts": {
"dev": "vite --port 3555",
"build": "vite build --config vite-lib.config.js && vite build --config vite-lib-render.config.js",
"lib": "vite build --config vite-lib.config.js",
"lib-render": "vite build --config vite-lib-render.config.js",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^0.2.7",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^0.24.0",
"clipboard": "^2.0.11",
"core-js": "^3.38.1",
"element-plus": "^2.8.6",
"file-saver": "^2.0.5",
"mitt": "^3.0.1",
"sortablejs": "1.14.0",
"vue": "^3.5.12",
"vue3-ace-editor": "^2.2.4",
"vue3-quill": "^0.2.9"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.1.0",
"@types/node": "^17.0.45",
"@vitejs/plugin-vue": "^2.3.4",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"ace-builds": "^1.36.3",
"babel-eslint": "^10.1.0",
"mvdir": "^1.0.22",
"rollup-plugin-external-globals": "^0.6.1",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.80.3",
"vite": "2.7.3",
"vite-plugin-svg-icons": "^1.1.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}