-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 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
{
"name": "next",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"junk": "node junk.js",
"export": "next export",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-ses": "^3.17.0",
"@paypal/checkout-server-sdk": "^1.0.2",
"@stripe/react-stripe-js": "^1.4.0",
"@stripe/stripe-js": "^1.14.0",
"aws-sdk": "^2.921.0",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"bootstrap": "^4.6.0",
"coda-auth": "^1.2.4",
"formidable": "^1.2.2",
"micro": "^9.3.4",
"micro-cors": "^0.1.1",
"mongodb-client-encryption": "^1.2.5",
"mongoose": "^5.12.1",
"next": "^10.2.2",
"next-connect": "^0.10.1",
"nookies": "^2.5.2",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-bootstrap": "^1.5.2",
"react-bootstrap-icons": "^1.4.0",
"react-dom": "^17.0.2",
"react-google-recaptcha": "^2.1.0",
"react-hook-form": "^7.6.6",
"react-paypal-button-v2": "^2.6.3",
"stripe": "^8.145.0",
"timeago.js": "^4.0.2",
"use-shopping-cart": "^3.0.0-beta.17"
}
}