1 Star 0 Fork 70

eavenzhao/vue3+vant4-h5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
奔跑的蜗牛 提交于 2024-04-17 19:36 . 升级插件
{
"name": "vue3-vant4-h5",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"vite": "vite",
"build": "vite build",
"build:dev": "vite build --mode dev",
"build:pro": "vite build --mode prod",
"preview": "vite preview",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"axios": "^1.6.8",
"core-js": "^3.37.0",
"jsonp": "^0.2.1",
"lodash": "^4.17.21",
"mitt": "^3.0.1",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"vant": "^4.8.11",
"vue": "^3.4.23",
"vue-dompurify-html": "^5.0.1",
"vue-i18n": "^9.12.1",
"vue-router": "^4.3.1"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^5.3.2",
"@vitejs/plugin-vue": "^5.0.4",
"amfe-flexible": "^2.2.1",
"autoprefixer": "^10.4.19",
"jszip": "^3.10.1",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"postcss-pxtorem": "^6.1.0",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.9",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-progress": "^0.0.7",
"vite-plugin-style-import": "^2.0.0",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vitepress": "^1.1.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/eavenzhao/vue3-vant3-h5.git
git@gitee.com:eavenzhao/vue3-vant3-h5.git
eavenzhao
vue3-vant3-h5
vue3+vant4-h5
master

搜索帮助