1 Star 0 Fork 0

张志阳/vue3-vant-mobile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.56 KB
一键复制 编辑 原始数据 按行查看 历史
王超 提交于 2024-11-14 11:28 +08:00 . chore: release v3.3.0
{
"name": "vue3-vant-mobile",
"type": "module",
"version": "3.3.0",
"packageManager": "pnpm@9.13.0",
"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"
},
"dependencies": {
"@unhead/vue": "^1.11.11",
"@vant/touch-emulator": "^1.4.0",
"@vant/use": "^1.6.0",
"@vueuse/core": "^11.2.0",
"axios": "^1.7.7",
"echarts": "^5.5.1",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"pinia": "^2.2.6",
"pinia-plugin-persistedstate": "^4.1.2",
"resize-detector": "^0.3.0",
"vant": "^4.9.8",
"vconsole": "^3.15.1",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@antfu/eslint-config": "3.8.0",
"@iconify-json/carbon": "^1.2.4",
"@intlify/unplugin-vue-i18n": "^5.2.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.9.0",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-plugin": "0.64.0",
"@unocss/preset-rem-to-px": "0.64.0",
"@vant/auto-import-resolver": "^1.2.1",
"@vitejs/plugin-legacy": "^5.4.3",
"@vitejs/plugin-vue": "^5.1.4",
"autoprefixer": "^10.4.20",
"bumpp": "^9.8.1",
"consola": "^3.2.3",
"cross-env": "^7.0.3",
"eslint": "^9.14.0",
"eslint-plugin-format": "^0.1.2",
"husky": "^9.1.6",
"less": "^4.2.0",
"mockjs": "^1.1.0",
"postcss-mobile-forever": "^4.2.4",
"rollup": "^4.24.4",
"terser": "^5.36.0",
"typescript": "^5.6.3",
"unocss": "0.64.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-router": "^0.10.8",
"vite": "^5.4.10",
"vite-plugin-mock-dev-server": "^1.8.0",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-sitemap": "^0.7.1",
"vite-plugin-vconsole": "^2.1.1",
"vite-plugin-vue-devtools": "^7.6.3",
"vitest": "^2.1.4",
"vue-tsc": "^2.1.10"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"postcss",
"esbuild"
],
"allowedVersions": {
"rollup": "^4.x"
},
"allowAny": [
"eslint"
]
},
"allowedDeprecatedVersions": {
"glob": "7.2.3",
"inflight": "1.0.6",
"sourcemap-codec": "1.4.8"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhang-zhiyang/vue3-vant-mobile.git
git@gitee.com:zhang-zhiyang/vue3-vant-mobile.git
zhang-zhiyang
vue3-vant-mobile
vue3-vant-mobile
main

搜索帮助