neroshitron/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2024-05-24 17:57:03 -04:00
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@supabase/ssr": "latest",
"@supabase/supabase-js": "latest",
2024-05-26 02:14:59 -04:00
"@tailwindcss/aspect-ratio": "^0.4.2",
2024-05-28 00:04:45 -04:00
"@vercel/analytics": "^1.3.1",
2024-05-27 23:47:49 -04:00
"@vercel/speed-insights": "^1.0.11",
2024-05-24 17:57:03 -04:00
"autoprefixer": "10.4.17",
2024-05-26 02:14:59 -04:00
"clsx": "^2.1.1",
"framer-motion": "^11.2.6",
2024-05-24 17:57:03 -04:00
"geist": "^1.2.1",
"md5": "^2.3.0",
2024-05-24 17:57:03 -04:00
"next": "latest",
"postcss": "8.4.33",
2024-05-26 02:14:59 -04:00
"prop-types": "^15.8.1",
2024-05-24 17:57:03 -04:00
"react": "18.2.0",
"react-dom": "18.2.0",
2024-05-26 19:49:20 -04:00
"react-easy-panzoom": "^0.4.4",
2024-05-26 02:14:59 -04:00
"react-masonry-css": "^1.0.16",
"react-responsive-masonry": "^2.2.0",
"react-select": "^5.8.0",
"react-tailwindcss-select": "^1.8.5",
2024-05-27 00:14:31 -04:00
"sharp": "^0.33.4",
2024-05-26 02:14:59 -04:00
"simplex-noise": "^4.0.1",
"tailwind-merge": "^2.3.0",
2024-05-24 17:57:03 -04:00
"tailwindcss": "3.4.1",
2024-05-24 20:52:39 -04:00
"tailwindcss-animated": "^1.0.1",
"tailwindcss-textshadow": "^2.1.3",
2024-05-26 03:46:00 -04:00
"typescript": "5.3.3",
"uuid": "^9.0.1"
2024-05-24 17:57:03 -04:00
},
"devDependencies": {
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"encoding": "^0.1.13"
}
}