mirror of
https://github.com/fergalmoran/supanextail.git
synced 2026-01-02 06:39:30 +00:00
31 lines
688 B
JSON
31 lines
688 B
JSON
{
|
|
"name": "with-tailwindcss",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.2.0",
|
|
"@sendgrid/mail": "^7.4.4",
|
|
"@supabase/supabase-js": "^1.15.0",
|
|
"@supabase/ui": "^0.27.3",
|
|
"axios": "^0.21.1",
|
|
"daisyui": "^1.3.4",
|
|
"next": "^11.0.0",
|
|
"next-seo": "^4.24.0",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-feather": "^2.0.9",
|
|
"react-icons": "^4.2.0",
|
|
"react-toastify": "^7.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.0.4",
|
|
"postcss": "^8.1.10",
|
|
"tailwindcss": "^2.2.2"
|
|
}
|
|
}
|