-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.15 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
{
"name": "mfl-player-info",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.1.5",
"@heroicons/react": "^2.1.5",
"@onflow/fcl": "^1.11.0",
"@popperjs/core": "^2.11.8",
"@supabase/supabase-js": "^2.45.3",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@tanstack/react-table": "^8.20.5",
"@vercel/analytics": "^1.3.1",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"eslint": "^9.9.1",
"eslint-config-next": "^14.2.8",
"next": "^14.2.8",
"next-auth": "5.0.0-beta.16",
"postcss": "^8.4.45",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@onflow/typedefs": "^1.3.0",
"@types/node": "22.5.4",
"@types/react": "^18.3.5",
"encoding": "^0.1.13",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"typescript": "^5.5.4"
}
}