{ "private": true, "packageManager": "pnpm@8.1.0", "scripts": { "build": "vite build", "dev": "vite --port 3500 --open", "lint": "eslint .", "typecheck": "vue-tsc --noEmit", "preview": "vite preview", "test": "vitest", "up": "taze major -I", "postinstall": "npx simple-git-hooks", "prepare": "husky install" }, "dependencies": { "@vueuse/core": "^9.13.0", "echarts": "^5.4.2", "element-plus": "^2.3.2", "pinia": "^2.0.34", "sass": "^1.62.0", "swiper": "^9.2.3", "tinymce": "^6.4.2", "vue": "^3.2.47", "vue-awesome-swiper": "^5.0.1", "vue-router": "^4.0.13" }, "devDependencies": { "@antfu/eslint-config": "^0.38.2", "@iconify-json/carbon": "^1.1.16", "@iconify/json": "^2.2.62", "@types/node": "^18.15.11", "@unocss/reset": "^0.50.6", "@vitejs/plugin-vue": "^4.1.0", "@vue-macros/volar": "^0.9.4", "@vue/test-utils": "^2.3.2", "axios": "^1.3.5", "eslint": "^8.37.0", "husky": "^8.0.0", "jsdom": "^21.1.1", "lint-staged": "^13.2.0", "pnpm": "^8.1.0", "simple-git-hooks": "^2.8.1", "taze": "^0.9.1", "typescript": "^5.0.2", "unplugin-auto-import": "^0.15.2", "unplugin-icons": "^0.16.1", "unplugin-vue-components": "^0.24.1", "unplugin-vue-macros": "^1.11.2", "vite": "^4.2.1", "vite-plugin-pages": "^0.29.0", "vite-plugin-windicss": "^1.8.10", "vitest": "^0.29.8", "vue-tsc": "^1.2.0", "windicss": "^3.5.6" }, "simple-git-hooks": { "pre-commit": "pnpm lint-staged" }, "lint-staged": { "*": "eslint --fix" }, "eslintConfig": { "extends": "@antfu" } }