1 Star 0 Fork 83

Jearay/vuetify-form-generator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.85 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 master",
"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.15.8",
"@babel/plugin-external-helpers": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/runtime-corejs3": "^7.15.4",
"@octokit/core": "^3.5.1",
"@rollup/plugin-alias": "^3.1.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-image": "^2.1.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-strip": "^2.1.0",
"@rollup/plugin-url": "^6.1.0",
"@vue/cli-plugin-babel": "^4.5.14",
"@vue/cli-plugin-eslint": "^4.5.14",
"@vue/cli-service": "^4.5.14",
"@vue/eslint-config-prettier": "^6.0.0",
"autoprefixer": "10.3.7",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"caniuse-lite": "^1.0.30001269",
"commitizen": "^4.2.4",
"compression-webpack-plugin": "6.1.1",
"cross-env": "^7.0.3",
"css-loader": "^5.2.7",
"cssnano": "^5.0.8",
"cssnano-preset-default": "^5.1.4",
"cz-lerna-changelog": "^2.0.3",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.19.1",
"husky": "^7.0.2",
"lerna": "^4.0.0",
"lint-staged": "^11.2.3",
"postcss": "8.3.9",
"postcss-nested": "5.0.6",
"postcss-preset-env": "^6.7.0",
"postcss-simple-vars": "6.0.3",
"prettier": "^2.4.1",
"rollup": "^2.58.0",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-postcss": "^4.0.1",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-sizes": "^1.0.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "5.1.9",
"rollup-plugin-vuetify": "^0.2.4",
"sass-loader": "10.1.1",
"standard": "^16.0.4",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack": "4.46.0",
"webpack-bundle-analyzer": "^4.5.0"
},
"dependencies": {
"vue": "^2.6.14"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/jearay/vuetify-form-generator.git
git@gitee.com:jearay/vuetify-form-generator.git
jearay
vuetify-form-generator
vuetify-form-generator
master

搜索帮助