This repository was archived by the owner on Dec 21, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +43
-14
lines changed Expand file tree Collapse file tree 3 files changed +43
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"presets" : [
3
3
" es2015" ,
4
+ " stage-2" ,
4
5
" react"
5
6
],
6
- "plugins" : [
7
- " transform-es2015-modules-commonjs" ,
8
- " transform-object-rest-spread"
9
- ]
7
+ "env" : {
8
+ "development" : {
9
+ "plugins" : [
10
+ [
11
+ " react-transform" ,
12
+ {
13
+ "transforms" : [
14
+ {
15
+ "transform" : " react-transform-hmr" ,
16
+ "imports" : [" react" ],
17
+ "locals" : [" module" ]
18
+ }, {
19
+ "transform" : " react-transform-catch-errors" ,
20
+ "imports" : [" react" , " redbox-react" ]
21
+ }
22
+ ]
23
+ }
24
+ ]
25
+ ]
26
+ }
27
+ }
10
28
}
Original file line number Diff line number Diff line change
1
+ stable
Original file line number Diff line number Diff line change 14
14
"check" : " npm run lint && npm run test && npm outdated --depth=0" ,
15
15
"update" : " updtr"
16
16
},
17
+ "engines" : {
18
+ "node" : " >=4"
19
+ },
20
+ "os" : [
21
+ " darwin" ,
22
+ " linux"
23
+ ],
17
24
"keywords" : [
18
25
" react" ,
19
26
" reactjs" ,
33
40
},
34
41
"devDependencies" : {
35
42
"babel-cli" : " 6.3.17" ,
36
- "babel-core" : " 6.3.17 " ,
37
- "babel-eslint" : " 4.1.6 " ,
43
+ "babel-core" : " 6.3.26 " ,
44
+ "babel-eslint" : " 5.0.0-beta6 " ,
38
45
"babel-loader" : " 6.2.0" ,
39
- "babel-plugin-react-transform" : " 1.1.1 " ,
46
+ "babel-plugin-react-transform" : " 2.0.0 " ,
40
47
"babel-plugin-transform-runtime" : " 6.3.13" ,
41
48
"babel-preset-es2015" : " 6.3.13" ,
42
49
"babel-preset-react" : " 6.3.13" ,
43
50
"babel-preset-stage-2" : " 6.3.13" ,
44
51
"cheerio" : " 0.19.0" ,
45
52
"eslint" : " 1.10.3" ,
46
- "eslint-plugin-react" : " 3.11.3" ,
47
- "rimraf" : " 2.4.4" ,
48
- "tap-xunit" : " 1.2.1" ,
49
- "tape" : " 4.2.2" ,
53
+ "eslint-plugin-react" : " 3.13.1" ,
54
+ "react-transform-catch-errors" : " 1.0.1" ,
55
+ "react-transform-hmr" : " 1.0.1" ,
56
+ "redbox-react" : " 1.2.0" ,
57
+ "rimraf" : " 2.5.0" ,
58
+ "tap-xunit" : " 1.3.1" ,
59
+ "tape" : " 4.4.0" ,
50
60
"updtr" : " 0.1.6" ,
51
- "watch" : " 0.16.0 " ,
61
+ "watch" : " 0.17.1 " ,
52
62
"webpack" : " 1.12.9" ,
53
63
"webpack-dev-middleware" : " 1.4.0" ,
54
64
"webpack-hot-middleware" : " 2.6.0"
55
65
},
56
66
"dependencies" : {
57
- "react" : " 0.14.3 " ,
58
- "react-dom" : " 0.14.3 " ,
67
+ "react" : " 0.14.5 " ,
68
+ "react-dom" : " 0.14.5 " ,
59
69
"express" : " 4.13.3"
60
70
},
61
71
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments