1 Star 0 Fork 2

Mr、Nothing/vuetify-form-generator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.76 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "root",
"private": true,
"workspaces": [
"packages/@hecate/core",
"packages/@hecate/h-button",
"packages/@hecate/h-code-mirror",
"packages/@hecate/h-code-editor",
"packages/@hecate/h-form-renderer",
"packages/@hecate/h-form-runtime",
"packages/@hecate/h-form-generator",
"packages/@hecate/h-icon-list",
"packages/@hecate/example",
"packages/@hecate/form-service"
],
"scripts": {
"start": "yarn workspaces run start",
"push": "yarn commit && git push --set-upstream origin develop",
"commit": "git add . && git status && git-cz",
"ws:core": "yarn workspace @hecate/core",
"ws:button": "yarn workspace @hecate/h-button",
"ws:iconlist": "yarn workspace @hecate/h-icon-list",
"ws:mirror": "yarn workspace @hecate/h-code-mirror",
"ws:editor": "yarn workspace @hecate/h-code-editor",
"ws:renderer": "yarn workspace @hecate/h-form-renderer",
"ws:runtime": "yarn workspace @hecate/h-form-runtime",
"ws:generator": "yarn workspace @hecate/h-form-generator",
"ws:example": "yarn workspace @hecate/example",
"ws:service": "yarn workspace @hecate/form-service",
"storybook": "start-storybook -p 9898"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-lerna-changelog"
}
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.(vue|js)": [
"prettier --write"
]
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-external-helpers": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/runtime-corejs3": "^7.12.5",
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-image": "^2.0.6",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.0.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"@rollup/plugin-strip": "^2.0.0",
"@rollup/plugin-url": "^6.0.0",
"@vue/cli-plugin-babel": "^4.5.10",
"@vue/cli-plugin-eslint": "^4.5.10",
"@vue/cli-service": "^4.5.10",
"@vue/eslint-config-prettier": "^6.0.0",
"autoprefixer": "10.2.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"caniuse-lite": "^1.0.30001174",
"commitizen": "^4.2.2",
"compression-webpack-plugin": "6.1.1",
"cross-env": "^7.0.3",
"cssnano": "^4.1.10",
"cssnano-preset-default": "^4.0.7",
"cz-lerna-changelog": "^2.0.3",
"eslint": "^7.17.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.4.1",
"husky": "^4.3.7",
"lerna": "^3.22.1",
"lint-staged": "^10.5.3",
"postcss": "8.2.4",
"postcss-nested": "5.0.3",
"postcss-preset-env": "^6.7.0",
"postcss-simple-vars": "6.0.2",
"prettier": "^2.2.1",
"rollup": "^2.36.1",
"rollup-plugin-filesize": "^9.1.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-sizes": "^1.0.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "5.1.9",
"rollup-plugin-vuetify": "^0.2.4",
"standard": "^16.0.3",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack": "4.44.2",
"webpack-bundle-analyzer": "^4.3.0"
},
"dependencies": {
"vue": "^2.6.12"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/mrnothing/vuetify-form-generator.git
[email protected]:mrnothing/vuetify-form-generator.git
mrnothing
vuetify-form-generator
vuetify-form-generator
master

搜索帮助