-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "food",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cloudinary/react": "^1.9.1",
"@cloudinary/url-gen": "^1.9.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/base": "^5.0.0-alpha.114",
"@mui/material": "^5.11.5",
"@next/font": "^13.2.3",
"@supabase/auth-helpers-nextjs": "^0.5.2",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/auth-ui-react": "^0.2.6",
"@supabase/supabase-js": "^2.4.1",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@types/react-icons": "^3.0.0",
"@types/react-modal": "^3.13.1",
"@uploadcare/react-widget": "^2.4.1",
"@uploadcare/rest-client": "^6.1.0",
"@uploadcare/upload-client": "^6.1.0",
"@vercel/og": "^0.3.0",
"axios": "^1.3.2",
"cookies-next": "^2.1.1",
"daisyui": "^2.49.0",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"eslint-plugin-tailwindcss": "^3.8.3",
"flowbite": "^1.6.2",
"flowbite-react": "^0.3.7",
"form-data": "^4.0.0",
"next": "13.1.1",
"next-cloudinary": "^2.2.0",
"next-videos": "1.4.1",
"nextjs-cors": "^2.1.2",
"react": "18.2.0",
"react-countdown": "^2.3.5",
"react-detect-click-outside": "^1.1.7",
"react-dom": "18.2.0",
"react-google-places-autocomplete": "^3.4.0",
"react-hook-form": "^7.43.0",
"react-icons": "^4.7.1",
"react-image-picker-editor": "^1.2.0",
"react-modal": "^3.16.1",
"react-player": "^2.11.0",
"react-social-media-embed": "^2.3.4",
"react-supabase": "^0.2.0",
"supabase": "^1.34.3",
"tw-elements": "^1.0.0-alpha13",
"typescript": "4.9.4",
"uuid": "^9.0.0",
"zustand": "^4.3.3"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@types/uuid": "^9.0.0",
"autoprefixer": "^10.4.13",
"eslint-plugin-unused-imports": "^2.0.0",
"https-localhost": "^4.7.1",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}