1 Star 0 Fork 207

HUB2EE/form-create_1

forked from FormCreate/form-create 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.12 KB
一键复制 编辑 原始数据 按行查看 历史
FormCreate 提交于 2022-07-24 16:23 . refactor: 更新 vue-loader
{
"name": "form-create",
"private": true,
"scripts": {
"build": "node tools/cli/run.js build",
"dev:ele": "cd packages/element-ui && npm run dev:ele",
"dev:iview": "cd packages/iview && npm run dev:iview",
"dev:iview4": "cd packages/iview4 && npm run dev:iview4",
"dev:view-design": "cd packages/view-design && npm run dev:view-design",
"dev:antdv": "cd packages/ant-design-vue && npm run dev:antdv",
"commit": "git cz",
"lint": "eslint *.js",
"clear-all": "rimraf package-lock.json node_modules packages/*/node_modules components/*/*/node_modules packages/*/package-lock.json components/*/*/package-lock.json",
"bootstrap": "npm run clear-all && npm i && npm-run-all bootstrap:lerna",
"bootstrap:lerna": "lerna bootstrap -- --ignore-engines"
},
"devDependencies": {
"@vue/cli-service": "^4.5.3",
"babel-eslint": "^10.1.0",
"bili": "~4.5.3",
"chalk": "^4.1.0",
"commitizen": "^4.1.2",
"cross-env": "^7.0.2",
"css-loader": "^4.2.1",
"cz-conventional-changelog": "^3.2.0",
"cz-customizable": "^6.3.0",
"eslint": "^7.7.0",
"eslint-plugin-vue": "^6.2.2",
"figlet": "^1.5.0",
"html-webpack-plugin": "^4.3.0",
"husky": "^4.2.5",
"lerna": "^3.22.1",
"lint-staged": "^10.2.11",
"npm-run-all": "^4.1.5",
"ora": "^5.0.0",
"rimraf": "^3.0.2",
"shelljs": "^0.8.4",
"vue": "^2.7.8",
"vue-loader": "^15.10.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.7.8"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,vue}": [
"eslint --fix",
"git add"
]
},
"dependencies": {
"@vue/cli-plugin-babel": "^4.5.3",
"commander": "^6.0.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-commonjs": "^10.1.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/since2020/form-create_1.git
git@gitee.com:since2020/form-create_1.git
since2020
form-create_1
form-create_1
2.5

搜索帮助