Skip to content

Commit

Permalink
init v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yeoularu committed Apr 5, 2024
1 parent eec0e88 commit 51fe451
Show file tree
Hide file tree
Showing 63 changed files with 3,242 additions and 797 deletions.
18 changes: 18 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cSpell.words": [
"finchdogs",
"flowbite",
"nextjs",
"pointerhover",
"pretendard",
"supabase",
"tailwindcss",
"toploader",
"trivago",
"unliked",
"usehooks",
"vidstack",
"webp",
"yeoularu"
]
}
12 changes: 11 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'i.redd.it',
pathname: '/*',
},
],
},
};

export default nextConfig;
44 changes: 32 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,39 @@
"lint": "next lint"
},
"dependencies": {
"react": "^18",
"react-dom": "^18",
"next": "14.1.0"
"@supabase/ssr": "^0.1.0",
"@supabase/supabase-js": "^2.41.1",
"@vidstack/react": "^1.11.6",
"dayjs": "^1.11.10",
"flowbite": "^2.3.0",
"flowbite-react": "^0.7.8",
"framer-motion": "^11.0.24",
"hls.js": "^1.5.7",
"jotai": "^2.7.2",
"next": "14.1.0",
"nextjs-toploader": "^1.6.11",
"pretendard": "^1.3.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-intersection-observer": "^9.8.1",
"sharp": "^0.33.3",
"swr": "^2.2.5",
"tailwind-merge": "^2.2.2",
"usehooks-ts": "^3.0.2"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"eslint": "^8",
"eslint-config-next": "14.1.0"
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.12.2",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.23",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3"
}
}
Loading

0 comments on commit 51fe451

Please sign in to comment.