Skip to content

Commit

Permalink
feat: screenshot editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash committed Sep 17, 2024
1 parent 63cbc03 commit 573df5a
Show file tree
Hide file tree
Showing 36 changed files with 2,586 additions and 11 deletions.
5 changes: 5 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

const nextConfig = {
output: 'standalone',
reactStrictMode: false,
pageExtensions: ['tsx', 'ts', 'jsx', 'js', 'mdx', 'md'],
experimental: {
scrollRestoration: true,
Expand All @@ -19,6 +20,10 @@ const nextConfig = {
protocol: 'https',
hostname: 'picsum.photos',
},
{
protocol: 'http',
hostname: 'localhost',
}
],
},
};
Expand Down
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,22 @@
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@radix-ui/react-icons": "^1.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"get-image-colors": "^4.0.1",
"html-to-image": "^1.11.11",
"lucide-react": "^0.441.0",
"next": "14.2.11",
"next-themes": "^0.3.0",
"react": "^18",
"react-click-away-listener": "^2.2.3",
"react-dom": "^18",
"react-draggable": "^4.4.6",
"react-use-downloader": "^1.2.8",
"rgb2hex": "^0.2.5",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
Expand Down
Loading

0 comments on commit 573df5a

Please sign in to comment.