-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.05 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.05 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
{
"name": "matchpost",
"version": "0.1.0",
"private": true,
"browserslist": [
"Chrome >= 87",
"Firefox >= 78",
"Safari >= 14",
"Edge >= 88",
"iOS >= 14",
"ChromeAndroid >= 87"
],
"scripts": {
"dev": "next dev --port 3002",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky"
},
"dependencies": {
"@supabase/ssr": "^0.8.0",
"@supabase/supabase-js": "^2.93.3",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"clsx": "^2.1.0",
"html2canvas": "^1.4.1",
"lucide-react": "^0.316.0",
"modern-screenshot": "^4.6.8",
"next": "14.2.35",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.2.1",
"zustand": "^5.0.10"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"husky": "^9.1.7",
"postcss": "^8",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}