mirror of
https://github.com/fergalmoran/supanextail.git
synced 2026-02-03 06:15:17 +00:00
35 lines
825 B
JSON
35 lines
825 B
JSON
{
|
|
"name": "supanextail",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.2.0",
|
|
"@sendgrid/mail": "^7.4.4",
|
|
"@stripe/stripe-js": "^1.15.1",
|
|
"@supabase/supabase-js": "^1.15.0",
|
|
"@supabase/ui": "^0.27.3",
|
|
"axios": "^0.21.1",
|
|
"cors": "^2.8.5",
|
|
"daisyui": "^1.3.4",
|
|
"express-rate-limit": "^5.2.6",
|
|
"micro": "^9.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",
|
|
"stripe": "^8.156.0"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.0.4",
|
|
"postcss": "^8.1.10",
|
|
"tailwindcss": "^2.2.2"
|
|
}
|
|
} |