-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 KB
/
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
38
39
40
41
42
43
{
"name": "p4ktldr",
"version": "0.1.0",
"private": true,
"dependencies": {
"@reach/router": "^1.2.1",
"encoding": "^0.1.13",
"http-proxy-middleware": "^0.19.1",
"isomorphic-unfetch": "^3.0.0",
"lodash": "^4.17.5",
"netlify-lambda": "^2.0.15",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-ga": "^2.5.7",
"react-scripts": "4.0.3",
"styled-components": "^5.3.3",
"styled-normalize": "^8.0.7",
"swr": "^1.1.1",
"terser": "3.14.1",
"url-join": "^4.0.0"
},
"scripts": {
"start": "run-p start:**",
"start:app": "react-scripts start",
"start:lambda": "netlify-lambda serve src/lambda",
"build": "npm run build:app && npm run build:lambda",
"build:app": "react-scripts build",
"build:lambda": "netlify-lambda build src/lambda",
"test": "react-scripts test",
"eject": "react-scripts eject",
"postinstall": "netlify-lambda install"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}