{ "name": "daxpay-h5", "type": "module", "version": "3.0.0", "engines": { "node": ">=18.12.0", "pnpm": ">=9.0.2" }, "scripts": { "preinstall": "npx only-allow pnpm", "bootstrap": "pnpm install", "serve": "npm run dev", "dev": "cross-env VITE_CJS_IGNORE_WARNING=true vite dev", "dev:debugcjs": "cross-env VITE_CJS_TRACE=true vite dev", "build": "cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts", "build:no-cache": "pnpm clean:cache && npm run build", "report": "cross-env REPORT=true npm run build", "type:check": "vue-tsc --noEmit --skipLibCheck", "preview": "vite preview", "clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite", "clean:lib": "rimraf node_modules", "lint": "eslint .", "lint:fix": "eslint . --fix", "lint:lint-staged": "lint-staged" }, "dependencies": { "@types/lodash-es": "^4.17.12", "@unocss/reset": "^0.58.9", "@vueuse/core": "^10.11.1", "axios": "^1.7.7", "date-fns": "^3.6.0", "lodash-es": "^4.17.21", "nprogress": "^0.2.0", "pinia": "^2.2.2", "pinia-plugin-persist": "^1.0.0", "qs": "^6.13.0", "vant": "^4.9.7", "vue": "^3.5.8", "vue-router": "4.2.5" }, "devDependencies": { "@antfu/eslint-config": "^2.27.3", "@commitlint/cli": "^18.6.1", "@commitlint/config-conventional": "^18.6.3", "@iconify/json": "^2.2.252", "@types/fs-extra": "^11.0.4", "@types/mockjs": "^1.0.10", "@types/node": "^20.16.5", "@types/nprogress": "^0.2.3", "@types/qs": "^6.9.16", "@unocss/eslint-plugin": "^0.58.9", "@unocss/preset-icons": "^0.58.9", "@unocss/preset-rem-to-px": "^0.58.9", "@unocss/transformer-directives": "^0.58.9", "@unocss/transformer-variant-group": "^0.58.9", "@vitejs/plugin-vue": "^5.1.4", "autoprefixer": "^10.4.20", "cross-env": "^7.0.3", "cz-git": "^1.9.4", "dotenv": "^16.4.5", "eslint": "^8.57.1", "eslint-plugin-format": "^0.1.2", "esno": "^0.16.3", "fs-extra": "^11.2.0", "less": "^4.2.0", "lint-staged": "^15.2.10", "only-allow": "^1.2.1", "picocolors": "^1.1.0", "postcss": "^8.4.47", "postcss-mobile-forever": "^4.1.6", "rimraf": "^3.0.2", "rollup": "^4.22.4", "rollup-plugin-visualizer": "^5.12.0", "simple-git-hooks": "^2.11.1", "typescript": "^5.6.2", "unocss": "^0.58.9", "unplugin-auto-import": "^0.17.8", "unplugin-vue-components": "^0.26.0", "vconsole": "^3.15.1", "vite-plugin-vconsole": "^2.1.1", "vite": "5.4.6", "vite-plugin-compression": "^0.5.1", "vite-plugin-html": "^3.2.2", "vite-plugin-mock": "^2.9.8", "vite-plugin-svg-icons": "^2.0.1", "vue-tsc": "^1.8.27" }, "lint-staged": { "*": "eslint --fix" } }