-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.71 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.71 KB
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
{
"name": "morent",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.16",
"@radix-ui/colors": "^2.1.0",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-form": "^0.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-select": "^1.2.2",
"@stripe/react-stripe-js": "^2.1.2",
"@stripe/stripe-js": "^2.1.1",
"@supabase/auth-helpers-nextjs": "^0.7.4",
"@supabase/auth-ui-react": "^0.4.2",
"@supabase/auth-ui-shared": "^0.1.6",
"@supabase/supabase-js": "^2.32.0",
"@types/node": "20.4.9",
"@types/react": "18.2.19",
"@types/react-dom": "18.2.7",
"@types/tailwindcss": "3.1.0",
"autoprefixer": "10.4.14",
"country-state-city": "^3.1.4",
"encoding": "^0.1.13",
"eslint": "8.46.0",
"eslint-config-next": "13.4.13",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"framer-motion": "^10.15.1",
"next": "^13.4.13",
"next-themes": "^0.2.1",
"postcss": "8.4.27",
"react": "18.2.0",
"react-datetime": "^3.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.4",
"react-intersection-observer": "^9.5.2",
"react-toastify": "^9.1.3",
"stripe": "^13.4.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"uuid": "^9.0.0"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/next": "^9.0.0",
"@types/uuid": "^9.0.2",
"prettier": "^3.0.2",
"supabase": "^1.83.7"
}
}