58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "@reactflow/system",
|
|
"version": "11.5.5",
|
|
"description": "Core system of React Flow.",
|
|
"keywords": [
|
|
"react",
|
|
"svelte",
|
|
"node-based UI",
|
|
"graph",
|
|
"diagram",
|
|
"workflow",
|
|
"react-flow",
|
|
"svelte-flow"
|
|
],
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"source": "src/index.ts",
|
|
"main": "dist/umd/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"types": "dist/esm/index.d.ts",
|
|
"sideEffects": [
|
|
"*.css"
|
|
],
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/wbkd/react-flow.git",
|
|
"directory": "packages/system"
|
|
},
|
|
"scripts": {
|
|
"dev": "rollup --config node:@reactflow/rollup-config --watch",
|
|
"build": "rollup --config node:@reactflow/rollup-config --environment NODE_ENV:production",
|
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx src",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@types/d3": "^7.4.0",
|
|
"@types/d3-drag": "^3.0.1",
|
|
"@types/d3-selection": "^3.0.3",
|
|
"@types/d3-zoom": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@reactflow/eslint-config": "workspace:*",
|
|
"@reactflow/rollup-config": "workspace:*",
|
|
"@reactflow/tsconfig": "workspace:*",
|
|
"@types/node": "^18.7.16",
|
|
"typescript": "^4.9.4"
|
|
},
|
|
"rollup": {
|
|
"globals": {},
|
|
"name": "ReactFlowSystem"
|
|
}
|
|
}
|