-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1020 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
{
"name": "stadium-advisor-next",
"version": "0.1.0",
"author": "Josep Viciana <[email protected]> (https://www.viciana.me)",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/bundle-analyzer": "^12.2.5",
"@popperjs/core": "^2.11.2",
"@supabase/auth-helpers-nextjs": "^0.2.7",
"@supabase/auth-helpers-react": "^0.2.3",
"@supabase/supabase-js": "^1.35.6",
"classnames": "^2.3.1",
"hashids": "^2.2.10",
"next": "^12.3.1",
"papaparse": "^5.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-popper": "^2.3.0",
"react-toastify": "^9.0.8",
"react-use": "^17.4.0",
"zustand": "^4.1.1"
},
"devDependencies": {
"@svgr/webpack": "^6.3.1",
"@tailwindcss/line-clamp": "^0.4.0",
"autoprefixer": "^10.4.8",
"eslint": "^8.22.0",
"eslint-config-next": "^12.3.1",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8"
}
}