| | |
| | | "private": true, |
| | | "scripts": { |
| | | "dev": "vite", |
| | | "build": "run-p type-check build-only", |
| | | "build": "vite build", |
| | | "preview": "vite preview", |
| | | "build-only": "vite build", |
| | | "type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false", |
| | | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", |
| | | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore", |
| | | "format": "prettier --write src/" |
| | | }, |
| | | "dependencies": { |
| | | "@element-plus/icons-vue": "^2.1.0", |
| | | "@vueuse/core": "^10.4.1", |
| | | "axios": "^1.4.0", |
| | | "axiosInstance": "^1.4.0", |
| | | "canvas": "^2.11.2", |
| | | "dayjs": "^1.11.9", |
| | | "echarts": "^5.4.3", |
| | | "element-plus": "^2.3.6", |
| | | "pinia": "^2.1.3", |
| | | "sass": "^1.63.4", |
| | | "element-plus": "^2.3.12", |
| | | "js-cookie": "^3.0.1", |
| | | "sass": "^1.66.1", |
| | | "unplugin-icons": "^0.17.0", |
| | | "vue": "^3.3.4", |
| | | "vue-router": "^4.2.2", |
| | | "vue-puzzle-vcode": "^1.1.10", |
| | | "vue-router": "^4.2.4", |
| | | "xlsx": "^0.18.5" |
| | | }, |
| | | "devDependencies": { |
| | | "@iconify-json/ep": "^1.1.10", |
| | | "@rushstack/eslint-patch": "^1.2.0", |
| | | "@vitejs/plugin-vue": "^4.2.3", |
| | | "@vue/eslint-config-prettier": "^7.1.0", |
| | | "@vue/eslint-config-typescript": "^11.0.3", |
| | | "eslint": "^8.39.0", |
| | | "eslint-plugin-vue": "^9.11.0", |
| | | "npm-run-all": "^4.1.5", |
| | | "prettier": "^2.8.8", |
| | | "typescript": "~5.0.4", |
| | | "unplugin-auto-import": "^0.16.4", |
| | | "unplugin-icons": "^0.16.3", |
| | | "unplugin-vue-components": "^0.25.1", |
| | | "vite": "^4.3.9", |
| | | "vite-plugin-vue-devtools": "^0.4.12" |
| | | "@iconify-json/ep": "^1.1.12", |
| | | "@rushstack/eslint-patch": "^1.3.2", |
| | | "@vitejs/plugin-vue": "^4.3.1", |
| | | "@vue/eslint-config-prettier": "^8.0.0", |
| | | "eslint": "^8.46.0", |
| | | "eslint-plugin-vue": "^9.16.1", |
| | | "prettier": "^3.0.0", |
| | | "unplugin-auto-import": "^0.16.6", |
| | | "unplugin-vue-components": "^0.25.2", |
| | | "vite": "^4.4.9" |
| | | } |
| | | } |