@projectstorm/react-diagrams-core
Version:
This workspace houses the default models
45 lines • 1.12 kB
JSON
{
"name": "@projectstorm/react-diagrams-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/styled": "^11.11.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"resize-observer-polyfill": "^1.5.1",
"@projectstorm/geometry": "7.0.3",
"@projectstorm/react-canvas-core": "7.0.3"
},
"devDependencies": {
"@types/react": "^18.2.22",
"@types/lodash": "^4.14.200"
},
"scripts": {
"clean": "rimraf ./dist",
"build": "../../node_modules/.bin/webpack",
"build:es": "../../node_modules/.bin/tsc",
"build:prod": "NODE_ENV=production ../../node_modules/.bin/webpack && NODE_ENV=production ../../node_modules/.bin/tsc"
}
}