{ "name": "@projectstorm/react-canvas-core", "version": "7.0.4", "author": "dylanvorster", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/projectstorm/react-diagrams.git" }, "scripts": { "clean": "rimraf ./dist", "build": "../../node_modules/.bin/webpack" }, "publishConfig": { "access": "public" }, "keywords": [ "web", "diagram", "diagrams", "react", "typescript", "flowchart", "simple", "links", "nodes" ], "main": "./dist/index.umd.js", "module": "./dist/index.js", "typings": "./dist/@types/index", "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.11.0", "@projectstorm/geometry": "workspace:*", "lodash": "^4.17.21", "react": "^19.0.0" }, "devDependencies": { "@types/lodash": "^4.14.200", "@types/react": "^19.0.12" } }