mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2026-03-13 09:50:09 +08:00
38 lines
671 B
JSON
38 lines
671 B
JSON
{
|
|
"name": "@projectstorm/geometry",
|
|
"version": "7.0.1",
|
|
"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": {
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.191"
|
|
}
|
|
}
|