-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1021 Bytes
/
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
{
"name": "clutch-gg",
"version": "2.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@supabase/supabase-js": "^2.46.1",
"@vercel/analytics": "^1.3.2",
"@vercel/speed-insights": "^1.0.14",
"lodash.debounce": "^4.0.8",
"mongodb": "^6.10.0",
"nanoid": "^3.3.8",
"next": "^15.1.2",
"node-cron": "^3.0.3",
"react": "^18",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-loading-skeleton": "^3.5.0",
"react-tooltip": "^5.28.0",
"react-top-loading-bar": "^2.3.1",
"react-type-animation": "^3.2.0",
"supabase": "^2.2.1"
},
"devDependencies": {
"eslint": "^9",
"eslint-config-next": "15.0.2",
"postcss": "^8",
"tailwindcss": "^3.4.14"
},
"module": "index.ts",
"type": "module",
"peerDependencies": {
"typescript": "^5.0.0"
}
}