mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2026-03-13 09:50:09 +08:00
41 lines
831 B
JSON
41 lines
831 B
JSON
{
|
|
"name": "@projectstorm/react-canvas-core",
|
|
"version": "6.0.1-beta.2",
|
|
"author": "dylanvorster",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/projectstorm/react-diagrams.git"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -rf ./dist",
|
|
"build": "../../node_modules/.bin/webpack",
|
|
"build:prod": "NODE_ENV=production ../../node_modules/.bin/webpack"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"web",
|
|
"diagram",
|
|
"diagrams",
|
|
"react",
|
|
"typescript",
|
|
"flowchart",
|
|
"simple",
|
|
"links",
|
|
"nodes"
|
|
],
|
|
"main": "./dist/index.js",
|
|
"typings": "./dist/@types/index",
|
|
"dependencies": {
|
|
"@projectstorm/geometry": "^6.0.1-beta.2"
|
|
},
|
|
"peerDependencies": {
|
|
"closest": "^0.0.1",
|
|
"lodash": "4.*",
|
|
"react": "16.*"
|
|
},
|
|
"gitHead": "bb878657ba0c2f81764f32901fd96158a0f8352e"
|
|
}
|