Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Commit

Permalink
Revert "Beta"
Browse files Browse the repository at this point in the history
  • Loading branch information
statulr committed Dec 13, 2023
1 parent 0b96aaf commit d8f93fa
Show file tree
Hide file tree
Showing 28 changed files with 240 additions and 972 deletions.
12 changes: 0 additions & 12 deletions .env.local.example

This file was deleted.

3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
/.pnp
.pnp.js
.yarn/install-state.gz
package-lock.json
pnpm-lock.yaml
yarn.lock

# testing
/coverage
Expand Down
5 changes: 0 additions & 5 deletions .prettierignore

This file was deleted.

5 changes: 0 additions & 5 deletions .prettierrc

This file was deleted.

19 changes: 7 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "wavly",
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
Expand All @@ -9,24 +9,19 @@
"lint": "next lint"
},
"dependencies": {
"@blocknote/core": "^0.9.6",
"@blocknote/react": "^0.9.6",
"@prisma/client": "5.6.0",
"@radix-ui/react-slot": "^1.0.2",
"@supabase/supabase-js": "^2.39.0",
"@radix-ui/themes": "^2.0.1",
"@workos-inc/node": "^4.0.0",
"@tiptap/pm":"^2.0.0",
"jose": "^4.14.6",
"react-query": "^3.39.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"lucide-react": "^0.292.0",
"next": "14.0.3",
"next-themes": "^0.2.1",
"next-auth": "^4.24.5",
"prisma": "^5.6.0",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7"
"tailwindcss-animate": "^1.0.7",
"@auth/prisma-adapter": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20",
Expand All @@ -39,4 +34,4 @@
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}
}
21 changes: 0 additions & 21 deletions src/app/(routes)/(main)/layout.tsx

This file was deleted.

146 changes: 0 additions & 146 deletions src/app/(routes)/(main)/notes/[noteId]/page.tsx

This file was deleted.

9 changes: 0 additions & 9 deletions src/app/(routes)/(main)/notes/page.tsx

This file was deleted.

49 changes: 0 additions & 49 deletions src/app/(routes)/account/page.tsx

This file was deleted.

51 changes: 0 additions & 51 deletions src/app/(routes)/callback/route.ts

This file was deleted.

31 changes: 0 additions & 31 deletions src/app/_components/authButton.tsx

This file was deleted.

Loading

0 comments on commit d8f93fa

Please sign in to comment.