z1amez commited on
Commit
d288c19
·
1 Parent(s): 372817d

Add fix for Vercel Linux build

Browse files
Files changed (2) hide show
  1. client/package-lock.json +0 -0
  2. client/package.json +4 -0
client/package-lock.json CHANGED
The diff for this file is too large to render. See raw diff
 
client/package.json CHANGED
@@ -15,6 +15,7 @@
15
  "@tanstack/react-query": "^5.90.21",
16
  "axios": "^1.13.6",
17
  "class-variance-authority": "^0.7.1",
 
18
  "clsx": "^2.1.1",
19
  "date-fns": "^4.1.0",
20
  "lucide-react": "^0.577.0",
@@ -30,6 +31,9 @@
30
  "zod": "^3.23.8",
31
  "zustand": "^5.0.11"
32
  },
 
 
 
33
  "devDependencies": {
34
  "@eslint/js": "^9.39.1",
35
  "@types/node": "^24.10.1",
 
15
  "@tanstack/react-query": "^5.90.21",
16
  "axios": "^1.13.6",
17
  "class-variance-authority": "^0.7.1",
18
+ "client": "file:",
19
  "clsx": "^2.1.1",
20
  "date-fns": "^4.1.0",
21
  "lucide-react": "^0.577.0",
 
31
  "zod": "^3.23.8",
32
  "zustand": "^5.0.11"
33
  },
34
+ "optionalDependencies": {
35
+ "@rollup/rollup-linux-x64-gnu": "^4.20.0"
36
+ },
37
  "devDependencies": {
38
  "@eslint/js": "^9.39.1",
39
  "@types/node": "^24.10.1",