mirror of
https://github.com/D4M13N-D3V/neroshitron.git
synced 2025-03-14 10:05:04 +00:00
* Update .gitignore * fix: added a badge for number of tags selected * Update tag_selector.tsx * tag search * fix: search styling
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@supabase/ssr": "latest",
|
|
"@supabase/supabase-js": "latest",
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
"@vercel/analytics": "^1.3.1",
|
|
"@vercel/speed-insights": "^1.0.11",
|
|
"autoprefixer": "10.4.17",
|
|
"clsx": "^2.1.1",
|
|
"framer-motion": "^11.2.6",
|
|
"geist": "^1.2.1",
|
|
"md5": "^2.3.0",
|
|
"next": "latest",
|
|
"postcss": "8.4.33",
|
|
"prop-types": "^15.8.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-easy-panzoom": "^0.4.4",
|
|
"react-masonry-css": "^1.0.16",
|
|
"react-responsive-masonry": "^2.2.0",
|
|
"react-select": "^5.8.0",
|
|
"react-tailwindcss-select": "^1.8.5",
|
|
"sharp": "^0.33.4",
|
|
"simplex-noise": "^4.0.1",
|
|
"tailwind-merge": "^2.3.0",
|
|
"tailwindcss": "3.4.1",
|
|
"tailwindcss-animated": "^1.0.1",
|
|
"tailwindcss-textshadow": "^2.1.3",
|
|
"typescript": "5.3.3",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.11.5",
|
|
"@types/react": "18.2.48",
|
|
"@types/react-dom": "18.2.18",
|
|
"encoding": "^0.1.13"
|
|
}
|
|
}
|