-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.56 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "bid-the-field",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pkg:update:check": "ncu",
"pkg:update:install": "ncu --upgrade; npm install",
"playerscript": "node scripts/getPlayerData.mjs",
"test:unit": "jest --coverage",
"jest": "TZ=UTC jest"
},
"dependencies": {
"@headlessui/react": "2.0.3",
"@heroicons/react": "2.1.3",
"@supabase/auth-helpers-nextjs": "0.10.0",
"@supabase/auth-helpers-react": "0.5.0",
"@supabase/supabase-js": "2.43.4",
"date-fns": "3.6.0",
"dotenv": "16.4.5",
"install": "0.13.0",
"just-clone": "6.2.0",
"just-is-empty": "3.4.1",
"just-typeof": "^3.2.0",
"next": "14.2.3",
"next-themes": "0.3.0",
"nprogress": "0.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.51.5",
"react-hot-toast": "2.4.1",
"react-markdown": "9.0.1",
"remark-gfm": "4.0.0",
"rooks": "7.14.1",
"uuid": "9.0.1"
},
"devDependencies": {
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.13",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
"@types/nprogress": "0.2.3",
"autoprefixer": "10.4.19",
"daisyui": "4.11.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"node-fetch": "3.3.2",
"npm-check-updates": "16.14.20",
"postcss": "8.4.38",
"tailwindcss": "3.4.3",
"typescript": "5.4.5"
}
}