1 Star 1 Fork 2

sohucw/vue3-h5-pro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.36 KB
一键复制 编辑 原始数据 按行查看 历史
dawei 提交于 2024-09-23 11:14 . feat: init
{
"name": "vue3-h5-pro",
"version": "0.0.1",
"license": "MIT",
"engines": {
"node": ">= 18",
"pnpm": ">= 9"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint:eslint": "eslint . --fix",
"lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
"release": "standard-version",
"prepare": "husky install"
},
"dependencies": {
"axios": "^1.6.8",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"vant": "^4.9.0",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.2.2",
"@eslint/js": "^9.3.0",
"@iconify-icons/fa6-solid": "^1.2.13",
"@iconify/vue": "^4.1.2",
"@rushstack/eslint-patch": "^1.10.2",
"@types/node": "^20.12.12",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.19",
"cnjm-postcss-px-to-viewport": "^1.0.1",
"commitlint": "^19.3.0",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.26.0",
"globals": "^15.2.0",
"husky": "^9.0.11",
"less": "^4.2.0",
"mockjs": "^1.1.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"postcss-px-to-viewport": "^1.1.1",
"prettier": "^3.2.5",
"standard-version": "^9.5.0",
"tailwindcss": "^3.4.3",
"typescript": "~5.4.5",
"typescript-eslint": "^7.9.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.11",
"vite-plugin-cdn2": "^1.1.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-mock-dev-server": "^1.5.0",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^2.0.19"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"rollup"
],
"allowedVersions": {
"eslint": "9"
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sohucw/vue3-h5-pro.git
git@gitee.com:sohucw/vue3-h5-pro.git
sohucw
vue3-h5-pro
vue3-h5-pro
master

搜索帮助