7 Star 48 Fork 14

Gitee 极速下载/LogicFlow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/didi/LogicFlow
克隆/下载
package.json 2.20 KB
一键复制 编辑 原始数据 按行查看 历史
wumail 提交于 2023-11-29 19:55 . feat(core): add test for core
{
"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": {
"babel-plugin-jsx-pragmatic": "^1.0.2"
},
"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",
"babel-jest": "^29.7.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"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/LogicFlow.git
git@gitee.com:mirrors/LogicFlow.git
mirrors
LogicFlow
LogicFlow
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385