Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to VPS
name: Deploy

on:
push:
Expand Down
1 change: 0 additions & 1 deletion frontend/.node-version

This file was deleted.

31 changes: 18 additions & 13 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,35 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack && cp -r .next/static .next/standalone/.next/ && cp -r public .next/standalone/",
"dev": "next dev",
"build": "next build && cp -r .next/static .next/standalone/.next/ && cp -r public .next/standalone/",
"start": "next start",
"format": "biome format",
"type-check": "pnpm tsc --noEmit"
},
"packageManager": "pnpm@10.18.0",
"packageManager": "pnpm@10.24.0",
"dependencies": {
"@next/third-parties": "^16.0.1",
"lucide-react": "^0.545.0",
"maplibre-gl": "^5.9.0",
"next": "15.5.4",
"react": "19.1.0",
"react-dom": "19.1.0",
"recharts": "^3.2.1",
"redis": "^5.8.3"
"@next/third-parties": "^16.0.10",
"lucide-react": "^0.561.0",
"maplibre-gl": "^5.14.0",
"next": "16.0.10",
"react": "19.2.3",
"react-dom": "19.2.3",
"recharts": "^3.5.1",
"redis": "^5.10.0"
},
"devDependencies": {
"@biomejs/biome": "^2.2.5",
"@biomejs/biome": "^2.3.8",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/node": "^24",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
},
"pnpm": {
"overrides": {
"tar": ">=7.5.2"
}
}
}
Loading