1 Star 0 Fork 25

li_base / vite-vue3-h5

forked from buqiyuan / vite-vue3-h5 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.13 KB
一键复制 编辑 原始数据 按行查看 历史
buqiyuan 提交于 2021-12-31 16:56 . chore: update deps
{
"name": "vite-vue3-h5",
"version": "0.0.0",
"homepage": "git@buqiyuan.github.io/vite-vue3-h5",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "gh-pages -d dist",
"format": "prettier --write ./src",
"lint": "eslint ./src --ext .vue,.js,.ts,.tsx",
"lint-fix": "eslint --fix ./src --ext .vue,.js,.ts,.tsx",
"lint:eslint": "eslint \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
"lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
"lint:stylelint": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
"lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
"lint:pretty": "pretty-quick --staged",
"prepare": "husky install",
"test prod gzip": "http-server dist --cors --gzip -c-1",
"test prod cors": "http-server dist --cors --gzip -P http://us-la-cn2.sakurafrp.com:59660"
},
"dependencies": {
"@vant/area-data": "^1.2.1",
"@vant/touch-emulator": "^1.3.2",
"@vueuse/core": "^7.5.1",
"axios": "^0.24.0",
"dayjs": "^1.10.7",
"lodash": "^4.17.21",
"pinia": "^2.0.9",
"qs": "^6.10.2",
"vant": "^3.3.7",
"vconsole": "^3.11.0",
"vue": "^3.2.26",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@commitlint/cli": "^16.0.1",
"@commitlint/config-conventional": "^16.0.0",
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@vitejs/plugin-legacy": "^1.6.4",
"@vitejs/plugin-vue": "^2.0.1",
"@vitejs/plugin-vue-jsx": "^1.3.3",
"@vue/compiler-sfc": "3.2.26",
"@vue/eslint-config-typescript": "^10.0.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.3.0",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.2.0",
"gh-pages": "^3.2.3",
"husky": "^7.0.4",
"lint-staged": "^12.1.4",
"mockjs": "^1.1.0",
"postcss-html": "^1.3.0",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"sass": "^1.45.2",
"stylelint": "^14.2.0",
"stylelint-config-html": "^1.0.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^24.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.1.0",
"typescript": "^4.5.4",
"vite": "^2.7.10",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-style-import": "^1.4.1",
"vue-eslint-parser": "^8.0.1"
},
"license": "MIT",
"engines": {
"node": "^12 || >=14"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
"prettier --write--parser json"
],
"package.json": [
"prettier --write"
],
"*.vue": [
"eslint --fix",
"prettier --write",
"stylelint --fix"
],
"*.{scss,less,styl,html}": [
"stylelint --fix",
"prettier --write"
],
"*.md": [
"prettier --write"
]
}
}
TypeScript
1
https://gitee.com/li_base/vite-vue3-h5.git
git@gitee.com:li_base/vite-vue3-h5.git
li_base
vite-vue3-h5
vite-vue3-h5
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891