@graffy/react
Version:
This built-in module provides an idiomatic React API to a Graffy store.
25 lines • 638 B
JSON
{
"name": "@graffy/react",
"description": "This built-in module provides an idiomatic React API to a Graffy store.",
"author": "aravind (https://github.com/aravindet)",
"version": "0.15.2-alpha.3",
"main": "./cjs/index.js",
"exports": {
"import": "./esm/index.js",
"require": "./cjs/index.js"
},
"module": "./esm/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/usegraffy/graffy.git"
},
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.10.4",
"prop-types": "^15.7.2",
"lodash": "^4.17.19"
},
"peerDependencies": {
"react": "^16.8.4"
}
}