{ "name": "v3-admin-vite", "type": "module", "version": "4.5.6", "description": "A crafted admin template, built with Vue3, Vite, TypeScript, Element Plus, and more", "author": "pany <939630029@qq.com> (https://github.com/pany-ang)", "repository": "https://github.com/un-pany/v3-admin-vite", "scripts": { "dev": "vite", "build:staging": "vue-tsc --noEmit && vite build --mode staging", "build": "vue-tsc --noEmit && vite build", "preview": "vite preview", "lint": "eslint . --fix", "prepare": "husky", "test": "vitest" }, "dependencies": { "@element-plus/icons-vue": "2.3.1", "axios": "1.7.9", "dayjs": "1.11.13", "element-plus": "2.9.0", "js-cookie": "3.0.5", "lodash-es": "4.17.21", "mitt": "3.0.1", "normalize.css": "8.0.1", "nprogress": "0.2.0", "path-browserify": "1.0.1", "path-to-regexp": "8.2.0", "pinia": "2.3.0", "screenfull": "6.0.2", "vue": "3.5.13", "vue-router": "4.5.0", "vxe-table": "4.6.25" }, "devDependencies": { "@antfu/eslint-config": "3.11.2", "@types/js-cookie": "3.0.6", "@types/lodash-es": "4.17.12", "@types/node": "22.10.1", "@types/nprogress": "0.2.3", "@types/path-browserify": "1.0.3", "@vitejs/plugin-vue": "5.2.1", "@vitejs/plugin-vue-jsx": "4.1.1", "@vue/test-utils": "2.4.6", "eslint": "9.16.0", "eslint-plugin-format": "0.1.3", "happy-dom": "15.11.7", "husky": "9.1.7", "lint-staged": "15.2.10", "sass": "1.78.0", "typescript": "5.6.3", "unocss": "0.65.1", "unplugin-auto-import": "0.18.6", "unplugin-svg-component": "0.12.1", "unplugin-vue-components": "0.27.5", "vite": "6.0.2", "vite-svg-loader": "5.1.0", "vitest": "2.1.8", "vue-tsc": "2.1.10" }, "lint-staged": { "*": "eslint --fix" } }