-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 968 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 968 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
{
"name": "4hgmakeup",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/bduran04/4hgmakeup.git",
"author": "Belle Duran <bduran04@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.50.0",
"@tanstack/react-query": "^5.74.4",
"@tanstack/react-query-devtools": "^5.74.4",
"date-fns": "^4.1.0",
"lucide-react": "^0.503.0",
"next": "^14.0.4",
"react": "^18.2.0",
"react-day-picker": "^9.6.7",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/date-fns": "^2.6.3",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3"
}
}