1 Star 0 Fork 0

午奥/H5模板

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.27 KB
一键复制 编辑 原始数据 按行查看 历史
午奥 提交于 2024-03-27 11:48 . 模板优化
{
"name": "",
"version": "1.0.0",
"scripts": {
"dev": "vite --host --mode development",
"build:dev": "vite build --mode development",
"upload:dev": "cross-env NODE_ENV=development gulp deploy",
"buildAndUplod:dev": "vite build --mode development&& cross-env NODE_ENV=development gulp deploy",
"test": "vite --host --mode test",
"upload:test": "cross-env NODE_ENV=test gulp deploy",
"build:test": "vite build --mode test",
"buildAndUplod:test": "vite build --mode test&&cross-env NODE_ENV=test gulp deploy",
"production": "vite --host --mode production",
"build:production": "vite build --mode production",
"upload:production": "cross-env NODE_ENV=production gulp deploy",
"buildAndUplod:production": "vite build --mode production&&cross-env NODE_ENV=production gulp deploy",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"prettier": "prettier --write .",
"prepare": "husky install"
},
"dependencies": {
"@vant/auto-import-resolver": "^1.0.2",
"@vant/touch-emulator": "^1.4.0",
"axios": "^0.24.0",
"echarts": "^5.4.1",
"pinia": "^2.0.13",
"pinia-plugin-persistedstate": "^3.2.0",
"swiper": "^8.0.0",
"terser": "^5.19.4",
"vant": "^4.7.2",
"vconsole": "^3.15.1",
"vue": "^3.3.4",
"vue-clipboard3": "^1.0.1",
"vue-router": "^4.0.10"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@rushstack/eslint-patch": "^1.1.4",
"@types/node": "^18.17.5",
"@vitejs/plugin-vue": "^4.2.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.4.0",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"gulp": "^4.0.2",
"gulp-ssh": "^0.7.0",
"husky": "^8.0.0",
"mockjs": "^1.1.0",
"prettier": "^3.0.3",
"sass": "^1.64.1",
"typescript": "^4.4.4",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vite-plugin-mock": "^3.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/afternoon-olympics/h5-template.git
git@gitee.com:afternoon-olympics/h5-template.git
afternoon-olympics
h5-template
H5模板
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385