UNPKG

@projectstorm/react-canvas-core

Version:
42 lines 894 B
{ "name": "@projectstorm/react-canvas-core", "version": "7.0.3", "author": "dylanvorster", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/projectstorm/react-diagrams.git" }, "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.11.1", "@emotion/styled": "^11.11.0", "react": "^18.2.0", "lodash": "^4.17.21", "@projectstorm/geometry": "7.0.3" }, "devDependencies": { "@types/react": "^18.2.22", "@types/lodash": "^4.14.200" }, "scripts": { "clean": "rimraf ./dist", "build": "../../node_modules/.bin/webpack" } }