mirror of
https://gitee.com/bootx/dax-pay-h5.git
synced 2025-08-29 08:43:54 +00:00
92 lines
2.8 KiB
JSON
92 lines
2.8 KiB
JSON
{
|
|
"name": "daxpay-h5",
|
|
"type": "module",
|
|
"version": "3.0.0",
|
|
"engines": {
|
|
"node": ">=20.6.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.9",
|
|
"date-fns": "^3.6.0",
|
|
"lodash-es": "^4.17.21",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.3.0",
|
|
"pinia-plugin-persist": "^1.0.0",
|
|
"qs": "^6.13.1",
|
|
"vant": "^4.9.10",
|
|
"vue": "^3.5.13",
|
|
"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.281",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/mockjs": "^1.0.10",
|
|
"@types/node": "^20.17.9",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@types/qs": "^6.9.17",
|
|
"@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.2.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"cross-env": "^7.0.3",
|
|
"cz-git": "^1.11.0",
|
|
"dotenv": "^16.4.7",
|
|
"eslint": "^8.57.1",
|
|
"eslint-plugin-format": "^0.1.3",
|
|
"esno": "^0.16.3",
|
|
"fs-extra": "^11.2.0",
|
|
"less": "^4.2.1",
|
|
"lint-staged": "^15.2.10",
|
|
"only-allow": "^1.2.1",
|
|
"picocolors": "^1.1.1",
|
|
"postcss": "^8.4.49",
|
|
"postcss-mobile-forever": "^4.3.1",
|
|
"rimraf": "^3.0.2",
|
|
"rollup": "^4.28.1",
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
"simple-git-hooks": "^2.11.1",
|
|
"typescript": "^5.7.2",
|
|
"unocss": "^0.58.9",
|
|
"unplugin-auto-import": "^0.17.8",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vconsole": "^3.15.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",
|
|
"vite-plugin-vconsole": "^2.1.1",
|
|
"vue-tsc": "^1.8.27"
|
|
},
|
|
"lint-staged": {
|
|
"*": "eslint --fix"
|
|
}
|
|
}
|