Commit dc1e8c0 1 parent 218ebf4 commit dc1e8c0 Copy full SHA for dc1e8c0
File tree 2 files changed +15
-5
lines changed
2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 20
20
},
21
21
"devDependencies" : {
22
22
"browser-sync" : " ^1.8.1" ,
23
- "browserify" : " ^7.0.3" ,
24
23
"gulp" : " ^3.8.10" ,
25
24
"gulp-autoprefixer" : " ^2.0.0" ,
26
25
"gulp-less" : " ^2.0.1" ,
27
26
"gulp-notify" : " ^2.1.0" ,
28
27
"gulp-sourcemaps" : " ^1.2.8" ,
29
28
"gulp-util" : " ^3.0.1" ,
30
29
"pretty-hrtime" : " ^0.2.2" ,
31
- "reactify" : " ^0.17.1" ,
32
30
"require-dir" : " ^0.1.0" ,
33
31
"underscore" : " ^1.7.0" ,
34
32
"vinyl-source-stream" : " ^1.0.0" ,
35
33
"watchify" : " ^2.2.1"
36
34
},
37
35
"dependencies" : {
38
- "highlight.js" : " ^8.4.0" ,
39
- "react-router" : " ^0.11.6"
36
+ "highlight.js" : " ^8.4.0"
40
37
}
41
38
}
Original file line number Diff line number Diff line change 23
23
"url" : " https://github.com/callemall/material-ui/issues"
24
24
},
25
25
"homepage" : " http://material-ui.com/" ,
26
+ "browserify" : {
27
+ "transform" : [
28
+ [
29
+ " reactify" ,
30
+ {
31
+ "es6" : true
32
+ }
33
+ ]
34
+ ]
35
+ },
26
36
"dependencies" : {
27
37
"react-classset" : " 0.0.2" ,
28
38
"react-draggable2" : " ^0.4.2" ,
32
42
"react" : " 0.12.x"
33
43
},
34
44
"devDependencies" : {
35
- "react-tools" : " ^0.12.2"
45
+ "react-tools" : " ^0.12.2" ,
46
+ "browserify" : " ^7.0.3" ,
47
+ "reactify" : " ^0.17.1" ,
48
+ "react-router" : " ^0.11.6"
36
49
}
37
50
}
You can’t perform that action at this time.
0 commit comments