-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
33 lines (33 loc) · 840 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
{
"name": "nextjs-supabase-auth",
"version": "2.0.2",
"author": "Mykhaylo Ryechkin",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --ignore-path .gitignore .",
"lint:fix": "eslint --ignore-path .gitignore --fix ."
},
"dependencies": {
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/supabase-js": "^2.45.0",
"classnames": "^2.5.1",
"encoding": "^0.1.13",
"formik": "^2.4.6",
"next": "^14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"yup": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-acme": "^3.1.0",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.7"
}
}