mirror of
https://github.com/LukeHagar/pypistats.dev.git
synced 2025-12-06 04:21:09 +00:00
Add bun.lockb file and update docker-compose.yml to remove sensitive environment variables. Refactor package.json to reorganize dependencies and add Bun types. Modify tsconfig.json to include Bun types. Update Redis client implementation in redis.ts for improved error handling and connection management.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"db:migrate": "prisma migrate dev",
|
||||
"db:deploy": "prisma migrate deploy"
|
||||
},
|
||||
"dependencies": {
|
||||
"devDependencies": {
|
||||
"@google-cloud/bigquery": "^8.1.1",
|
||||
"@prisma/client": "^6.15.0",
|
||||
"@sveltejs/adapter-node": "^5.3.1",
|
||||
@@ -26,9 +26,7 @@
|
||||
"chart.js": "^4.5.0",
|
||||
"chartjs-node-canvas": "^5.0.0",
|
||||
"node-cron": "^4.2.1",
|
||||
"redis": "^5.8.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"redis": "^5.8.2",
|
||||
"@plausible-analytics/tracker": "^0.4.0",
|
||||
"@sveltejs/adapter-auto": "^6.1.0",
|
||||
"@sveltejs/kit": "^2.37.0",
|
||||
@@ -36,6 +34,7 @@
|
||||
"@tailwindcss/forms": "^0.5.10",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"@tailwindcss/vite": "^4.1.12",
|
||||
"@types/bun": "^1.3.0",
|
||||
"mdsvex": "^0.12.6",
|
||||
"prettier": "^3.6.2",
|
||||
"prettier-plugin-svelte": "^3.4.0",
|
||||
|
||||
Reference in New Issue
Block a user