新版本流程编辑器
This commit is contained in:
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"name": "@agent-desk/flowgram-editor",
|
||||
"version": "1.0.4",
|
||||
"description": "",
|
||||
"keywords": [],
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"main": "./src/index.ts",
|
||||
"files": [
|
||||
"src/",
|
||||
"eslint.config.js",
|
||||
".gitignore",
|
||||
"index.html",
|
||||
"package.json",
|
||||
"rsbuild.config.ts",
|
||||
"tsconfig.json",
|
||||
"README.md",
|
||||
"README.zh_CN.md"
|
||||
],
|
||||
"dependencies": {
|
||||
"@douyinfe/semi-icons": "^2.80.0",
|
||||
"@douyinfe/semi-ui": "^2.80.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"nanoid": "^5.0.9",
|
||||
"react": "^18",
|
||||
"react-dom": "^18",
|
||||
"styled-components": "^5",
|
||||
"classnames": "^2.5.1",
|
||||
"@flowgram.ai/runtime-interface": "1.0.12",
|
||||
"@flowgram.ai/free-snap-plugin": "1.0.12",
|
||||
"@flowgram.ai/free-node-panel-plugin": "1.0.12",
|
||||
"@flowgram.ai/minimap-plugin": "1.0.12",
|
||||
"@flowgram.ai/free-lines-plugin": "1.0.12",
|
||||
"@flowgram.ai/free-layout-editor": "1.0.12",
|
||||
"@flowgram.ai/export-plugin": "1.0.12",
|
||||
"@flowgram.ai/free-container-plugin": "1.0.12",
|
||||
"@flowgram.ai/free-group-plugin": "1.0.12",
|
||||
"@flowgram.ai/panel-manager-plugin": "1.0.12",
|
||||
"@flowgram.ai/form-materials": "1.0.12",
|
||||
"@flowgram.ai/free-stack-plugin": "1.0.12",
|
||||
"@flowgram.ai/runtime-js": "1.0.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rsbuild/core": "^1.2.16",
|
||||
"@rsbuild/plugin-react": "^1.1.1",
|
||||
"@rsbuild/plugin-less": "^1.1.1",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/node": "^18",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"@types/styled-components": "^5",
|
||||
"typescript": "^5.8.3",
|
||||
"eslint": "^9.0.0",
|
||||
"cross-env": "~7.0.3",
|
||||
"@flowgram.ai/eslint-config": "1.0.12",
|
||||
"@flowgram.ai/ts-config": "1.0.12"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"registry": "https://registry.npmjs.org/"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "cross-env MODE=app NODE_ENV=production rsbuild build",
|
||||
"build:fast": "exit 0",
|
||||
"build:watch": "exit 0",
|
||||
"build:prod": "cross-env MODE=app NODE_ENV=production rsbuild build",
|
||||
"build:analyze": "BUNDLE_ANALYZE=true rsbuild build",
|
||||
"clean": "rimraf dist",
|
||||
"dev": "cross-env MODE=app NODE_ENV=development rsbuild dev --open",
|
||||
"lint": "eslint ./src --cache",
|
||||
"lint:fix": "eslint ./src --fix",
|
||||
"ts-check": "tsc --noEmit",
|
||||
"start": "cross-env NODE_ENV=development rsbuild dev --open",
|
||||
"test": "exit",
|
||||
"test:cov": "exit",
|
||||
"watch": "exit 0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user