dimensionalpulsar commited on
Commit
446200c
·
verified ·
1 Parent(s): 564baf9

Upload 47 files

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. package.json +1 -1
Dockerfile CHANGED
@@ -7,7 +7,7 @@ WORKDIR /app
7
  COPY package*.json ./
8
 
9
  # Install dependencies
10
- RUN npm install
11
 
12
  # Copy the rest of the application
13
  COPY . .
 
7
  COPY package*.json ./
8
 
9
  # Install dependencies
10
+ RUN npm install --legacy-peer-deps
11
 
12
  # Copy the rest of the application
13
  COPY . .
package.json CHANGED
@@ -22,7 +22,7 @@
22
  "@eslint/js": "^9.39.4",
23
  "@types/react": "^19.2.14",
24
  "@types/react-dom": "^19.2.3",
25
- "@vitejs/plugin-react": "^6.0.1",
26
  "eslint": "^9.39.4",
27
  "eslint-plugin-react-hooks": "^7.0.1",
28
  "eslint-plugin-react-refresh": "^0.5.2",
 
22
  "@eslint/js": "^9.39.4",
23
  "@types/react": "^19.2.14",
24
  "@types/react-dom": "^19.2.3",
25
+ "@vitejs/plugin-react": "^4.3.4",
26
  "eslint": "^9.39.4",
27
  "eslint-plugin-react-hooks": "^7.0.1",
28
  "eslint-plugin-react-refresh": "^0.5.2",