This commit is contained in:
Zacharias-Brohn
2026-01-14 20:02:17 +01:00
parent 8ddd4e47ec
commit f5197d92f7
14 changed files with 10823 additions and 13030 deletions
+5 -2
View File
@@ -2,6 +2,7 @@
"name": "mantine-next-template",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
@@ -23,13 +24,14 @@
"@mantine/core": "^8.3.12",
"@mantine/hooks": "^8.3.12",
"@next/bundle-analyzer": "^16.0.0",
"@prisma/client": "^5.10.2",
"@prisma/adapter-better-sqlite3": "^7.2.0",
"@prisma/client": "^7.2.0",
"@tabler/icons-react": "^3.35.0",
"bcryptjs": "^3.0.3",
"dotenv": "^17.2.3",
"jose": "^6.1.3",
"next": "16.1.1",
"ollama": "^0.6.3",
"prisma": "^5.10.2",
"react": "19.2.3",
"react-dom": "19.2.3"
},
@@ -62,6 +64,7 @@
"postcss-preset-mantine": "1.18.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.6.2",
"prisma": "^7.2.0",
"storybook": "^10.0.0",
"stylelint": "^16.25.0",
"stylelint-config-standard-scss": "^16.0.0",