📦 prisma

This commit is contained in:
sam 2025-02-26 14:45:01 +08:00
parent 021695c5b1
commit a4c0abc10f
2 changed files with 875 additions and 26 deletions

893
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,7 @@
"dependencies": { "dependencies": {
"@emotion/react": "^11.10.6", "@emotion/react": "^11.10.6",
"@headlessui/react": "^1.7.8", "@headlessui/react": "^1.7.8",
"@prisma/client": "^6.4.1",
"@reduxjs/toolkit": "^1.9.1", "@reduxjs/toolkit": "^1.9.1",
"@tippyjs/react": "^4.2.6", "@tippyjs/react": "^4.2.6",
"@types/node": "18.11.18", "@types/node": "18.11.18",
@ -18,9 +19,12 @@
"@types/react-dom": "18.0.10", "@types/react-dom": "18.0.10",
"apexcharts": "^4.5.0", "apexcharts": "^4.5.0",
"axios": "^1.7.9", "axios": "^1.7.9",
"bcrypt": "^5.1.1",
"cookie": "^1.0.2",
"eslint": "8.32.0", "eslint": "8.32.0",
"eslint-config-next": "13.1.2", "eslint-config-next": "13.1.2",
"i18next": "^22.4.10", "i18next": "^22.4.10",
"jsonwebtoken": "^9.0.2",
"next": "14.0.3", "next": "14.0.3",
"ni18n": "^1.0.5", "ni18n": "^1.0.5",
"react": "18.2.0", "react": "18.2.0",
@ -31,7 +35,6 @@
"react-perfect-scrollbar": "^1.5.8", "react-perfect-scrollbar": "^1.5.8",
"react-popper": "^2.3.0", "react-popper": "^2.3.0",
"react-redux": "^8.1.3", "react-redux": "^8.1.3",
"typescript": "4.9.4",
"universal-cookie": "^6.1.1", "universal-cookie": "^6.1.1",
"yup": "^0.32.11" "yup": "^0.32.11"
}, },
@ -44,6 +47,7 @@
"postcss": "^8.4.35", "postcss": "^8.4.35",
"prettier": "^2.8.0", "prettier": "^2.8.0",
"prettier-plugin-tailwindcss": "^0.2.0", "prettier-plugin-tailwindcss": "^0.2.0",
"tailwindcss": "^3.4.1" "tailwindcss": "^3.4.1",
"typescript": "^5.7.3"
} }
} }