-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 943 Bytes
/
package.json
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
33
34
35
36
37
{
"name": "node-headless-ssr-proxy-sample",
"version": "11.0.2",
"description": "Node server-side-rendering proxy sample for running JSS apps under Node hosting",
"main": "dist/index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">=8.1",
"npm": ">=5.6.0",
"yarn": "yarn is not supported, please use npm"
},
"author": {
"name": "Sitecore Corporation",
"url": "https://jss.sitecore.net"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sitecore/jss.git"
},
"bugs": {
"url": "https://github.com/sitecore/jss/issues"
},
"homepage": "https://jss.sitecore.net",
"license": "Apache-2.0",
"dependencies": {
"@sitecore-jss/sitecore-jss-proxy": "^11.0.2",
"compression": "~1.7.3",
"dotenv": "^6.2.0",
"express": "~4.16.4",
"ipaddr.js": "~1.8.1",
"node-cache": "~4.2.0",
"node-fetch": "~2.3.0"
},
"private": true
}