Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
472 changes: 472 additions & 0 deletions apps/web/MOTION_DESIGN_DOCS.md

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,24 @@
"start": "next start"
},
"dependencies": {
"radix-ui": "^1.4.2",
"@epsilon/auth": "workspace:*",
"@tanstack/react-form": "^1.12.3",
"@tanstack/react-query": "^5.85.5",
"babel-plugin-react-compiler": "^1.0.0",
"better-auth": "catalog:",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.23.24",
"lucide-react": "^0.546.0",
"next": "16.0.0",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.2",
"react": "19.2.0",
"react-dom": "19.2.0",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.4",
"zod": "catalog:",
"babel-plugin-react-compiler": "^1.0.0",
"@tanstack/react-query": "^5.85.5",
"better-auth": "catalog:",
"@epsilon/auth": "workspace:*"
"zod": "catalog:"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.10",
Expand Down
405 changes: 405 additions & 0 deletions apps/web/src/app/about/page.tsx

Large diffs are not rendered by default.

Loading