You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.4 KiB
53 lines
1.4 KiB
{ |
|
"name": "saber", |
|
"version": "3.2.0", |
|
"scripts": { |
|
"dev": "vite --host", |
|
"prod": "vite --mode production", |
|
"build": "vite build", |
|
"build:prod": "vite build --mode production", |
|
"serve": "vite preview --host" |
|
}, |
|
"dependencies": { |
|
"@antfu/utils": "^0.7.2", |
|
"@element-plus/icons-vue": "^2.0.9", |
|
"@saber/nf-design-base-elp": "^1.1.1", |
|
"@smallwei/avue": "^3.4.9", |
|
"animate.css": "^4.1.1", |
|
"avue-plugin-ueditor": "^1.0.3", |
|
"axios": "^0.21.1", |
|
"crypto-js": "^4.1.1", |
|
"dayjs": "^1.10.6", |
|
"element-plus": "^2.3.1", |
|
"file-saver": "^2.0.5", |
|
"html2canvas": "^1.4.1", |
|
"js-base64": "^3.7.4", |
|
"js-cookie": "^3.0.0", |
|
"js-md5": "^0.7.3", |
|
"jspdf": "^2.5.1", |
|
"kr-print-designer": "^1.1.8", |
|
"mockjs": "^1.1.0", |
|
"nprogress": "^0.2.0", |
|
"sortablejs": "^1.15.0", |
|
"vite-plugin-mock": "^2.9.4", |
|
"vue": "^3.2.40", |
|
"vue-baidu-map": "^0.21.22", |
|
"vue-i18n": "^9.1.9", |
|
"vue-qr": "^4.0.9", |
|
"vue-router": "^4.2.4", |
|
"vuex": "^4.0.2", |
|
"xlsx-style-vite": "^0.0.2" |
|
}, |
|
"devDependencies": { |
|
"@vitejs/plugin-vue": "^1.3.0", |
|
"@vue/compiler-sfc": "^3.0.5", |
|
"postcss-px-to-viewport": "^1.1.1", |
|
"prettier": "^2.8.7", |
|
"sass": "^1.37.5", |
|
"unplugin-auto-import": "^0.11.2", |
|
"vite": "^5.4.2", |
|
"vite-plugin-compression": "^0.5.1", |
|
"vite-plugin-vue-setup-extend": "^0.4.0", |
|
"xlsx": "^0.18.5" |
|
} |
|
} |