1 Star 0 Fork 0

阿炸克斯/康米文档

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.65 KB
一键复制 编辑 原始数据 按行查看 历史
阿炸克斯 提交于 2023-05-09 23:56 . feat: 添加工具函数
{
"name": "kangmi-doc",
"private": true,
"description": "康米文档,免费的文档工具,支持流程图,脑图,Markdown",
"workspaces": [
"packages/*"
],
"scripts": {
"demo": "lerna run --scope @kangmi/client_demo --stream dev",
"eslint": "eslint --ext .jsx,.js,.cjs,.mjs,.ts,.tsx --fix",
"lint": "npm run eslint && npm run prettier",
"prepare": "husky install",
"prettier": "prettier --write ./packages/"
},
"lint-staged": {
"**/*.{tsx,ts,jsx,js}": "npm run lint"
},
"dependencies": {
"@ant-design/icons": "5.0.1",
"@antv/hierarchy": "^0.6.11",
"@antv/x6": "^2.5.5",
"@antv/x6-plugin-clipboard": "^2.1.4",
"@antv/x6-plugin-dnd": "^2.0.4",
"@antv/x6-plugin-export": "^2.1.5",
"@antv/x6-plugin-history": "^2.2.0",
"@antv/x6-plugin-keyboard": "^2.2.0",
"@antv/x6-plugin-minimap": "^2.0.2",
"@antv/x6-plugin-scroller": "^2.0.8",
"@antv/x6-plugin-selection": "^2.1.5",
"@antv/x6-plugin-snapline": "^2.1.6",
"@antv/x6-plugin-transform": "^2.1.6",
"@antv/x6-react-shape": "^2.1.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"antd": "^5.3.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/lodash": "4.14.191",
"@types/node": "17.0.14",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.1",
"lerna": "^6.0.1",
"lint-staged": "^13.0.3",
"prettier": "2.7.1",
"typescript": "^4.1.2",
"umi": "^4.0.36"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lvyueyang/kangmi-doc.git
git@gitee.com:lvyueyang/kangmi-doc.git
lvyueyang
kangmi-doc
康米文档
master

搜索帮助