UNPKG

hbp-quickfire

Version:

A library of useful user-interface components built with React on top of React Bootstrap and MobX

72 lines (71 loc) 2.19 kB
{ "name": "hbp-quickfire", "version": "1.0.32", "description": "A library of useful user-interface components built with React on top of React Bootstrap and MobX", "homepage": "https://github.com/owner/project#readme", "repository": { "type": "git", "url": "https://github.com/HumanBrainProject/hbp-quickfire.git" }, "main": "./lib/index.js", "devDependencies": { "axios-mock-adapter": "^1.15.0", "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "^8.2.2", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-imports": "^1.5.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.24.1", "babel-register": "^6.26.0", "documentation": "^6.2.0", "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.1.1", "eslint": "^4.19.1", "eslint-plugin-react": "^7.7.0", "jest": "^22.4.3", "mobx": "^4.1.1", "mobx-react": "^5.0.0", "react": "^16.2.0", "react-bootstrap": "^0.32.1", "react-dom": "^16.2.0" }, "peerDependencies": { "mobx": ">=4.0", "mobx-react": ">=5.0", "react": ">=15.4.0", "react-bootstrap": ">=0.32", "react-dom": ">=15.4.0" }, "dependencies": { "autosize": "^4.0.2", "axios": "^0.18.0", "babel-polyfill": "^6.26.0", "line-height": "^0.3.1", "lodash": "^4.17.5", "react-datasheet": "^1.3.8", "react-input-range": "^1.3.0", "react-jss": "^8.4.0", "validatorjs": "~3.14.2" }, "scripts": { "build": "babel src --out-dir lib --ignore=src/**/*.test.js", "build-docs": "documentation build ./src/index.js -f md -o ./docs/API.md && cat ./README.prepend.md > ./README.md && cat ./docs/API.md >> ./README.md", "test": "jest --coverage", "lint": "eslint .", "watch": "babel --watch src --out-dir lib --ignore=src/**/*.test.js", "prepublishOnly": "npm run build" }, "keywords": [ "HBP", "React", "Form", "React Bootstrap", "MobX", "Form management" ], "author": "Human Brain Project", "license": "MIT" }