This commit is contained in:
cxc
2022-12-13 17:27:14 +08:00
commit ebe22c45e5
53 changed files with 8482 additions and 0 deletions

26
package.json Normal file
View File

@ -0,0 +1,26 @@
{
"name": "gen-form",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"axios": "^1.2.1",
"clipboard": "^2.0.11",
"element-plus": "^2.2.26",
"file-saver": "^2.0.5",
"throttle-debounce": "^5.0.0",
"vue": "^3.2.45",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"sass": "^1.56.2",
"vite": "^4.0.0"
}
}