File tree 2 files changed +12
-8838
lines changed
2 files changed +12
-8838
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-scripts-ssr" ,
3
- "version" : " 0.1.3" ,
3
+ "version" : " 0.1.4" ,
4
+ "repository" : " https://github.com/leanjscom/react-scripts-ssr" ,
5
+ "license" : " MIT" ,
4
6
"engines" : {
5
7
"node" : " >=6"
6
8
},
9
+ "bugs" : {
10
+ "url" : " https://github.com/leanjscom/react-scripts-ssr/issues"
11
+ },
7
12
"dependencies" : {
13
+ "babel-loader" : " ^8.0.4" ,
14
+ "babel-plugin-named-asset-import" : " ^0.2.3" ,
15
+ "cross-spawn" : " ^6.0.5" ,
8
16
"express" : " ^4.16.4" ,
17
+ "http-proxy-middleware" : " ^0.19.0" ,
18
+ "node-fetch" : " ^2.3.0" ,
19
+ "nodemon" : " ^1.18.7" ,
9
20
"react" : " ^16.6.3" ,
10
21
"react-dom" : " ^16.6.3" ,
11
22
"react-scripts" : " 2.1.1"
14
25
"start" : " react-scripts-ssr start" ,
15
26
"build" : " react-scripts-ssr build-server"
16
27
},
17
- "eslintConfig" : {
18
- "extends" : " react-app"
19
- },
20
28
"bin" : {
21
29
"react-scripts-ssr" : " ./bin/react-scripts-ssr.js"
22
- },
23
- "browserslist" : [
24
- " >0.2%" ,
25
- " not dead" ,
26
- " not ie <= 11" ,
27
- " not op_mini all"
28
- ],
29
- "devDependencies" : {
30
- "babel-loader" : " ^8.0.4" ,
31
- "babel-plugin-named-asset-import" : " ^0.2.3" ,
32
- "cross-spawn" : " ^6.0.5" ,
33
- "http-proxy-middleware" : " ^0.19.0" ,
34
- "node-fetch" : " ^2.3.0" ,
35
- "nodemon" : " ^1.18.7"
36
30
}
37
31
}
You can’t perform that action at this time.
0 commit comments