{ "name": "admin-web-template", "type": "module", "version": "0.1.0-beta.0", "packageManager": "pnpm@8.10.0", "license": "MIT", "engines": { "node": ">=18.12.0", "pnpm": ">=8.10.0" }, "scripts": { "dev": "vite", "build": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 vite build && esno ./build/script/postBuild.ts", "build:test": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build --mode test && esno ./build/script/postBuild.ts", "build:no-cache": "pnpm store prune && pnpm build", "report": "cross-env REPORT=true pnpm build", "type:check": "vue-tsc --noEmit --skipLibCheck", "preview": "vite preview", "lint": "eslint .", "lint:fix": "eslint . --fix", "preinstall": "npx only-allow pnpm", "postinstall": "simple-git-hooks", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "release": "bumpp -x \"pnpm run changelog\" --all" }, "dependencies": { "@ant-design/colors": "^7.1.0", "@ant-design/icons-vue": "^7.0.1", "@codemirror/commands": "^6.6.0", "@codemirror/lang-javascript": "^6.2.2", "@codemirror/lang-json": "^6.0.1", "@codemirror/state": "^6.4.1", "@codemirror/theme-one-dark": "^6.1.2", "@codemirror/view": "^6.28.4", "@vueuse/core": "^11.2.0", "@zxcvbn-ts/core": "^3.0.4", "ant-design-vue": "^4.2.5", "axios": "^1.7.7", "codemirror": "^6.0.1", "cron-parser": "^4.9.0", "cropperjs": "^1.6.2", "crypto-js": "^4.2.0", "dayjs": "^1.11.13", "echarts": "^5.5.1", "lodash-es": "^4.17.21", "nprogress": "^0.2.0", "path-to-regexp": "^6.2.2", "pinia": "^2.1.7", "pinia-plugin-persistedstate": "^3.2.1", "print-js": "^1.6.0", "qs": "^6.12.3", "resize-observer-polyfill": "^1.5.1", "sortablejs": "^1.15.2", "tinymce": "^5.10.9", "vditor": "^3.10.4", "vite-plugin-html": "^3.2.2", "vue": "^3.5.12", "vue-i18n": "^9.13.1", "vue-json-pretty": "^2.4.0", "vue-router": "^4.4.5", "vue-types": "^5.1.3", "vuedraggable": "^4.1.0", "xlsx": "^0.18.5" }, "devDependencies": { "@antfu/eslint-config": "^3.8.0", "@iconify/json": "^2.2.268", "@types/codemirror": "^5.60.15", "@types/crypto-js": "^4.2.2", "@types/fs-extra": "^11.0.4", "@types/lodash-es": "^4.17.12", "@types/node": "^20.14.10", "@types/nprogress": "^0.2.3", "@types/qs": "^6.9.15", "@types/sortablejs": "^1.15.8", "@unocss/eslint-config": "^0.63.6", "@vitejs/plugin-vue": "^5.1.4", "@vitejs/plugin-vue-jsx": "^4.0.1", "@vue/compiler-sfc": "^3.5.12", "bumpp": "^9.4.1", "cross-env": "^7.0.3", "dotenv": "^16.4.5", "eslint": "^9.14.0", "esno": "^4.7.0", "fs-extra": "^11.2.0", "inquirer": "^9.3.5", "less": "^4.2.0", "lint-staged": "^15.2.7", "picocolors": "^1.0.1", "postcss": "^8.4.39", "postcss-html": "^1.7.0", "postcss-less": "^6.0.0", "rimraf": "^5.0.9", "rollup-plugin-visualizer": "^5.12.0", "simple-git-hooks": "^2.11.1", "terser": "^5.31.2", "typescript": "^5.6.3", "unocss": "^0.63.6", "unplugin-auto-import": "^0.18.3", "vite": "^5.4.10", "vite-plugin-compression": "^0.5.1", "vite-plugin-pwa": "^0.17.5", "vite-plugin-svg-icons": "^2.0.1", "vite-vue-plugin-html": "^1.0.5", "vue-tsc": "^2.1.10" }, "simple-git-hooks": { "pre-commit": "pnpm lint-staged && pnpm type:check", "commit-msg": "node build/script/verify-commit.js" }, "lint-staged": { "*.{js,jsx,ts,tsx}": [ "eslint --fix" ], "*.vue": [ "eslint --fix" ] } }