Skip to content

Commit 371ea0d

Browse files
committed
updates package.json
1 parent 187fb2a commit 371ea0d

File tree

2 files changed

+12
-8838
lines changed

2 files changed

+12
-8838
lines changed

package.json

+12-18
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
{
22
"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",
46
"engines": {
57
"node": ">=6"
68
},
9+
"bugs": {
10+
"url": "https://github.com/leanjscom/react-scripts-ssr/issues"
11+
},
712
"dependencies": {
13+
"babel-loader": "^8.0.4",
14+
"babel-plugin-named-asset-import": "^0.2.3",
15+
"cross-spawn": "^6.0.5",
816
"express": "^4.16.4",
17+
"http-proxy-middleware": "^0.19.0",
18+
"node-fetch": "^2.3.0",
19+
"nodemon": "^1.18.7",
920
"react": "^16.6.3",
1021
"react-dom": "^16.6.3",
1122
"react-scripts": "2.1.1"
@@ -14,24 +25,7 @@
1425
"start": "react-scripts-ssr start",
1526
"build": "react-scripts-ssr build-server"
1627
},
17-
"eslintConfig": {
18-
"extends": "react-app"
19-
},
2028
"bin": {
2129
"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"
3630
}
3731
}

0 commit comments

Comments
 (0)