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.

52 lines
1.3 KiB

1 year ago
{
"name": "saber",
"version": "3.2.0",
1 year ago
"scripts": {
"dev": "vite --host",
"prod": "vite --mode production",
1 year ago
"build": "vite build",
"build:prod": "vite build --mode production",
"serve": "vite preview --host"
1 year ago
},
"dependencies": {
1 year ago
"@antfu/utils": "^0.7.2",
1 year ago
"@element-plus/icons-vue": "^2.0.9",
"@saber/nf-design-base-elp": "^1.1.1",
"@smallwei/avue": "^3.4.9",
1 year ago
"animate.css": "^4.1.1",
"avue-plugin-ueditor": "^1.0.3",
1 year ago
"axios": "^0.21.1",
"crypto-js": "^4.1.1",
"dayjs": "^1.10.6",
"element-plus": "^2.3.1",
"html2canvas": "^1.4.1",
1 year ago
"js-base64": "^3.7.4",
"js-cookie": "^3.0.0",
"js-md5": "^0.7.3",
"jspdf": "^2.5.1",
1 year ago
"kr-print-designer": "^1.1.8",
1 year ago
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"sortablejs": "^1.15.0",
1 year ago
"vite-plugin-mock": "^2.9.4",
"vue": "^3.2.40",
"vue-baidu-map": "^0.21.22",
1 year ago
"vue-i18n": "^9.1.9",
"vue-qr": "^4.0.9",
"vue-router": "^4.2.4",
1 year ago
"vuex": "^4.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.3.0",
"@vue/compiler-sfc": "^3.0.5",
"postcss-px-to-viewport": "^1.1.1",
1 year ago
"prettier": "^2.8.7",
"sass": "^1.37.5",
"unplugin-auto-import": "^0.11.2",
"vite": "^5.4.2",
1 year ago
"vite-plugin-compression": "^0.5.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"xlsx": "0.18.5"
1 year ago
}
}