mirror of
https://github.com/supabase/supabase.git
synced 2026-07-04 12:34:19 +08:00
Bumps [next](https://github.com/vercel/next.js) from 10.2.2 to 11.1.3. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v10.2.2...v11.1.3) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
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": "11.1.3",
|
|
"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"
|
|
}
|
|
}
|