|
23 | 23 | "dependencies": { |
24 | 24 | "@kadira/storybook-ui": "^2.6.0", |
25 | 25 | "airbnb-js-shims": "^1.0.0", |
26 | | - "babel-core": "^6.3.15", |
27 | | - "babel-loader": "^6.2.0", |
28 | | - "babel-polyfill": "^6.3.15", |
29 | | - "babel-preset-es2015": "^6.3.13", |
30 | | - "babel-preset-react": "^6.3.13", |
31 | | - "babel-preset-stage-0": "^6.3.13", |
32 | | - "babel-runtime": "^6.3.14", |
| 26 | + "babel-core": "^6.11.4", |
| 27 | + "babel-loader": "^6.2.4", |
| 28 | + "babel-polyfill": "^6.9.1", |
| 29 | + "babel-preset-es2015": "^6.9.0", |
| 30 | + "babel-preset-react": "^6.11.1", |
| 31 | + "babel-preset-stage-0": "^6.5.0", |
| 32 | + "babel-runtime": "^6.9.2", |
33 | 33 | "cjson": "^0.4.0", |
34 | 34 | "commander": "^2.9.0", |
35 | 35 | "es6-shim": "^0.35.1", |
|
51 | 51 | }, |
52 | 52 | "devDependencies": { |
53 | 53 | "@kadira/react-split-pane": "^1.4.0", |
54 | | - "react-modal": "^1.2.0", |
55 | | - "react": "^15.0.0", |
56 | | - "react-dom": "^15.0.0", |
57 | | - "lodash.pick": "^4.2.0", |
| 54 | + "babel-cli": "^6.11.4", |
| 55 | + "babel-eslint": "^6.1.2", |
| 56 | + "babel-plugin-transform-runtime": "^6.9.0", |
| 57 | + "chai": "^3.5.0", |
58 | 58 | "deep-equal": "^1.0.1", |
59 | | - "babel-cli": "^6.3.14", |
60 | | - "babel-eslint": "^6.0.2", |
61 | | - "babel-plugin-transform-runtime": "^6.3.14", |
| 59 | + "enzyme": "^2.2.0", |
62 | 60 | "eslint": "^2.7.0", |
63 | 61 | "eslint-config-airbnb": "^6.2.0", |
64 | 62 | "eslint-plugin-babel": "^3.1.0", |
65 | 63 | "eslint-plugin-react": "^4.2.3", |
| 64 | + "expect": "^1.6.0", |
| 65 | + "jsdom": "^8.4.0", |
| 66 | + "lodash.pick": "^4.2.0", |
66 | 67 | "mocha": "^2.4.5", |
67 | | - "chai": "^3.5.0", |
68 | 68 | "mock-fs": "^3.8.0", |
69 | 69 | "nodemon": "^1.9.1", |
70 | | - "sinon": "^1.17.3", |
71 | | - "enzyme": "^2.2.0", |
72 | | - "expect": "^1.6.0", |
73 | | - "jsdom": "^8.4.0", |
74 | | - "react-addons-test-utils": "^15.0.1" |
| 70 | + "react": "^15.0.0", |
| 71 | + "react-addons-test-utils": "^15.0.1", |
| 72 | + "react-dom": "^15.0.0", |
| 73 | + "react-modal": "^1.2.0", |
| 74 | + "sinon": "^1.17.3" |
75 | 75 | }, |
76 | 76 | "main": "dist/client/index.js", |
77 | 77 | "engines": { |
|
0 commit comments