mirror of
https://github.com/SkalaraAI/skbeta.git
synced 2025-04-03 20:10:20 -04:00
add prisma as dev dep
This commit is contained in:
parent
d4a1772ffd
commit
e529ec01e6
|
@ -56,7 +56,6 @@
|
|||
"next": "14.0.1",
|
||||
"next-themes": "^0.2.1",
|
||||
"openai": "^4.17.5",
|
||||
"prisma": "^5.5.2",
|
||||
"react": "^18",
|
||||
"react-day-picker": "^8.9.1",
|
||||
"react-dom": "^18",
|
||||
|
@ -76,6 +75,7 @@
|
|||
"eslint": "^8",
|
||||
"eslint-config-next": "14.0.1",
|
||||
"postcss": "^8",
|
||||
"prisma": "^5.5.2",
|
||||
"tailwindcss": "^3.3.0",
|
||||
"typescript": "^5"
|
||||
}
|
||||
|
|
|
@ -143,9 +143,6 @@ dependencies:
|
|||
openai:
|
||||
specifier: ^4.17.5
|
||||
version: 4.17.5
|
||||
prisma:
|
||||
specifier: ^5.5.2
|
||||
version: 5.5.2
|
||||
react:
|
||||
specifier: ^18
|
||||
version: 18.2.0
|
||||
|
@ -199,6 +196,9 @@ devDependencies:
|
|||
postcss:
|
||||
specifier: ^8
|
||||
version: 8.4.31
|
||||
prisma:
|
||||
specifier: ^5.5.2
|
||||
version: 5.5.2
|
||||
tailwindcss:
|
||||
specifier: ^3.3.0
|
||||
version: 3.3.5
|
||||
|
@ -1041,7 +1041,6 @@ packages:
|
|||
/@prisma/engines@5.5.2:
|
||||
resolution: {integrity: sha512-Be5hoNF8k+lkB3uEMiCHbhbfF6aj1GnrTBnn5iYFT7GEr3TsOEp1soviEcBR0tYCgHbxjcIxJMhdbvxALJhAqg==}
|
||||
requiresBuild: true
|
||||
dev: false
|
||||
|
||||
/@radix-ui/number@1.0.1:
|
||||
resolution: {integrity: sha512-T5gIdVO2mmPW3NNhjNgEP3cqMXjXL9UbO0BzWcXfvdBs+BohbQxvd/K5hSVKmn9/lbTdsQVKbUcP5WLCwvUbBg==}
|
||||
|
@ -5225,7 +5224,6 @@ packages:
|
|||
requiresBuild: true
|
||||
dependencies:
|
||||
'@prisma/engines': 5.5.2
|
||||
dev: false
|
||||
|
||||
/prop-types@15.8.1:
|
||||
resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==}
|
||||
|
|
Loading…
Reference in New Issue
Block a user