{ "name": "demo", "type": "module", "version": "0.0.0", "private": true, "scripts": { "dev": "vite", "build": "vue-tsc -b && vite build", "preview": "vite preview", "prepare": "husky", "lint": "eslint .", "fix": "eslint . --fix" }, "dependencies": { "element-plus": "^2.9.8", "hook-fetch": "^1.0.1", "pinia": "^3.0.2", "pinia-plugin-persistedstate": "^4.2.0", "reset-css": "^5.0.2", "vue": "^3.5.13", "vue-element-plus-x": "1.1.5-beta", "vue-router": "4" }, "devDependencies": { "@antfu/eslint-config": "^4.12.0", "@changesets/cli": "^2.29.2", "@commitlint/config-conventional": "^19.8.0", "@vitejs/plugin-vue": "^5.2.2", "@vue/tsconfig": "^0.7.0", "commitlint": "^19.8.0", "cz-git": "^1.11.1", "eslint": "^9.25.0", "husky": "^9.1.7", "lint-staged": "^15.5.1", "prettier": "^3.5.3", "sass-embedded": "^1.86.3", "stylelint": "^16.18.0", "typescript": "~5.7.3", "unocss": "66.1.0-beta.12", "unplugin-auto-import": "^19.1.2", "unplugin-vue-components": "^28.5.0", "vite": "^6.3.1", "vue-tsc": "^2.2.8" }, "config": { "commitizen": { "path": "node_modules/cz-git" } } }