1 Star 0 Fork 219

Ralph / eurynome-cloud-ui

forked from 码匠君 / dante-cloud-ui 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 5.45 KB
一键复制 编辑 原始数据 按行查看 历史
码匠君 提交于 2022-03-05 16:11 . fix(v2.6.4.10): 版本发布
{
"name": "root",
"private": true,
"workspaces": [
"packages/@herodotus/ui",
"packages/@hecate/utils",
"packages/@hecate/plugins",
"packages/@hecate/h-button",
"packages/@hecate/h-table",
"packages/@hecate/h-bpmn-moddle",
"packages/@hephaestus/h-bpmn-moddle"
],
"version": "1.0.0",
"author": "码匠君 <herodotus@aliyun.com>",
"license": "MIT",
"scripts": {
"push": "yarn commit && git push --set-upstream origin master",
"commit": "git add . && git status && git-cz",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"h:utils": "yarn workspace @hecate/utils",
"h:plugins": "yarn workspace @hecate/plugins",
"h:button": "yarn workspace @hecate/h-button",
"h:table": "yarn workspace @hecate/h-table",
"h:bpmn": "yarn workspace @hecate/h-bpmn-moddle",
"h:service": "yarn workspace @hecate/form-service",
"n:bpmn": "yarn workspace @hephaestus/h-bpmn-moddle",
"e:ui": "yarn workspace @herodotus/ui",
"storybook": "start-storybook -p 9898"
},
"command": {
"publish": {
"conventionalCommits": true,
"registry": "https://registry.npmjs.org/",
"message": "chore: publish"
},
"version": {
"message": "chore: publish"
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky-run": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.(js|json|md|scss|ts|vue)": [
"prettier --write"
]
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/plugin-external-helpers": "^7.16.7",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.2",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-jsx": "^7.16.7",
"@babel/plugin-transform-async-to-generator": "^7.16.8",
"@babel/plugin-transform-for-of": "^7.16.7",
"@babel/plugin-transform-regenerator": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/plugin-transform-typescript": "^7.16.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime-corejs3": "^7.17.2",
"@octokit/core": "^3.5.1",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-image": "^2.1.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-multi-entry": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-strip": "^2.1.0",
"@rollup/plugin-sucrase": "^4.0.2",
"@rollup/plugin-typescript": "^8.3.1",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-eslint": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"autoprefixer": "^10.4.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"commitizen": "^4.2.4",
"compression-webpack-plugin": "^6.1.1",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"css-loader": "^5.2.7",
"cssnano": "^5.1.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.10.0",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.5.0",
"graceful-fs": "4.2.9",
"husky": "^7.0.4",
"lerna": "^4.0.0",
"lint-staged": "^12.3.4",
"postcss": "^8.4.7",
"postcss-nested": "^5.0.6",
"postcss-preset-env": "^7.4.2",
"postcss-simple-vars": "^6.0.3",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
"rollup": "^2.69.1",
"rollup-plugin-filesize": "^9.1.2",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-sizes": "^1.0.4",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"rollup-plugin-vue": "5.1.9",
"rollup-plugin-xml": "^1.0.0",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"tslib": "^2.3.1",
"typescript": "^4.2.3",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack": "4.46.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@babel/runtime": "^7.17.2",
"caniuse-lite": "^1.0.30001313",
"core-js": "^3.21.1",
"ts-vue-plugin": "^0.1.3",
"typescript-ioc": "^3.2.2",
"vue": "^2.6.14",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2",
"vuetify": "^2.6.3"
},
"peerDependencies": {
"vue": "^2.6.14",
"vuetify": "^2.6.1"
}
}
NodeJS
1
https://gitee.com/ralph81/eurynome-cloud-ui.git
git@gitee.com:ralph81/eurynome-cloud-ui.git
ralph81
eurynome-cloud-ui
eurynome-cloud-ui
master

搜索帮助