-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.45 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "wedding-website",
"version": "0.1.0",
"private": true,
"dependencies": {
"@reach/router": "^1.2.1",
"@sendgrid/mail": "^6.4.0",
"@types/airtable": "^0.5.2",
"airtable": "^0.6.0",
"dotenv": "^8.0.0",
"mjml": "^4.4.0",
"object.fromentries": "^2.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1",
"unfetch": "^4.1.0"
},
"scripts": {
"start": "run-p start:**",
"start:app": "react-scripts start",
"start:lambda": "netlify-lambda serve src/lambda",
"build": "run-p build:**",
"build:app": "react-scripts build",
"build:lambda": "netlify-lambda build src/lambda",
"test": "react-scripts test",
"emails": "./scripts/email.mjs"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/aws-lambda": "^8.10.31",
"@types/babel__core": "^7.1.2",
"@types/babel__template": "^7.0.2",
"@types/dotenv": "^6.1.1",
"@types/jest": "^24.0.15",
"@types/mjml": "^4.0.2",
"@types/node": "^12.6.8",
"@types/reach__router": "^1.2.4",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"netlify-lambda": "^1.5.0",
"npm-run-all": "^4.1.5",
"typescript": "^3.5.2"
}
}