-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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": "peacocking",
"version": "0.1.0",
"private": true,
"keywords": [],
"description": "deals yo",
"dependencies": {
"react": "17.0.1",
"react-dom": "17.0.1",
"next": "10.0.5",
"@zeit/next-sass": "0.2.1-canary.4",
"react-hook-form": "6.15.1",
"node-sass": "4.14.1",
"react-bootstrap": "1.0.0-beta.16",
"bootstrap": "4.4.1",
"query-string": "6.13.8",
"firebase": "8.2.5",
"@stripe/stripe-js": "1.11.0",
"stripe": "8.132.0",
"firebase-admin": "9.4.2",
"raw-body": "2.4.1",
"mailchimp-api-v3": "1.14.0",
"analytics": "0.3.1",
"@analytics/google-analytics": "0.2.2"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"stripe-webhook": "stripe listen --forward-to localhost:3000/api/stripe-webhook"
},
"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"
]
}
}