@girders-elements/core
Version:
Girders Elements is an architectural framework that assists with building data-driven apps with React or React Native.
39 lines (38 loc) • 981 B
JSON
{
"name": "@girders-elements/core",
"version": "1.0.0-alpha.26",
"description": "Girders Elements is an architectural framework that assists with building data-driven apps with React or React Native.",
"react-native": "src/index.js",
"main": "dist/es5/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/netceteragroup/girders-elements.git"
},
"keywords": [
"react",
"react-native",
"redux",
"redux-saga",
"netcetera"
],
"author": "netcetera",
"license": "MIT",
"bugs": {
"url": "https://github.com/netceteragroup/girders-elements/issues"
},
"homepage": "https://github.com/netceteragroup/girders-elements#readme",
"dependencies": {
"immutable": "^3.8.1",
"invariant": "^2.2.2",
"ramda": "^0.25.0",
"uuid": "^3.1.0"
},
"peerDependencies": {
"prop-types": "15.x || 16.x",
"react": "15.x || 16.x",
"redux": "3.x"
},
"publishConfig": {
"access": "public"
}
}