tambah aduan sampah

This commit is contained in:
bipproduction
2025-10-20 14:01:08 +08:00
parent 4cec5e40ab
commit 75d8f6a1c3
12 changed files with 168 additions and 70 deletions

View File

@@ -12,38 +12,38 @@
},
"dependencies": {
"@elysiajs/cors": "^1.4.0",
"@elysiajs/eden": "^1.4.1",
"@elysiajs/eden": "^1.4.4",
"@elysiajs/jwt": "^1.4.0",
"@elysiajs/swagger": "^1.3.1",
"@mantine/core": "^8.3.3",
"@mantine/dates": "^8.3.4",
"@mantine/form": "^8.3.4",
"@mantine/hooks": "^8.3.3",
"@mantine/notifications": "^8.3.3",
"@modelcontextprotocol/sdk": "^1.19.1",
"@prisma/client": "^6.7.0",
"@mantine/core": "^8.3.5",
"@mantine/dates": "^8.3.5",
"@mantine/form": "^8.3.5",
"@mantine/hooks": "^8.3.5",
"@mantine/notifications": "^8.3.5",
"@modelcontextprotocol/sdk": "^1.20.1",
"@prisma/client": "^6.17.1",
"@tabler/icons-react": "^3.35.0",
"@types/jwt-decode": "^3.1.0",
"@types/lodash": "^4.17.20",
"add": "^2.0.6",
"elysia": "^1.4.9",
"elysia": "^1.4.12",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"react": "^19",
"react-dom": "^19",
"react-router-dom": "^7.9.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router-dom": "^7.9.4",
"swr": "^2.3.6",
"valtio": "^2.1.8"
},
"devDependencies": {
"@types/bun": "latest",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"biome": "^0.3.3",
"oxlint": "^1.22.0",
"oxlint": "^1.23.0",
"postcss": "^8.5.6",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"prisma": "^6.7.0"
"prisma": "^6.17.1"
}
}