1 Star 0 Fork 88

SugerNew / LogicFlow

forked from LogicFlow / LogicFlow 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.13 KB
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
{
"name": "logicflow",
"private": true,
"description": "一款高拓展性、重执行、专业的流程图编辑框架",
"license": "Apache-2.0",
"author": "LogicFlow-Team",
"workspaces": [
"packages/*",
"examples"
],
"scripts": {
"dev:core": "npm run build:types && npm run build && cd packages/core && npm run dev",
"dev:extension": "npm run build:types && npm run build && cd packages/extension && npm run dev",
"bootstrap": "yarn",
"clean": "lerna clean",
"build": "lerna run build",
"build:types": "lerna run types",
"lint": "eslint --cache",
"commit": "git-cz",
"prepare": "husky install",
"build:example": "lerna run build --scope examples",
"lerna:publish": "lerna publish from-git",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"watch": "lerna watch -- lerna run build --since --ignore examples",
"watch:core": "lerna watch --scope @logicflow/core -- lerna run build --scope @logicflow/core",
"watch:extension": "lerna watch --scope @logicflow/extension -- lerna run build --scope @logicflow/extension",
"test": "jest"
},
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.2.0",
"@vuepress-reco/vuepress-plugin-back-to-top": "^1.6.0",
"commitizen": "^4.2.4",
"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",
"husky": "^6.0.0",
"inquirer": "^7.3.3",
"lerna": "^6.5.1",
"lint-staged": "^10.5.4",
"shelljs": "^0.8.4",
"typescript": "^3.8.3",
"vuepress": "^1.7.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-lerna-changelog"
}
},
"lint-staged": {
"*.{ts,tsx}": "npm run lint"
}
}
TypeScript
1
https://gitee.com/txp123/LogicFlow.git
git@gitee.com:txp123/LogicFlow.git
txp123
LogicFlow
LogicFlow
master

搜索帮助