4 Star 13 Fork 13

zijun/simple-vite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "simple-vite",
"version": "3.0.0",
"author": "zijun2030@gmail.com",
"updated": "2021-03-19",
"license": "MIT",
"private": true,
"scripts": {
"dev": "vite",
"serve": "vite preview",
"build": "vite build",
"build:lint": "vuedx-typecheck . && vite build"
},
"dependencies": {
"axios": "0.21.1",
"js-cookie": "2.2.1",
"vant": "3.0.10",
"vconsole": "3.4.0",
"vue": "3.0.7",
"vue-router": "4.0.5",
"vuex": "4.0.0",
"weixin-js-sdk": "1.6.0"
},
"devDependencies": {
"@commitlint/cli": "12.0.1",
"@commitlint/config-conventional": "12.0.1",
"@types/node": "14.14.35",
"@typescript-eslint/eslint-plugin": "4.18.0",
"@typescript-eslint/parser": "4.18.0",
"@vitejs/plugin-vue": "1.1.5",
"@vue/compiler-sfc": "3.0.7",
"@vuedx/typecheck": "0.6.3",
"@vuedx/typescript-plugin-vue": "0.6.3",
"eslint": "7.22.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-vue": "7.7.0",
"husky": "4.3.8",
"less": "4.1.1",
"lint-staged": "10.5.4",
"postcss-px-to-viewport": "1.1.1",
"prettier": "2.2.1",
"typescript": "4.2.3",
"vite": "2.1.1"
},
"lint-staged": {
"*.{js,jsx,vue,ts,tsx,json,md}": [
"prettier --config .prettierrc --write",
"eslint --fix",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/zijun2030/simple-vite.git
git@gitee.com:zijun2030/simple-vite.git
zijun2030
simple-vite
simple-vite
master

搜索帮助