-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 993 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 993 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
33
34
35
36
37
38
39
40
41
{
"name": "lets-code-forwarder",
"version": "1.0.0",
"description": "The app only exists to be hosted by github pages with ssl",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"author": "",
"license": "ISC",
"dependencies": {
"@greenlock/manager": "^3.1.0",
"@root/greenlock": "^4.0.5",
"acme-http-01-standalone": "^3.0.5",
"greenlock": "^4.0.4",
"greenlock-store-fs": "^3.2.2",
"react": "^17.0.2",
"react-scripts": "^4.0.3",
"request": "^2.79.0"
},
"type": "module",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^3.1.0"
}
}