1 Star 0 Fork 0

itboy/vite-project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.23 KB
一键复制 编辑 原始数据 按行查看 历史
itboy 提交于 2024-09-26 22:37 . feat: 更新功能
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --open",
"build": "vue-tsc -b && vite build",
"build:test": "vue-tsc && vite build --mode test",
"build:pro": "vue-tsc && vite build --mode production",
"preview": "vite preview",
"lint": "eslint src",
"fix": "eslint src --fix",
"format": "prettier --write \"./**/*.{html,vue,ts,js,json,md}\"",
"lint:eslint": "eslint src/**/*.{ts,vue} --cache --fix",
"lint:style": "stylelint src/**/*.{css,scss,vue} --cache --fix",
"prepare": "husky install",
"commitlint": "commitlint --config commitlint.config.cjs -e -V",
"preinstall": "node ./scritps/preinstall.js"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"axios": "^1.7.7",
"element-plus": "^2.8.3",
"lodash": "^4.17.21",
"pinia": "^2.2.2",
"route": "^0.2.5",
"vue": "^3.4.37",
"vue-router": "4"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.1",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/js": "^9.11.0",
"@types/node": "^22.7.0",
"@vitejs/plugin-vue": "^5.1.2",
"eslint": "^9.11.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.28.0",
"globals": "^15.9.0",
"husky": "^8.0.0",
"i": "^0.3.7",
"mockjs": "^1.1.0",
"postcss": "^8.4.47",
"postcss-html": "^1.7.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.3.3",
"sass": "^1.79.3",
"sass-loader": "^16.0.2",
"stylelint": "^16.9.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.7.0",
"typescript": "^5.6.0",
"typescript-eslint": "^8.6.0",
"vite": "^5.4.1",
"vite-plugin-mock": "^3.0.2",
"vite-plugin-mock-dev-server": "^1.7.3",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^2.0.29"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangjiucheng/vite-project.git
git@gitee.com:wangjiucheng/vite-project.git
wangjiucheng
vite-project
vite-project
master

搜索帮助