{
	"name": "@projectstorm/react-diagrams-defaults",
	"version": "6.2.0",
	"author": "dylanvorster",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "https://github.com/projectstorm/react-diagrams.git"
	},
	"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"
	},
	"publishConfig": {
		"access": "public"
	},
	"keywords": [
		"web",
		"diagram",
		"diagrams",
		"react",
		"typescript",
		"flowchart",
		"simple",
		"links",
		"nodes"
	],
	"main": "./dist/index.js",
	"module": "./dist/es/index.js",
	"typings": "./dist/@types/index",
	"dependencies": {
		"@projectstorm/react-diagrams-core": "^6.2.0"
	},
	"peerDependencies": {
		"@emotion/core": "^10.*",
		"@emotion/styled": "^10.*",
		"lodash": "4.*",
		"react": "16.*"
	},
	"gitHead": "bb878657ba0c2f81764f32901fd96158a0f8352e"
}
