加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
yujinliang 提交于 2024-08-13 11:03 . build: 更新vite及相关插件
{
"name": "vue-ts-basic-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,scss,vue,html,md}\"",
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock,build}/**/*.{vue,js,ts,tsx}\" --fix",
"lint:stylelint": "stylelint --cache --fix \"**/*.{html,vue,css,scss}\" --cache-location node_modules/.cache/stylelint/",
"prepare": "husky",
"commitlint": "commitlint --edit"
},
"dependencies": {
"vue": "^3.4.37"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cz-commitlint": "^19.2.0",
"@eslint/js": "^8.57.0",
"@nabla/vite-plugin-eslint": "^2.0.4",
"@types/node": "^20.14.10",
"@vitejs/plugin-vue": "^5.1.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.8.0",
"husky": "^9.0.11",
"postcss-html": "^1.7.0",
"postcss-scss": "^4.0.9",
"prettier": "3.3.2",
"stylelint": "^16.6.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-prettier": "^5.0.0",
"stylelint-scss": "^6.4.1",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0",
"vite": "^5.4.0",
"vue-tsc": "^2.0.29"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化