-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "boxeh",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.1",
"@stripe/react-stripe-js": "^2.1.0",
"@stripe/stripe-js": "^1.52.1",
"@supabase/supabase-js": "^2.19.0",
"@vercel/analytics": "^1.0.1",
"autoprefixer": "10.4.14",
"bootstrap": "^5.2.3",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"firebase": "^9.19.1",
"firebase-admin": "^11.6.0",
"moment": "^2.29.4",
"next": "^13.3.0",
"nookies": "^2.5.2",
"postcss": "8.4.21",
"react": "18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "18.2.0",
"react-google-button": "^0.7.2",
"react-toastify": "^9.1.2",
"react-type-animation": "^3.0.1",
"sharp": "^0.32.1",
"stripe": "^12.2.0",
"swiper": "^9.2.2",
"tailwindcss": "3.3.1"
}
}