1 Star 0 Fork 38

nova/logic-flow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "LogicFlow",
"private": true,
"description": "一款流程可视化的前端框架",
"license": "Apache 2.0",
"author": "LogicFlow-Team",
"workspaces": ["packages/*", "examples"],
"scripts": {
"bootstrap": "yarn",
"clean": "lerna clean",
"build": "lerna run build",
"build:types": "lerna run types",
"lint": "eslint . --ext .ts,.tsx --fix",
"commit": "git-cz",
"build:example": "lerna run build --scope examples",
"lerna:publish": "lerna publish from-git",
"docs:dev": "./node_modules/.bin/vuepress dev docs",
"docs:build": "./node_modules/.bin/vuepress build docs"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"dependencies": {},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.2.0",
"cz-lerna-changelog": "^2.0.3",
"eslint": "^7.0.0",
"eslint-config-airbnb-typescript": "^9.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-standard": "^4.0.1",
"eslint-webpack-plugin": "^2.1.0",
"inquirer": "^7.3.3",
"lerna": "^3.22.1",
"shelljs": "^0.8.4",
"typescript": "^3.8.3",
"vuepress": "^1.7.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-lerna-changelog"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mypanday/logic-flow.git
[email protected]:mypanday/logic-flow.git
mypanday
logic-flow
logic-flow
master

搜索帮助