UNPKG

1.67 kBJSONView Raw
1{
2 "name": "hadron-react-components",
3 "description": "Hadron React Components",
4 "author": "Durran Jordan <durran@gmail.com>",
5 "bugs": "https://github.com/mongodb-js/hadron-react/issues",
6 "homepage": "https://github.com/mongodb-js/hadron-react/packages/hadron-react-components",
7 "version": "3.3.0",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/mongodb-js/hadron-react.git"
11 },
12 "license": "Apache-2.0",
13 "keywords": [
14 "mongodb-js"
15 ],
16 "scripts": {
17 "prepublish": "babel ./src --out-dir ./lib --presets react",
18 "pretest": "babel ./src --out-dir ./lib --presets react",
19 "test": "mocha test/setup.js test/**/*.test.jsx",
20 "check": "mongodb-js-precommit"
21 },
22 "dependencies": {
23 "lodash.fill": "^3.4.0",
24 "lodash.get": "^4.4.2",
25 "lodash.isarray": "^4.0.0",
26 "lodash.isfunction": "^3.0.8",
27 "lodash.isnumber": "^3.0.3",
28 "lodash.isplainobject": "^4.0.6",
29 "lodash.isstring": "^4.0.1",
30 "lodash.keys": "^4.2.0",
31 "lodash.map": "^4.6.0",
32 "lodash.omit": "^4.5.0",
33 "prop-types": "^15.5.8",
34 "react": "^16.8.0",
35 "react-bootstrap": "^0.32.0",
36 "react-dnd": "^7.3.2",
37 "react-dnd-html5-backend": "^7.2.0",
38 "react-dom": "^16.8.0",
39 "react-fontawesome": "^1.6.1",
40 "react-tooltip": "^3.2.6"
41 },
42 "devDependencies": {
43 "babel-cli": "^6.9.0",
44 "babel-plugin-transform-decorators-legacy": "^1.3.5",
45 "babel-preset-es2015": "^6.24.1",
46 "babel-preset-react": "^6.5.0",
47 "babel-register": "^6.5.2",
48 "mocha": "^3.1.2",
49 "mongodb-js-precommit": "^0.2.9",
50 "sinon-chai": "^2.10.0"
51 },
52 "gitHead": "c9166a1c84378ee2b2831dfc877b02bcefa2c015"
53}