chore: update dependencies
This commit is contained in:
@@ -21,10 +21,6 @@ NEXT_PUBLIC_APPWRITE_ENDPOINT=""
|
||||
NEXT_PUBLIC_APPWRITE_PROJECT_ID=""
|
||||
APPWRITE_API_KEY=""
|
||||
|
||||
# Prisma required variables
|
||||
|
||||
DATABASE_URL=""
|
||||
|
||||
# Website Variables
|
||||
|
||||
NEXT_PUBLIC_SITE_URL="https://entgamers.com"
|
||||
|
||||
+3
-8
@@ -8,12 +8,7 @@
|
||||
"prestart": "bun install && next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"prepare": "panda codegen && husky install && bun run prisma:generate",
|
||||
"prisma:generate": "prisma generate --schema=./node_modules/entgamers-database/prisma/schema.prisma",
|
||||
"prisma:db:push": "prisma db push --schema=./node_modules/entgamers-database/prisma/schema.prisma",
|
||||
"prisma:migrate:reset": "prisma migrate reset --schema=./node_modules/entgamers-database/prisma/schema.prisma",
|
||||
"prisma:studio": "prisma studio --schema=./node_modules/entgamers-database/prisma/schema.prisma",
|
||||
"postinstall": "bun prisma:generate"
|
||||
"prepare": "panda codegen && husky install"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource/open-sans": "^5.0.20",
|
||||
@@ -24,10 +19,10 @@
|
||||
"@fortawesome/react-fontawesome": "^0.2.0",
|
||||
"@reduxjs/toolkit": "^2.0.1",
|
||||
"@tanstack/match-sorter-utils": "^8.11.8",
|
||||
"@tanstack/react-table": "^8.12.0",
|
||||
"@tanstack/react-table": "^8.19.3",
|
||||
"appwrite": "^13.0.1",
|
||||
"date-fns": "^3.3.1",
|
||||
"entgamers-database": "0.0.16",
|
||||
"entgamers-database": "0.0.26",
|
||||
"entgamers-panda-preset": "0.1.5",
|
||||
"formik": "^2.4.5",
|
||||
"framer-motion": "^10.17.6",
|
||||
|
||||
Reference in New Issue
Block a user