d317e8c758
WS1: pin all Docker stages to node:24.16.0-alpine; add engines node>=20. WS2: lib/redis.ts gains TTL-backed redisSet, redisDel, setTunnelActive (writes tunnel:active:<sub>=1/0 EX 30, TUNNEL_ACTIVE_TTL override, no-op without REDIS_URL); wired into tunnel active/delete/reassign routes. WS3: sortable columns, CSV export routes (token excluded), and bulk actions (self-account guard) across users/tunnels/audit admin tables.
27 lines
520 B
JSON
27 lines
520 B
JSON
{
|
|
"name": "linumiq-web",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@supabase/ssr": "0.5.2",
|
|
"@supabase/supabase-js": "2.45.4",
|
|
"next": "14.2.15",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.16.10",
|
|
"@types/react": "18.3.11",
|
|
"@types/react-dom": "18.3.0",
|
|
"typescript": "5.6.2"
|
|
}
|
|
}
|