mirror of
https://github.com/D4M13N-D3V/neroshitron.git
synced 2025-03-14 10:05:04 +00:00
30 lines
667 B
JSON
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"
|
|
}
|
|
}
|