mirror of
https://github.com/supabase/supabase.git
synced 2026-07-03 22:54:19 +08:00
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2964180
28 lines
684 B
JSON
28 lines
684 B
JSON
{
|
|
"name": "nextjs-auth-tailwind",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.2.0",
|
|
"@heroicons/react": "^1.0.1",
|
|
"@supabase/supabase-js": "^1.11.15",
|
|
"@supabase/ui": "^0.26.1",
|
|
"@tailwindcss/typography": "^0.4.0",
|
|
"next": "12.0.9",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.2.5",
|
|
"postcss": "^8.3.0",
|
|
"prettier": "^2.3.0",
|
|
"tailwindcss": "^2.1.2"
|
|
}
|
|
}
|