42 lines
906 B
JSON
42 lines
906 B
JSON
{
|
|
"name": "@reactflow/background",
|
|
"version": "11.0.0-next.3",
|
|
"description": "Background component with different variants for React Flow",
|
|
"keywords": [
|
|
"react",
|
|
"node-based UI",
|
|
"graph",
|
|
"diagram",
|
|
"workflow",
|
|
"react-flow"
|
|
],
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "dist/reactflow-background.cjs.js",
|
|
"module": "dist/reactflow-background.esm.js",
|
|
"types": "dist/reactflow-background.cjs.d.ts",
|
|
"sideEffects": false,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/wbkd/react-flow.git",
|
|
"directory": "packages/background"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.18.9",
|
|
"@reactflow/core": "workspace:*",
|
|
"classcat": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"tsconfig": "*"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18",
|
|
"react-dom": ">=18"
|
|
}
|
|
}
|