|
1 | 1 | {
|
2 | 2 | "name": "mobx-react-form-devtools",
|
3 | 3 | "license": "MIT",
|
| 4 | + "version": "0.0.0-semantically-released", |
4 | 5 | "author": "Claudio Savino <[email protected]> (https://twitter.com/foxhound87)",
|
5 | 6 | "description": "DevTools for MobX React Form",
|
6 | 7 | "homepage": "https://www.npmjs.com/package/mobx-react-form-devtools",
|
|
51 | 52 | },
|
52 | 53 | "dependencies": {
|
53 | 54 | "glamor": "2.20.18",
|
54 |
| - "lodash": "^4.16.2", |
55 |
| - "react-dock": "^0.2.4", |
56 |
| - "react-draggable": "^3.0.3", |
57 |
| - "react-icons": "^2.2.7", |
58 |
| - "react-json-tree": "^0.10.9", |
59 |
| - "react-tooltip": "^3.3.1" |
| 55 | + "lodash": "4.17.10", |
| 56 | + "react-dock": "0.2.4", |
| 57 | + "react-draggable": "3.0.5", |
| 58 | + "react-icons": "2.2.7", |
| 59 | + "react-json-tree": "0.11.0", |
| 60 | + "react-tooltip": "3.5.0" |
60 | 61 | },
|
61 | 62 | "peerDependencies": {
|
62 |
| - "mobx": "^2.5.0 || ^3.0.0", |
63 |
| - "mobx-react": "^3.0.0 || ^4.0.0", |
| 63 | + "mobx": "^2.5.0 || ^3.0.0 || ^4.0.0", |
| 64 | + "mobx-react": "^3.0.0 || ^4.0.0 || ^5.0.0", |
64 | 65 | "mobx-react-form": "^1.x.x",
|
65 | 66 | "prop-types": "^15.6.0",
|
66 | 67 | "react": "^15.0.0 || ^16.0.0"
|
|
74 | 75 | "babel-plugin-lodash": "3.2.11",
|
75 | 76 | "babel-plugin-transform-class-properties": "6.19.0",
|
76 | 77 | "babel-plugin-transform-decorators-legacy": "1.3.4",
|
77 |
| - "babel-preset-es2015": "6.18.0", |
| 78 | + "babel-preset-env": "1.6.1", |
78 | 79 | "babel-preset-react": "6.16.0",
|
79 | 80 | "babel-preset-stage-0": "6.16.0",
|
80 | 81 | "babel-register": "6.18.0",
|
|
99 | 100 | "rimraf": "2.5.4",
|
100 | 101 | "semantic-release": "^7.0.2",
|
101 | 102 | "webpack": "1.14.0"
|
102 |
| - }, |
103 |
| - "version": "0.0.0-development" |
| 103 | + } |
104 | 104 | }
|
0 commit comments