init
This commit is contained in:
48
package.json
Normal file
48
package.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"name": "saber",
|
||||
"version": "4.10.0",
|
||||
"scripts": {
|
||||
"dev": "vite --host",
|
||||
"prod": "vite --mode production",
|
||||
"build": "vite build",
|
||||
"build:prod": "vite build --mode production",
|
||||
"serve": "vite preview --host"
|
||||
},
|
||||
"dependencies": {
|
||||
"element-plus": "^2.14.2",
|
||||
"@element-plus/icons-vue": "^2.3.1",
|
||||
"@smallwei/avue": "~3.9.2",
|
||||
"avue-plugin-ueditor": "^1.0.4",
|
||||
"@saber/nf-design-base-elp": "^1.3.0",
|
||||
"@saber/nf-form-design-elp": "^1.6.1",
|
||||
"@saber/nf-form-elp": "^1.6.3",
|
||||
"animate.css": "^4.1.1",
|
||||
"axios": "^1.13.5",
|
||||
"codemirror": "^5.65.21",
|
||||
"crypto-js": "^4.1.1",
|
||||
"dayjs": "^1.10.6",
|
||||
"disable-devtool": "^0.3.8",
|
||||
"highlight.js": "^11.9.0",
|
||||
"js-base64": "^3.7.4",
|
||||
"js-cookie": "^3.0.0",
|
||||
"js-md5": "^0.7.3",
|
||||
"nprogress": "^0.2.0",
|
||||
"sm-crypto": "^0.4.0",
|
||||
"vue": "^3.5.13",
|
||||
"vue-i18n": "^11.4.2",
|
||||
"vue-router": "^4.3.2",
|
||||
"vue3-clipboard": "^1.0.0",
|
||||
"vuex": "^4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^5.2.4",
|
||||
"@vue/compiler-sfc": "^3.4.27",
|
||||
"sass": "^1.85.1",
|
||||
"prettier": "^2.8.7",
|
||||
"terser": "^5.31.1",
|
||||
"unplugin-auto-import": "^0.11.2",
|
||||
"vite": "^5.4.19",
|
||||
"vite-plugin-compression": "^0.5.1",
|
||||
"vite-plugin-vue-setup-extend": "^0.4.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user