@nodata/render
Version:
Allows to dynamically render nodata components
33 lines (32 loc) • 748 B
JSON
{
"name": "@nodata/render",
"version": "4.0.0-snapshot.0",
"description": "Allows to dynamically render nodata components",
"keywords": [
"nodata",
"nodata",
"client",
"render"
],
"license": "UNLICENSED",
"author": "nodata (http://nodata.co)",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib/**/*.js",
"lib/**/*.d.ts",
"css/*.css"
],
"dependencies": {
"@nodata/reactive-widget": "^2.0.0-snapshot.0",
"@nodata/redux-utils": "^1.3.0",
"@nodata/slideshow": "^5.5.0",
"@nodata/witchart": "^11.13.1",
"@nodata/theme": "^9.2.4"
},
"peerDependencies": {
"@nodata/action": "^18.0.0-snapshot.0",
"@nodata/error": ">=2.3.1",
"rxjs": ">=7.5.5"
}
}