|
42 | 42 | "url": "https://github.com/benox3/react-pic/issues" |
43 | 43 | }, |
44 | 44 | "devDependencies": { |
45 | | - "babel-cli": "^6.16.0", |
46 | | - "babel-core": "^6.17.0", |
47 | | - "babel-eslint": "^6.0.0", |
48 | | - "babel-loader": "^6.2.5", |
49 | | - "babel-plugin-transform-object-rest-spread": "^6.16.0", |
50 | | - "babel-preset-es2015": "^6.16.0", |
51 | | - "babel-preset-react": "^6.16.0", |
52 | | - "chai": "^3.5.0", |
53 | | - "core-js": "^2.4.1", |
54 | | - "coveralls": "^2.11.14", |
55 | | - "cross-env": "^1.0.7", |
56 | | - "enzyme": "^2.4.1", |
57 | | - "eslint": "^2.0.0", |
58 | | - "eslint-plugin-react": "^4.2.3", |
59 | | - "express": "^4.14.0", |
60 | | - "istanbul": "^1.0.0-alpha.2", |
61 | | - "mocha": "^3.0.2", |
62 | | - "nodemon": "^1.10.2", |
63 | | - "npm-run-all": "^3.1.0", |
64 | | - "react": "^15.3.2", |
65 | | - "react-addons-shallow-compare": "^15.3.2", |
66 | | - "react-addons-test-utils": "^15.3.2", |
67 | | - "react-dom": "^15.3.2", |
68 | | - "sinon": "^1.17.6", |
69 | | - "watch": "^0.19.2", |
70 | | - "webpack": "^1.13.2", |
71 | | - "webpack-dev-server": "^1.16.1" |
| 45 | + "babel-cli": "6.16.0", |
| 46 | + "babel-core": "6.17.0", |
| 47 | + "babel-eslint": "6.0.0", |
| 48 | + "babel-loader": "6.2.5", |
| 49 | + "babel-plugin-transform-object-rest-spread": "6.16.0", |
| 50 | + "babel-preset-es2015": "6.16.0", |
| 51 | + "babel-preset-react": "6.16.0", |
| 52 | + "chai": "3.5.0", |
| 53 | + "core-js": "2.4.1", |
| 54 | + "coveralls": "2.11.14", |
| 55 | + "cross-env": "1.0.7", |
| 56 | + "enzyme": "2.4.1", |
| 57 | + "eslint": "2.0.0", |
| 58 | + "eslint-plugin-react": "4.2.3", |
| 59 | + "express": "4.14.0", |
| 60 | + "istanbul": "1.0.0-alpha.2", |
| 61 | + "jsdom": "9.8.3", |
| 62 | + "mocha": "3.0.2", |
| 63 | + "nodemon": "1.10.2", |
| 64 | + "npm-run-all": "3.1.0", |
| 65 | + "react": "15.3.2", |
| 66 | + "react-addons-shallow-compare": "15.3.2", |
| 67 | + "react-addons-test-utils": "15.3.2", |
| 68 | + "react-dom": "15.3.2", |
| 69 | + "sinon": "1.17.6", |
| 70 | + "watch": "0.19.2", |
| 71 | + "webpack": "1.13.2", |
| 72 | + "webpack-dev-server": "1.16.1" |
72 | 73 | }, |
73 | 74 | "peerDependencies": { |
74 | 75 | "react": "0.14.x || ^15.0.0-0 || 15.x", |
|
0 commit comments