hbp-react-ui
Version:
A library of useful user-interface components built with React and MobX
50 lines (49 loc) • 1.51 kB
JSON
{
"name": "hbp-react-ui",
"version": "1.1.3",
"description": "A library of useful user-interface components built with React and MobX",
"main": "./dist/_index.js",
"devDependencies": {
"axios": "^0.18.0",
"babel-cli": "^6.24.0",
"babel-core": "^6.23.1",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-register": "^6.24.0",
"documentation": "^6.1.0",
"eslint": "^3.18.0",
"eslint-plugin-react": "^6.10.3",
"mobx": "^3.1.8",
"mobx-react": "^4.1.5",
"mobx-react-devtools": "^4.2.13",
"qunitjs": "^2.4.0",
"react": "^15.4.2",
"react-bootstrap": "^0.31.2",
"react-dom": "^15.6.1",
"react-drag-and-drop": "^2.4.0",
"xmlhttprequest": "^1.8.0"
},
"dependencies": {},
"scripts": {
"build": "babel src --out-dir dist",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HumanBrainProject/hbp-react-ui.git"
},
"keywords": [
"HBP"
],
"author": "Simon D. Bell",
"license": "ISC",
"bugs": {
"url": "https://github.com/HumanBrainProject/hbp-react-ui/issues"
},
"homepage": "https://github.com/HumanBrainProject/hbp-react-ui#readme"
}