| | |
| | | "prepare": "husky install" |
| | | }, |
| | | "dependencies": { |
| | | "amfe-flexible": "^2.2.1", |
| | | "@babel/polyfill": "^7.12.1", |
| | | "@element-plus/icons-vue": "^2.1.0", |
| | | "@vueuse/core": "^10.5.0", |
| | | "@xstate/vue": "^2.0.0", |
| | | "axios": "^1.5.1", |
| | | "dayjs": "^1.11.10", |
| | | "element-plus": "^2.4.1", |
| | | "es6-promise": "^4.2.8", |
| | | "js-base64": "^2.6.2", |
| | | "lodash-es": "^4.17.21", |
| | | "pinia": "^2.1.7", |
| | | "postcss-pxtorem": "^6.0.0", |
| | | "vue": "^3.3.4", |
| | | "vue-hooks-plus": "^1.8.5", |
| | | "vue-router": "^4.2.5", |
| | |
| | | "@iconify-json/bx": "^1.1.7", |
| | | "@iconify-json/material-symbols-light": "^1.1.0", |
| | | "@iconify-json/mdi": "^1.1.55", |
| | | "@iconify-json/vaadin": "^1.1.7", |
| | | "@rushstack/eslint-patch": "^1.3.3", |
| | | "@tsconfig/node18": "^18.2.2", |
| | | "@types/node": "^18.18.6", |
| | | "@vitejs/plugin-legacy": "^5.2.0", |
| | | "@vitejs/plugin-vue": "^4.4.0", |
| | | "@vue/eslint-config-prettier": "^8.0.0", |
| | | "@vue/eslint-config-typescript": "^12.0.0", |
| | |
| | | "lint-staged": "^15.0.2", |
| | | "npm-run-all2": "^6.1.1", |
| | | "prettier": "^3.0.3", |
| | | "px2rem-loader": "^0.1.9", |
| | | "rollup-plugin-esbuild": "^6.1.0", |
| | | "sass": "^1.69.4", |
| | | "terser": "^5.27.0", |
| | | "typescript": "~5.2.0", |
| | | "unplugin-auto-import": "^0.16.6", |
| | | "unplugin-icons": "^0.17.1", |
| | |
| | | "eslint --fix", |
| | | "prettier --write" |
| | | ] |
| | | } |
| | | }, |
| | | "browserslist": [ |
| | | "> 1%", |
| | | "last 2 versions", |
| | | "note ie <= 8" |
| | | ] |
| | | } |