File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 29
29
],
30
30
"dependencies" : {
31
31
"jquery" : " ^2.1.4" ,
32
- "react" : " ^0.14.0" ,
33
- "react-dom" : " ^0.14.1" ,
34
32
"select2" : " ^4.0.0" ,
35
33
"shallow-equal-fuzzy" : " ^0.0.2"
36
34
},
37
35
"devDependencies" : {
38
36
"babel" : " ^6.3.26" ,
39
- "babel-core" : " ^6.4.5" ,
40
37
"babel-cli" : " ^6.4.5" ,
38
+ "babel-core" : " ^6.4.5" ,
41
39
"babel-eslint" : " ^4.1.6" ,
42
40
"babel-loader" : " ^6.2.1" ,
43
41
"babel-plugin-add-module-exports" : " ^0.1.2" ,
49
47
"eslint-config-airbnb" : " ^4.0.0" ,
50
48
"eslint-plugin-react" : " ^3.16.1" ,
51
49
"extract-text-webpack-plugin" : " ^1.0.1" ,
50
+ "react" : " ^0.14.0" ,
51
+ "react-dom" : " ^0.14.0" ,
52
52
"react-hot-loader" : " ^1.3.0" ,
53
53
"style-loader" : " ^0.13.0" ,
54
54
"webpack" : " ^1.12.11" ,
55
55
"webpack-dev-server" : " ^1.14.1"
56
56
},
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
+ },
57
61
"author" :
" Igor Romanov <[email protected] >" ,
58
62
"license" : " MIT" ,
59
63
"bugs" : {
You can’t perform that action at this time.
0 commit comments