dependencies udpated

This commit is contained in:
2025-06-18 21:39:39 +05:30
parent 600912114a
commit dd091f022d
6 changed files with 1730 additions and 2284 deletions

View File

@@ -21,9 +21,6 @@ npm run setup:env
```
3. Generate Prisma, and its Types.
```sh
npm run db:generate
```
- Migrate the db:
```sh
@@ -35,11 +32,6 @@ npm run db:migrate
npm run db:generate
```
- seed the db if:
```sh
npm run db:seed
```
4. To Simply run all the app(Backend + Frontend).
```sh

View File

@@ -1,5 +1,5 @@
HOST="localhost"
PORT=3000
PORT=5000
FRONTEND_URL="http://localhost:3000"
JWT_SECRET = 'dentalsecret'
DATABASE_URL=postgresql://postgres:mypassword@localhost:5432/dentalapp

View File

@@ -64,7 +64,7 @@
"postcss": "^8.4.47",
"react": "^19.1.0",
"react-contexify": "^6.0.0",
"react-day-picker": "^8.10.1",
"react-day-picker": "9.7.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^19.1.0",

3999
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -33,6 +33,7 @@
"dependencies": {
"dotenv": "^16.5.0",
"dotenv-cli": "^8.0.0",
"react-day-picker": "^9.7.0",
"shx": "^0.4.0"
}
}

View File

@@ -16,7 +16,7 @@
"./usedSchemas" : "./usedSchemas/index.ts"
},
"dependencies": {
"@prisma/client": "^6.7.0",
"@prisma/client": "^6.10.0",
"prisma-zod-generator": "^0.8.13"
},
"devDependencies": {