|
30 | 30 | }, |
31 | 31 | "homepage": "https://github.com/unfold/react-firebase", |
32 | 32 | "devDependencies": { |
33 | | - "babel-cli": "6.6.5", |
34 | | - "babel-eslint": "5.0.0", |
35 | | - "babel-loader": "6.2.4", |
36 | | - "eslint": "2.4.0", |
37 | | - "eslint-config-airbnb": "6.1.0", |
38 | | - "eslint-plugin-react": "4.2.3", |
39 | | - "express": "4.13.4", |
40 | | - "express-urlrewrite": "1.2.0", |
41 | | - "isparta": "4.0.0", |
42 | | - "jsdom": "8.1.0", |
43 | | - "jsdom-global": "1.7.0", |
44 | | - "react-addons-test-utils": "0.14.7", |
45 | | - "react-dom": "0.14.7", |
46 | | - "tape": "4.5.1", |
47 | | - "webpack": "1.12.14", |
48 | | - "webpack-dev-middleware": "1.5.1" |
| 33 | + "babel-core": "^6.7.4", |
| 34 | + "babel-preset-es2015": "^6.6.0", |
| 35 | + "babel-preset-react": "^6.5.0", |
| 36 | + "babel-preset-stage-0": "^6.5.0", |
| 37 | + "babel-cli": "^6.6.5", |
| 38 | + "babel-eslint": "^6.0.2", |
| 39 | + "babel-loader": "^6.2.4", |
| 40 | + "eslint": "^2.6.0", |
| 41 | + "eslint-config-airbnb": "^6.2.0", |
| 42 | + "eslint-plugin-react": "^4.2.3", |
| 43 | + "express": "^4.13.4", |
| 44 | + "firebase": "^2.4.2", |
| 45 | + "isparta": "^4.0.0", |
| 46 | + "jsdom": "^8.3.0", |
| 47 | + "jsdom-global": "^1.7.0", |
| 48 | + "react": "^0.14.0", |
| 49 | + "react-addons-test-utils": "^0.14.8", |
| 50 | + "react-dom": "^0.14.8", |
| 51 | + "tape": "^4.5.1", |
| 52 | + "webpack": "^1.12.14", |
| 53 | + "webpack-dev-middleware": "^1.6.1" |
49 | 54 | }, |
50 | 55 | "dependencies": { |
51 | | - "babel-core": "6.7.2", |
52 | | - "babel-preset-es2015": "6.6.0", |
53 | | - "babel-preset-react": "6.5.0", |
54 | | - "babel-preset-stage-0": "6.5.0", |
55 | | - "estraverse-fb": "1.3.1", |
56 | | - "firebase": "2.4.1", |
57 | 56 | "invariant": "^2.0.0", |
58 | | - "lodash": "^4.2.0", |
59 | | - "react": "0.14.7" |
| 57 | + "lodash": "^4.2.0" |
60 | 58 | }, |
61 | 59 | "peerDependencies": { |
| 60 | + "firebase": "^2.4.2", |
62 | 61 | "react": "^0.14.0 || ^15.0.0-rc.1" |
63 | 62 | } |
64 | 63 | } |
0 commit comments