Files
gen-form/package.json

27 lines
573 B
JSON
Raw Normal View History

2022-12-13 17:27:14 +08:00
{
"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"
}
}