{ "name": "@rctflw/core", "version": "11.0.0-next.0", "description": "Core components and util functions of React Flow.", "keywords": [ "react", "node-based UI", "graph", "diagram", "workflow", "react-flow" ], "files": [ "dist" ], "main": "dist/rctflw-core.cjs.js", "module": "dist/rctflw-core.esm.js", "types": "dist/rctflw-core.cjs.d.ts", "sideEffects": false, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/wbkd/react-flow.git", "directory": "packages/core" }, "scripts": { "build": "postcss src/styles/{base,style}.css --config ../../postcss.config.json --dir dist" }, "dependencies": { "@babel/runtime": "^7.18.9", "@types/d3": "^7.4.0", "classcat": "^5.0.3", "d3-drag": "^3.0.0", "d3-selection": "^3.0.0", "d3-zoom": "^3.0.0", "zustand": "^4.0.0" }, "peerDependencies": { "react": ">=18", "react-dom": ">=18" }, "devDependencies": { "@types/react": "^18.0.17", "autoprefixer": "^10.4.8", "postcss": "^8.4.14", "postcss-cli": "^10.0.0", "postcss-combine-duplicated-selectors": "^10.0.3", "postcss-import": "^14.1.0", "postcss-nested": "^5.0.6" } }