2024-01-04 09:02:38 +08:00
|
|
|
{
|
|
|
|
"name": "vue3_template",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"lint": "eslint --ext .js,.vue --fix src .prettierrc.cjs"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-01-05 14:32:49 +08:00
|
|
|
"@element-plus/icons-vue": "^2.3.1",
|
2024-01-04 09:02:38 +08:00
|
|
|
"@icon-park/vue-next": "^1.4.2",
|
|
|
|
"@vueuse/core": "^9.13.0",
|
2024-01-05 14:32:49 +08:00
|
|
|
"@vueuse/integrations": "^10.7.1",
|
2024-01-31 15:38:40 +08:00
|
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
2024-01-04 09:02:38 +08:00
|
|
|
"animate.css": "^4.1.1",
|
2024-01-25 10:28:53 +08:00
|
|
|
"autofit.js": "^3.0.7",
|
2024-01-04 09:02:38 +08:00
|
|
|
"axios": "^1.6.3",
|
|
|
|
"dayjs": "^1.11.10",
|
2024-01-25 10:28:53 +08:00
|
|
|
"echarts": "^5.4.3",
|
2024-01-04 09:02:38 +08:00
|
|
|
"element-plus": "^2.4.4",
|
2024-01-16 18:03:59 +08:00
|
|
|
"html2canvas": "^1.4.1",
|
|
|
|
"jspdf": "^2.5.1",
|
2024-01-04 09:02:38 +08:00
|
|
|
"lodash-es": "^4.17.21",
|
|
|
|
"mitt": "^3.0.1",
|
2024-01-19 08:21:45 +08:00
|
|
|
"nanoid": "^5.0.4",
|
2024-01-04 09:02:38 +08:00
|
|
|
"normalize.css": "^8.0.1",
|
2024-01-31 09:18:20 +08:00
|
|
|
"pako": "^2.1.0",
|
2024-01-04 09:02:38 +08:00
|
|
|
"pinia": "^2.1.7",
|
2024-01-05 14:32:49 +08:00
|
|
|
"pinia-plugin-persistedstate": "^3.2.1",
|
2024-01-04 09:02:38 +08:00
|
|
|
"qrcode": "^1.5.3",
|
|
|
|
"qs": "^6.11.2",
|
2024-01-05 18:02:22 +08:00
|
|
|
"relation-graph": "^2.1.24",
|
2024-01-04 09:02:38 +08:00
|
|
|
"throttle-debounce": "^5.0.0",
|
|
|
|
"v-viewer": "^3.0.11",
|
2024-01-05 14:32:49 +08:00
|
|
|
"vue": "^3.4.3",
|
2024-01-25 10:28:53 +08:00
|
|
|
"vue-countup-v3": "^1.4.1",
|
2024-01-10 13:52:16 +08:00
|
|
|
"vue-draggable-plus": "^0.3.4",
|
2024-01-24 18:06:49 +08:00
|
|
|
"vue-esign": "^1.1.4",
|
2024-01-04 09:02:38 +08:00
|
|
|
"vue-router": "^4.2.5",
|
2024-01-05 17:33:18 +08:00
|
|
|
"vue3-pdfjs": "^0.1.6",
|
2024-01-04 09:02:38 +08:00
|
|
|
"vue3-print-nb": "^0.1.4",
|
2024-01-05 14:32:49 +08:00
|
|
|
"vue3-puzzle-vcode": "^1.1.5"
|
2024-01-04 09:02:38 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@our-patches/postcss-px-to-viewport": "^1.2.0",
|
2024-01-05 14:32:49 +08:00
|
|
|
"@types/node": "^18.19.4",
|
|
|
|
"@vitejs/plugin-basic-ssl": "^1.0.2",
|
|
|
|
"@vitejs/plugin-vue": "^4.6.2",
|
2024-01-04 09:02:38 +08:00
|
|
|
"@vue/eslint-config-prettier": "^7.1.0",
|
|
|
|
"autoprefixer": "^10.4.16",
|
2024-01-05 14:32:49 +08:00
|
|
|
"eslint": "^8.56.0",
|
2024-01-04 09:02:38 +08:00
|
|
|
"eslint-config-prettier": "^8.10.0",
|
|
|
|
"eslint-config-standard": "^17.1.0",
|
2024-01-05 14:32:49 +08:00
|
|
|
"eslint-plugin-import": "^2.29.1",
|
2024-01-04 09:02:38 +08:00
|
|
|
"eslint-plugin-n": "^15.7.0",
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
|
"eslint-plugin-promise": "^6.1.1",
|
2024-01-05 14:32:49 +08:00
|
|
|
"eslint-plugin-vue": "^9.19.2",
|
2024-01-04 09:02:38 +08:00
|
|
|
"prettier": "^2.8.8",
|
|
|
|
"sass": "^1.69.0",
|
|
|
|
"unplugin-auto-import": "^0.12.2",
|
|
|
|
"unplugin-vue-components": "^0.22.12",
|
2024-01-05 14:32:49 +08:00
|
|
|
"vite": "^4.5.1",
|
2024-01-04 09:02:38 +08:00
|
|
|
"vite-plugin-enhance-log": "^0.5.2",
|
|
|
|
"vite-plugin-eslint": "^1.8.1",
|
2024-01-05 14:32:49 +08:00
|
|
|
"vite-plugin-remove-console": "^2.2.0",
|
|
|
|
"vue-eslint-parser": "^9.3.2"
|
2024-01-04 09:02:38 +08:00
|
|
|
}
|
|
|
|
}
|