@yworks/react-yfiles-core
Version:
This module provides shared functionality for the yFiles React components.
59 lines (58 loc) • 1.37 kB
JSON
{
"name": "@yworks/react-yfiles-core",
"version": "3.0.0",
"author": {
"name": "yFiles for HTML team @ yWorks GmbH",
"email": "yfileshtml@yworks.com"
},
"description": "This module provides shared functionality for the yFiles React components.",
"keywords": [
"react",
"yfiles",
"javascript",
"typescript",
"library",
"graph",
"diagram"
],
"homepage": "https://www.yworks.com/",
"repository": {
"type": "git",
"url": "https://github.com/yWorks/react-yfiles-core.git"
},
"bugs": {
"url": "https://github.com/yWorks/react-yfiles-core/issues"
},
"license": "SEE LICENSE IN ./LICENSE",
"main": "./dist/index.js",
"type": "module",
"scripts": {
"dev": "tsup --watch --sourcemap --dts --format esm src/index.ts",
"build": "tsup --clean --dts --format esm src/index.ts"
},
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./dist/index.css": "./dist/index.css"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18",
"@yfiles/yfiles": ">=30"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
},
"files": [
"LICENSE",
"dist",
"package.json",
"README.md"
]
}