93 lines
2.6 KiB
JSON
93 lines
2.6 KiB
JSON
{
|
|
"name": "vue3-vant-mobile",
|
|
"type": "module",
|
|
"version": "3.5.2",
|
|
"packageManager": "pnpm@9.15.4",
|
|
"description": "An mobile web apps template based on the Vue 3 ecosystem",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "cross-env MOCK_SERVER_PORT=8086 vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"build:dev": "vue-tsc --noEmit && vite build --mode=development",
|
|
"preview": "vite preview",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"test": "vitest",
|
|
"release": "bumpp --commit --push --tag",
|
|
"prepare": "husky",
|
|
"typecheck": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@unhead/vue": "^1.11.18",
|
|
"@vant/touch-emulator": "^1.4.0",
|
|
"@vant/use": "^1.6.0",
|
|
"@vueuse/core": "^12.5.0",
|
|
"axios": "^1.7.9",
|
|
"echarts": "^5.6.0",
|
|
"lodash-es": "^4.17.21",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.3.1",
|
|
"pinia-plugin-persistedstate": "^4.2.0",
|
|
"resize-detector": "^0.3.0",
|
|
"vant": "^4.9.17",
|
|
"vconsole": "^3.15.1",
|
|
"vue": "^3.5.13",
|
|
"vue-i18n": "^11.1.1",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "4.1.1",
|
|
"@iconify-json/carbon": "^1.2.6",
|
|
"@intlify/unplugin-vue-i18n": "^6.0.3",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "^22.13.1",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@unocss/eslint-plugin": "65.4.3",
|
|
"@unocss/preset-rem-to-px": "65.4.3",
|
|
"@vant/auto-import-resolver": "^1.2.1",
|
|
"@vitejs/plugin-legacy": "^6.0.1",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"bumpp": "^10.0.2",
|
|
"consola": "^3.4.0",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^9.20.0",
|
|
"eslint-plugin-format": "^1.0.1",
|
|
"husky": "^9.1.7",
|
|
"less": "^4.2.2",
|
|
"mockjs": "^1.1.0",
|
|
"postcss-mobile-forever": "^4.3.2",
|
|
"rollup": "^4.34.6",
|
|
"terser": "^5.38.1",
|
|
"typescript": "^5.7.3",
|
|
"unocss": "65.4.3",
|
|
"unplugin-auto-import": "^19.0.0",
|
|
"unplugin-vue-components": "^28.0.0",
|
|
"unplugin-vue-router": "^0.11.2",
|
|
"vite": "^6.1.0",
|
|
"vite-plugin-mock-dev-server": "^1.8.4",
|
|
"vite-plugin-pwa": "^0.21.1",
|
|
"vite-plugin-sitemap": "^0.7.1",
|
|
"vite-plugin-vconsole": "^2.1.1",
|
|
"vite-plugin-vue-devtools": "^7.7.1",
|
|
"vitest": "^3.0.5",
|
|
"vue-tsc": "^2.2.0"
|
|
},
|
|
"pnpm": {
|
|
"allowedDeprecatedVersions": {
|
|
"glob": "7.2.3",
|
|
"inflight": "1.0.6",
|
|
"sourcemap-codec": "1.4.8"
|
|
},
|
|
"peerDependencyRules": {
|
|
"allowedVersions": {
|
|
"@intlify/shared": "^11.x",
|
|
"vue-i18n": "^11.x"
|
|
}
|
|
}
|
|
},
|
|
"resolutions": {
|
|
"vite": "^6.1.0"
|
|
}
|
|
}
|