Skip to content

Commit

Permalink
Merge pull request #54 from Schrodinger-Hat/feat/27/admin-can-create-…
Browse files Browse the repository at this point in the history
…membership

feat: Admin can create/edit MembershipTemplates
  • Loading branch information
LobeTia committed Apr 28, 2024
2 parents 61d1cf3 + d346ae9 commit dfda02a
Show file tree
Hide file tree
Showing 43 changed files with 1,790 additions and 105 deletions.
222 changes: 177 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"postinstall": "prisma generate",
"lint": "next lint",
"lint:fix": "next lint --fix",
"start": "next start"
"start": "next start",
"ragequit": "rm -rf .next && npm run db:push && npm run dev"
},
"dependencies": {
"@auth/prisma-adapter": "^1.4.0",
Expand All @@ -29,16 +30,19 @@
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@react-email/components": "0.0.16",
"@stripe/react-stripe-js": "^2.6.2",
"@stripe/stripe-js": "^3.2.0",
"@t3-oss/env-nextjs": "^0.9.2",
"@tanstack/react-table": "^8.15.3",
"@types/mdx": "^2.0.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lodash": "^4.17.21",
"next": "^14.1.3",
"next": "^14.2.0",
"next-auth": "^4.24.6",
"nodemailer": "^6.9.13",
"react": "18.2.0",
Expand Down
Loading

0 comments on commit dfda02a

Please sign in to comment.