Files
personal-website/package.json

29 lines
644 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@radix-ui/react-slot": "^1.0.2",
"@supabase/ssr": "latest",
"@supabase/supabase-js": "latest",
"autoprefixer": "10.4.18",
"geist": "^1.2.2",
"next": "latest",
"postcss": "8.4.35",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.4.2"
},
"devDependencies": {
"@types/node": "20.11.27",
"@types/react": "18.2.66",
"@types/react-dom": "18.2.22",
"encoding": "^0.1.13"
}
}