init
This commit is contained in:
26
package.json
Normal file
26
package.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user