|
32 | 32 | "lint": "eslint ./src", |
33 | 33 | "lint:fix": "eslint --fix ./src", |
34 | 34 | "start": "node webpack.server.js", |
| 35 | + "start:debug": "weinre --boundHost `my-local-ip` ", |
35 | 36 | "test": "karma start karma.config.js", |
36 | 37 | "posttest": "npm run lint" |
37 | 38 | }, |
38 | 39 | "engines": { |
39 | 40 | "node": ">0.4.0 <1.0.0" |
40 | 41 | }, |
41 | | - "peerDependencies": { |
42 | | - "react": "^15.0.2", |
43 | | - "react-dom": "^15.0.2" |
44 | | - }, |
45 | 42 | "devDependencies": { |
46 | | - "babel-cli": "^6.8.0", |
47 | | - "babel-core": "^6.8.0", |
| 43 | + "babel-cli": "^6.9.0", |
| 44 | + "babel-core": "^6.9.1", |
48 | 45 | "babel-eslint": "^6.0.4", |
49 | 46 | "babel-loader": "^6.2.4", |
50 | 47 | "babel-plugin-transform-object-assign": "^6.8.0", |
51 | 48 | "babel-plugin-transform-react-display-name": "^6.8.0", |
52 | | - "babel-plugin-transform-runtime": "^6.8.0", |
53 | | - "babel-preset-react-hmre": "^1.1.1", |
54 | | - "babel-polyfill": "^6.8.0", |
55 | | - "babel-preset-es2015": "^6.6.0", |
| 49 | + "babel-plugin-transform-runtime": "^6.9.0", |
| 50 | + "babel-polyfill": "^6.9.1", |
| 51 | + "babel-preset-es2015": "^6.9.0", |
56 | 52 | "babel-preset-es2015-loose": "^7.0.0", |
57 | 53 | "babel-preset-react": "^6.5.0", |
| 54 | + "babel-preset-react-hmre": "^1.1.1", |
58 | 55 | "babel-preset-stage-0": "^6.5.0", |
59 | | - "canvas": "^1.3.15", |
| 56 | + "canvas": "^1.3.16", |
60 | 57 | "chai": "^3.5.0", |
61 | 58 | "core-js": "^2.4.0", |
62 | 59 | "css-loader": "^0.23.1", |
63 | | - "eslint": "^2.9.0", |
| 60 | + "eslint": "^2.11.1", |
64 | 61 | "eslint-loader": "^1.3.0", |
65 | 62 | "eslint-plugin-react": "^5.1.1", |
66 | | - "fabric": "^1.6.1", |
| 63 | + "fabric": "^1.6.2", |
67 | 64 | "flexboxgrid": "^6.3.0", |
68 | | - "html-webpack-plugin": "^2.16.1", |
| 65 | + "html-webpack-plugin": "^2.19.0", |
69 | 66 | "karma": "^0.13.22", |
70 | 67 | "karma-babel-preprocessor": "^6.0.1", |
71 | 68 | "karma-chai": "^0.1.0", |
|
77 | 74 | "karma-sourcemap-loader": "^0.3.7", |
78 | 75 | "karma-webpack": "^1.7.0", |
79 | 76 | "material-ui": "^0.15.0", |
80 | | - "mocha": "^2.4.5", |
| 77 | + "mocha": "^2.5.3", |
| 78 | + "my-local-ip": "^1.0.0", |
81 | 79 | "open": "0.0.5", |
82 | 80 | "open-browser-webpack-plugin": "0.0.2", |
83 | 81 | "phantomjs": "^2.1.7", |
84 | 82 | "phantomjs-prebuilt": "^2.1.7", |
85 | | - "react": "^15.0.2", |
86 | | - "react-addons-test-utils": "^15.0.2", |
87 | | - "react-color": "^2.1.0", |
88 | | - "react-dom": "^15.0.2", |
| 83 | + "react": "^15.1.0", |
| 84 | + "react-addons-test-utils": "^15.1.0", |
| 85 | + "react-color": "^2.2.0", |
| 86 | + "react-dom": "^15.1.0", |
89 | 87 | "react-hot-loader": "^1.3.0", |
90 | 88 | "react-tap-event-plugin": "latest", |
91 | 89 | "rimraf": "^2.5.2", |
92 | 90 | "style-loader": "^0.13.1", |
93 | | - "webpack": "^1.13.0", |
94 | | - "webpack-dev-server": "^1.14.1" |
| 91 | + "webpack": "^1.13.1", |
| 92 | + "webpack-dev-server": "^1.14.1", |
| 93 | + "weinre": "^2.0.0-pre-I0Z7U9OV" |
| 94 | + }, |
| 95 | + "dependencies": { |
| 96 | + "react": "^15.1.0", |
| 97 | + "react-dom": "^15.1.0", |
| 98 | + "react-addons-pure-render-mixin": "^15.1.0" |
95 | 99 | } |
96 | 100 | } |
0 commit comments