Files
pqs-9100_client/frontend/package.json

85 lines
2.5 KiB
JSON
Raw Normal View History

2024-08-07 21:48:57 +08:00
{
"name": "frontend",
2024-08-22 11:27:06 +08:00
"version": "0.0.1",
2024-08-07 21:48:57 +08:00
"private": true,
"type": "module",
"scripts": {
2024-08-22 11:27:06 +08:00
"dev": "vite",
"serve": "vite",
2024-08-07 21:48:57 +08:00
"build-staging": "vite build --mode staging",
"build": "vite build",
"preview": "vite preview",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
2024-08-22 11:27:06 +08:00
"@vueuse/core": "^10.4.1",
"axios": "^1.7.3",
2024-08-19 14:01:14 +08:00
"crypto-js": "^4.2.0",
2024-08-22 11:27:06 +08:00
"dayjs": "^1.11.9",
"driver.js": "^1.3.0",
"echarts": "^5.4.3",
"echarts-liquidfill": "^3.1.0",
2024-08-07 21:48:57 +08:00
"element-plus": "^2.7.8",
2025-02-13 15:40:13 +08:00
"html2canvas": "^1.4.1",
2024-08-22 11:27:06 +08:00
"md5": "^2.3.0",
"mitt": "^3.0.1",
2024-10-09 11:13:57 +08:00
"mkdirp": "^3.0.1",
2025-03-24 19:22:56 +08:00
"node-forge": "^1.3.1",
2024-08-22 11:27:06 +08:00
"nprogress": "^0.2.0",
"pinia": "^2.2.1",
"pinia-plugin-persistedstate": "^3.2.1",
2024-08-22 11:27:06 +08:00
"print-js": "^1.6.0",
"qs": "^6.11.2",
"screenfull": "^6.0.2",
2024-10-09 11:13:57 +08:00
"semver": "^7.3.5",
2024-08-22 11:27:06 +08:00
"sortablejs": "^1.15.0",
2024-08-07 21:48:57 +08:00
"vue": "^3.4.29",
2024-08-22 11:27:06 +08:00
"vue-i18n": "^9.4.0",
"vue-router": "^4.4.5",
2024-08-22 11:27:06 +08:00
"vuedraggable": "^4.1.0"
2024-08-07 21:48:57 +08:00
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.8.0",
"@tsconfig/node20": "^20.1.4",
2025-02-13 15:40:13 +08:00
"@types/html2canvas": "^1.0.0",
2024-08-22 11:27:06 +08:00
"@types/md5": "^2.3.2",
2024-08-07 21:48:57 +08:00
"@types/node": "^20.14.14",
2025-03-24 19:22:56 +08:00
"@types/node-forge": "^1.3.11",
2024-08-22 11:27:06 +08:00
"@types/nprogress": "^0.2.0",
"@types/qs": "^6.9.8",
"@types/sortablejs": "^1.15.2",
2025-02-13 15:40:13 +08:00
"@types/xlsx": "^0.0.36",
2024-08-22 11:27:06 +08:00
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
2024-08-07 21:48:57 +08:00
"@vitejs/plugin-vue": "^5.0.5",
2024-10-11 14:46:17 +08:00
"@vitejs/plugin-vue-jsx": "^3.1.0",
2024-08-07 21:48:57 +08:00
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
2024-08-22 11:27:06 +08:00
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
2024-08-07 21:48:57 +08:00
"eslint-plugin-vue": "^9.23.0",
"npm-run-all2": "^6.2.0",
2024-08-22 11:27:06 +08:00
"prettier": "^3.0.3",
"rollup-plugin-visualizer": "^5.9.2",
2024-08-19 14:01:14 +08:00
"sass": "^1.77.8",
2024-08-22 11:27:06 +08:00
"standard-version": "^9.5.0",
2024-08-07 21:48:57 +08:00
"tailwindcss": "^3.4.7",
"typescript": "~5.4.0",
"unplugin-auto-import": "^0.18.3",
2024-08-21 14:52:36 +08:00
"unplugin-vue-components": "^0.27.4",
2024-08-22 11:27:06 +08:00
"unplugin-vue-setup-extend-plus": "^1.0.0",
2024-08-07 21:48:57 +08:00
"vite": "^5.3.1",
2024-08-22 11:27:06 +08:00
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-node-polyfills": "^0.23.0",
2024-08-22 11:27:06 +08:00
"vite-plugin-pwa": "^0.16.5",
"vite-plugin-svg-icons": "^2.0.1",
2024-08-07 21:48:57 +08:00
"vue-tsc": "^2.0.21"
}
}