Skip to content

Commit 47f375f

Browse files
committed
Move react and react-dom to devDependencies
1 parent 6273a15 commit 47f375f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,13 @@
2929
],
3030
"dependencies": {
3131
"jquery": "^2.1.4",
32-
"react": "^0.14.0",
33-
"react-dom": "^0.14.1",
3432
"select2": "^4.0.0",
3533
"shallow-equal-fuzzy": "^0.0.2"
3634
},
3735
"devDependencies": {
3836
"babel": "^6.3.26",
39-
"babel-core": "^6.4.5",
4037
"babel-cli": "^6.4.5",
38+
"babel-core": "^6.4.5",
4139
"babel-eslint": "^4.1.6",
4240
"babel-loader": "^6.2.1",
4341
"babel-plugin-add-module-exports": "^0.1.2",
@@ -49,11 +47,17 @@
4947
"eslint-config-airbnb": "^4.0.0",
5048
"eslint-plugin-react": "^3.16.1",
5149
"extract-text-webpack-plugin": "^1.0.1",
50+
"react": "^0.14.0",
51+
"react-dom": "^0.14.0",
5252
"react-hot-loader": "^1.3.0",
5353
"style-loader": "^0.13.0",
5454
"webpack": "^1.12.11",
5555
"webpack-dev-server": "^1.14.1"
5656
},
57+
"peerDependencies": {
58+
"react": "^0.14.0 || ^15.0.0-rc || ^15.0.0",
59+
"react-dom": "^0.14.0 || ^15.0.0-rc || ^15.0.0"
60+
},
5761
"author": "Igor Romanov <[email protected]>",
5862
"license": "MIT",
5963
"bugs": {

0 commit comments

Comments
 (0)