123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "private": true,
- "packageManager": "pnpm@8.1.0",
- "scripts": {
- "build": "vite build",
- "dev": "vite --port 8081 --open",
- "start": "vite --host 0.0.0.0",
- "lint": "eslint .",
- "typecheck": "vue-tsc --noEmit",
- "preview": "vite preview",
- "test": "vitest",
- "up": "taze major -I",
- "postinstall": "npx simple-git-hooks",
- "prepare": "husky install"
- },
- "dependencies": {
- "@element-plus/icons-vue": "^2.3.1",
- "@vueuse/core": "^9.13.0",
- "echarts": "^5.4.3",
- "element-plus": "^2.4.3",
- "pinia": "^2.1.7",
- "sass": "^1.69.5",
- "swiper": "^9.4.1",
- "tinymce": "^6.8.0",
- "vite-plugin-top-level-await": "^1.3.1",
- "vue": "^3.3.9",
- "vue-awesome-swiper": "^5.0.1",
- "vue-router": "^4.2.5"
- },
- "devDependencies": {
- "@antfu/eslint-config": "^0.38.6",
- "@iconify-json/carbon": "^1.1.23",
- "@iconify/json": "^2.2.149",
- "@types/node": "^18.18.13",
- "@unocss/reset": "^0.50.8",
- "@vitejs/plugin-vue": "^4.5.0",
- "@vue-macros/volar": "^0.9.8",
- "@vue/test-utils": "^2.4.3",
- "axios": "^1.6.2",
- "eslint": "^8.54.0",
- "husky": "^8.0.3",
- "jsdom": "^21.1.2",
- "lint-staged": "^13.3.0",
- "pnpm": "^8.11.0",
- "simple-git-hooks": "^2.9.0",
- "taze": "^0.9.2",
- "typescript": "^5.3.2",
- "unplugin-auto-import": "^0.15.3",
- "unplugin-icons": "^0.16.6",
- "unplugin-vue-components": "^0.24.1",
- "unplugin-vue-macros": "^1.11.2",
- "vite": "^4.5.0",
- "vite-plugin-pages": "^0.29.1",
- "vite-plugin-windicss": "^1.9.2",
- "vitest": "^0.29.8",
- "vue-tsc": "^1.8.22",
- "windicss": "^3.5.6"
- },
- "simple-git-hooks": {
- "pre-commit": "pnpm lint-staged"
- },
- "lint-staged": {
- "*": "eslint --fix"
- },
- "eslintConfig": {
- "extends": "@antfu"
- }
- }
|