2 Star 0 Fork 0

Change/three-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.18 KB
一键复制 编辑 原始数据 按行查看 历史
Change 提交于 2023-12-16 20:46 . chore: 新增commitlint
{
"name": "three-editor",
"private": false,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"prepare": "husky install",
"commit": "git status && git add . && git-cz",
"lint:es": "eslint . --ext ./**/*.{js,jsx,cjs,mjs,ts,tsx,vue} --fix --ignore-path .lintignore",
"lint:format": "prettier --write --loglevel warn ./**/*.{js,jsx,cjs,mjs,ts,tsx,vue,html,json,md} --ignore-path .lintignore",
"lint:style": "stylelint src/**/*.{css,sass,scss,vue,html} --fix --ignore-path .lintignore --cache --cache-location node_modules/.cache/stylelint/",
"lint": "pnpm run lint:es && pnpm run lint:style & pnpm run lint:format"
},
"lint-staged": {
"*.{js,jsx,cjs,mjs,ts,tsx}": [
"pnpm run lint:es",
"pnpm run lint:format"
],
"*.vue": [
"pnpm run lint:es",
"pnpm run lint:style",
"pnpm run lint:format"
],
"css,scss,html": [
"pnpm run lint:style",
"pnpm run lint:format"
],
"*.{json,md}": [
"pnpm run lint:format"
]
},
"config": {
"commitizen": {
"path": "cz-customizable"
},
"cz-customizable": {
"config": ".cz-config.cjs"
}
},
"dependencies": {
"vue": "^3.3.11"
},
"devDependencies": {
"@commitlint/config-conventional": "^18.4.3",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-vue": "^4.5.2",
"commitizen": "^4.3.0",
"commitlint": "^18.4.3",
"commitlint-config-cz": "^0.13.3",
"cz-customizable": "^7.0.0",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"sass": "^1.69.5",
"stylelint": "^16.0.2",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^35.0.0",
"stylelint-config-standard-scss": "^12.0.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.0.0",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vite-plugin-eslint": "^1.8.1",
"vue-tsc": "^1.8.25"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/change515/three-editor.git
git@gitee.com:change515/three-editor.git
change515
three-editor
three-editor
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385