5 Star 0 Fork 1

xiaoForest/主线科技

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.82 KB
一键复制 编辑 原始数据 按行查看 历史
人人都在发奋 提交于 2023-11-25 17:12 . chore: update dependencies
{
"name": "vite-vue-js-starter-template",
"description": "Vue3 JavaScript Starter Project For Vite.",
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@8.10.5",
"license": "MIT",
"author": {
"name": "ElanYoung",
"email": "william@starimmortal.com",
"url": "https://doc.starimmortal.com"
},
"homepage": "https://elanyoung.github.io/vite-vue-js-starter-template",
"repository": {
"type": "git",
"url": "git@github.com:ElanYoung/vite-vue-js-starter-template.git"
},
"bugs": {
"url": "https://github.com/ElanYoung/vite-vue-js-starter-template/issues"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,js,ts,tsx}\"",
"lint:fix": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,js,ts,tsx}\" --fix",
"stylelint": "stylelint \"**/*.{html,vue,css,less}\" --cache",
"stylelint:fix": "stylelint \"**/*.{html,vue,css,less}\" --cache --fix",
"prepare": "husky install"
},
"dependencies": {
"@vueuse/core": "^10.6.1",
"axios": "^1.6.2",
"dayjs": "^1.11.10",
"mitt": "^3.0.1",
"pinia": "^2.1.7",
"tdesign-vue-next": "^1.7.0",
"vue": "^3.3.9",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@eslint/js": "^8.54.0",
"@vitejs/plugin-vue": "^4.5.0",
"autoprefixer": "^10.4.16",
"cz-git": "^1.7.1",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-define-config": "^2.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.18.1",
"husky": "^8.0.3",
"less": "^4.2.0",
"lint-staged": "^15.1.0",
"postcss-html": "^1.5.0",
"postcss-less": "^6.0.0",
"prettier": "^3.1.0",
"stylelint": "^15.11.0",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-less": "^2.0.0",
"unplugin-auto-import": "^0.17.1",
"unplugin-icons": "^0.17.4",
"unplugin-vue-components": "^0.25.2",
"vite": "^5.0.2",
"vue-eslint-parser": "^9.3.2"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --write",
"eslint --fix"
],
"*.vue": [
"prettier --write",
"eslint --fix",
"stylelint --fix"
],
"*.{html,sass,scss,less}": [
"prettier --write",
"stylelint --fix"
],
"package.json": [
"prettier --write"
],
"*.md": [
"prettier --write"
]
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"engines": {
"node": "^18.0.0 || >=20.0.0",
"pnpm": ">=8.6.10"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiaoforest/main-line.git
git@gitee.com:xiaoforest/main-line.git
xiaoforest
main-line
主线科技
master

搜索帮助