reactflow-canvas-store
Version:
Global and multi-canvas state store for React Flow projects.
41 lines (40 loc) • 1.04 kB
JSON
{
"name": "reactflow-canvas-store",
"version": "1.0.2",
"description": "Global and multi-canvas state store for React Flow projects.",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"clean": "rm -rf dist",
"prepublishOnly": "npm run build"
},
"keywords": [
"reactflow",
"canvas",
"global-state",
"store",
"react"
],
"author": "Seesa Sandeep Kumar",
"license": "MIT",
"devDependencies": {
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"typescript": "^5.8.3"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.1.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sandeepseesa/reactflow-canvas-store.git"
},
"bugs": {
"url": "https://github.com/sandeepseesa/reactflow-canvas-store/issues"
},
"homepage": "https://github.com/sandeepseesa/reactflow-canvas-store#readme"
}