-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 803 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "react-scripts-ssr",
"version": "0.1.11",
"repository": "https://github.com/leanjscom/react-scripts-ssr",
"license": "MIT",
"engines": {
"node": ">=6"
},
"bugs": {
"url": "https://github.com/leanjscom/react-scripts-ssr/issues"
},
"dependencies": {
"babel-loader": "^8.0.4",
"babel-plugin-named-asset-import": "^0.2.3",
"commander": "^2.19.0",
"cross-spawn": "^6.0.5",
"express": "^4.16.4",
"http-proxy-middleware": "^0.19.0",
"node-fetch": "^2.3.0",
"nodemon": "^1.18.7",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-scripts": "2.1.1"
},
"scripts": {
"start": "react-scripts-ssr start",
"build": "react-scripts-ssr build-server"
},
"bin": {
"react-scripts-ssr": "./bin/react-scripts-ssr.js"
}
}