2 Star 4 Fork 1

Jason_Huang/Jason-vue3-h5-template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.11 KB
一键复制 编辑 原始数据 按行查看 历史
Jason_Huang 提交于 2023-11-21 10:50 +08:00 . 初始化代码
{
"name": "varlet-app-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "simple-git-hooks",
"dev": "vite",
"build": "vite build",
"build:test": "vite build --mode test",
"preview": "vite preview",
"lint": "eslint . --fix",
"format": "prettier --write .",
"type-check": "vue-tsc --noEmit",
"test": "vitest",
"test:coverage": "vitest run --coverage"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --allow-empty --concurrent false",
"commit-msg": "pnpm exec commitlint -e $1"
},
"lint-staged": {
"*.${vue,ts,tsx,js,jsx,less,css}": "pnpm format",
"*.{vue,ts,tsx,js,jsx}": "pnpm lint"
},
"dependencies": {
"@varlet/axle": "0.1.2",
"@varlet/bounce-fixer": "^0.0.2",
"@varlet/touch-emulator": "^2.14.2",
"@varlet/ui": "2.14.2",
"@varlet/use": "^2.14.2",
"mockjs": "^1.1.0",
"pinia": "^2.1.3",
"vue": "^3.3.4",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@types/mockjs": "^1.0.7",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@vitejs/plugin-vue": "^4.2.3",
"@vitest/coverage-c8": "^0.33.0",
"@vue/test-utils": "^2.3.2",
"dayjs": "^1.11.8",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.14.1",
"jsdom": "^21.0.0",
"less": "^4.1.3",
"lint-staged": "^13.2.2",
"postcss-px-to-viewport": "^1.1.1",
"prettier": "^2.8.8",
"simple-git-hooks": "^2.8.1",
"typescript": "5.0.2",
"unplugin-auto-import": "^0.16.4",
"unplugin-vue-components": "^0.25.0",
"vite": "^4.3.9",
"vite-plugin-compression2": "^0.10.1",
"vite-plugin-eruda": "^1.0.1",
"vite-plugin-pages": "^0.29.0",
"vite-plugin-progress": "^0.0.7",
"vitest": "^0.31.4",
"vue-tsc": "^1.6.5"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Jasonhuang1991/jason-vue3-h5-template.git
[email protected]:Jasonhuang1991/jason-vue3-h5-template.git
Jasonhuang1991
jason-vue3-h5-template
Jason-vue3-h5-template
master

搜索帮助