70 lines
2.0 KiB
JSON
70 lines
2.0 KiB
JSON
{
|
|
"name": "template",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --mode development",
|
|
"build": "vite build --mode production",
|
|
"preview": "vite preview",
|
|
"lint": "eslint --ext .js,.vue --fix src .prettierrc.cjs"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@icon-park/vue-next": "^1.4.2",
|
|
"@vueuse/core": "^12.0.0",
|
|
"@vueuse/integrations": "^12.0.0",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
"animate.css": "^4.1.1",
|
|
"axios": "^1.7.9",
|
|
"crypto-js": "^4.2.0",
|
|
"dayjs": "^1.11.13",
|
|
"echarts": "^5.5.1",
|
|
"element-plus": "^2.9.1",
|
|
"lodash-es": "^4.17.21",
|
|
"mitt": "^3.0.1",
|
|
"normalize.css": "^8.0.1",
|
|
"pinia": "^2.3.0",
|
|
"pinia-plugin-persistedstate": "^3.2.3",
|
|
"plyr": "^3.7.8",
|
|
"qrcode": "^1.5.4",
|
|
"throttle-debounce": "^5.0.2",
|
|
"v-viewer": "^3.0.21",
|
|
"viewerjs": "^1.11.7",
|
|
"vue": "^3.5.13",
|
|
"vue-countup-v3": "^1.4.2",
|
|
"vue-draggable-plus": "^0.3.5",
|
|
"vue-esign": "^1.1.4",
|
|
"vue-router": "^4.5.0",
|
|
"vue3-pdfjs": "^0.1.6",
|
|
"vue3-print-nb": "^0.1.4",
|
|
"vue3-puzzle-vcode": "^1.1.7",
|
|
"vue3-seamless-scroll": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.19.68",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vue/eslint-config-prettier": "^7.1.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-prettier": "^8.10.0",
|
|
"eslint-config-standard": "^17.1.0",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-n": "^15.7.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-promise": "^6.6.0",
|
|
"eslint-plugin-vue": "^9.32.0",
|
|
"prettier": "^2.8.8",
|
|
"sass": "^1.83.0",
|
|
"unplugin-auto-import": "^0.12.2",
|
|
"unplugin-element-plus": "^0.8.0",
|
|
"unplugin-vue-components": "^0.22.12",
|
|
"vite": "^6.0.3",
|
|
"vite-plugin-env-parse": "^1.0.15",
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
"vite-plugin-remove-console": "^2.2.0",
|
|
"vue-eslint-parser": "^9.4.3"
|
|
}
|
|
}
|