UNPKG

2.83 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": "5.3.0",
8 "main": "lib/index.js",
9 "module": "lib/index.js",
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/mongodb-js/hadron-react.git"
13 },
14 "license": "SSPL",
15 "keywords": [
16 "mongodb-js"
17 ],
18 "scripts": {
19 "clean": "rimraf lib",
20 "precompile": "npm run clean",
21 "compile": "cross-env NODE_ENV=production webpack --config ./config/webpack.prod.config.js",
22 "pretest": "npm run compile",
23 "test": "cross-env NODE_ENV=test mocha-webpack \"./test/**/*.test.jsx\"",
24 "check": "npm run lint && npm run depcheck",
25 "lint": "eslint \"./{src,lib,test,bin}/**/*.{js,jsx,ts,tsx}\" \"./*.js\" --no-error-on-unmatched-pattern",
26 "depcheck": "depcheck",
27 "test-ci": "npm run test",
28 "prepare": "npm run compile"
29 },
30 "peerDependencies": {
31 "prop-types": "^15.5.8",
32 "react": "^16.8.0",
33 "react-dom": "^16.8.0"
34 },
35 "dependencies": {
36 "lodash.fill": "^3.4.0",
37 "lodash.get": "^4.4.2",
38 "lodash.isarray": "^4.0.0",
39 "lodash.isfunction": "^3.0.8",
40 "lodash.isnumber": "^3.0.3",
41 "lodash.isplainobject": "^4.0.6",
42 "lodash.isstring": "^4.0.1",
43 "lodash.keys": "^4.2.0",
44 "lodash.map": "^4.6.0",
45 "lodash.omit": "^4.5.0",
46 "react-bootstrap": "^0.32.0",
47 "react-dnd": "^7.3.2",
48 "react-dnd-html5-backend": "^7.2.0",
49 "react-fontawesome": "^1.6.1",
50 "react-tooltip": "^3.2.6"
51 },
52 "devDependencies": {
53 "@babel/core": "^7.14.3",
54 "@babel/plugin-proposal-decorators": "^7.14.2",
55 "@babel/plugin-syntax-dynamic-import": "^7.8.3",
56 "@babel/preset-env": "^7.14.2",
57 "@babel/preset-react": "^7.13.13",
58 "@babel/register": "^7.13.16",
59 "babel-loader": "^8.2.2",
60 "chai": "^4.1.2",
61 "chai-enzyme": "1.0.0-beta.0",
62 "core-js": "^3.12.1",
63 "cross-env": "^7.0.0",
64 "depcheck": "^1.4.0",
65 "enzyme": "^3.7.0",
66 "enzyme-adapter-react-16": "^1.6.0",
67 "eslint": "^7.25.0",
68 "eslint-config-mongodb-js": "^5.0.3",
69 "eslint-plugin-react": "^7.24.0",
70 "ignore-loader": "^0.1.2",
71 "jsdom": "^16.6.0",
72 "jsdom-global": "^3.0.2",
73 "mocha": "^7.1.0",
74 "mocha-webpack": "^2.0.0-beta.0",
75 "peer-deps-externals-webpack-plugin": "^1.0.4",
76 "prop-types": "^15.5.8",
77 "react": "^16.14.0",
78 "react-dom": "^16.14.0",
79 "rimraf": "^3.0.2",
80 "sinon": "^2.4.1",
81 "sinon-chai": "^3.5.0",
82 "webpack": "^4.46.0",
83 "webpack-cli": "^3.3.12",
84 "webpack-merge": "^4.2.2",
85 "webpack-node-externals": "^3.0.0"
86 },
87 "gitHead": "558b869fdc5c6c9cd59229974f214e1a40158413"
88}