boldr-ui
Version:
UI components for Boldr
44 lines • 1.05 kB
JSON
{
"name": "boldr-ui",
"author": "Steven Truesdell",
"version": "0.1.0-beta.1",
"description": "UI components for Boldr",
"main": "./index.js",
"module": "./index.es.js",
"jsnext:main": "./index.es.js",
"keywords": [
"react",
"boldr",
"react-ui",
"react-component"
],
"repository": {
"type": "git",
"url": "git+https://github.com/boldr/boldr-ui.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/boldr/boldr-ui/issues"
},
"homepage": "https://boldr.io/",
"peerDependencies": {
"react": "^15.6.0",
"react-dom": "^15.6.1",
"react-router-dom": "^4.1.1",
"react-transition-group": "^1.2.0"
},
"dependencies": {
"classnames": "^2.2.5",
"lodash": "^4.17.4",
"object-assign": "^4.1.1",
"prop-types": "^15.5.10",
"ramda": "^0.24.1",
"react-modal": "^2.0.6",
"react-visibility-sensor": "^3.10.0",
"styled-components": "^2.1.0",
"styled-theme": "^0.3.3",
"styled-tools": "^0.1.4",
"uuid": "^3.1.0",
"warning": "^3.0.0"
}
}