neroshitron/package.json
2024-05-24 20:52:39 -04:00

30 lines
667 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@supabase/ssr": "latest",
"@supabase/supabase-js": "latest",
"autoprefixer": "10.4.17",
"geist": "^1.2.1",
"md5": "^2.3.0",
"next": "latest",
"postcss": "8.4.33",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.4.1",
"tailwindcss-animated": "^1.0.1",
"tailwindcss-textshadow": "^2.1.3",
"typescript": "5.3.3"
},
"devDependencies": {
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"encoding": "^0.1.13"
}
}