-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.23 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
{
"name": "pictura",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test:e2e": "playwright test"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@sinclair/typebox": "^0.32.29",
"@supabase/auth-helpers-nextjs": "^0.8.7",
"@supabase/supabase-js": "^2.43.1",
"@theme-toggles/react": "^4.1.0",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"cloudinary": "^1.41.3",
"clsx": "^2.1.1",
"lucide-react": "^0.298.0",
"next": "14.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.4",
"react-responsive-masonry": "^2.2.0",
"react-share": "^5.1.0",
"tailwind-merge": "^2.3.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@playwright/test": "^1.43.1",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-responsive-masonry": "^2.1.3",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.0.3",
"postcss": "^8.4.38",
"supabase": "^1.165.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}