-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 995 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 995 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
{
"name": "swift-buy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth0/auth0-spa-js": "^2.0.4",
"@auth0/nextjs-auth0": "^2.4.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.15",
"axios": "^1.3.5",
"bootstrap": "^5.2.3",
"canvas-confetti": "^1.5.1",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"mdb-react-ui-kit": "^6.0.0",
"mongoose": "^7.0.3",
"next": "13.2.4",
"nodemailer": "^6.9.1",
"react": "18.2.0",
"react-bootstrap": "^2.7.2",
"react-dom": "18.2.0",
"react-dropdown": "^1.11.0",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"react-notifications": "^1.7.4",
"reactstrap": "^9.1.8",
"stripe": "^8.209.0",
"swr": "^2.1.3",
"twilio": "^4.10.0"
}
}