forked from mirrors/amnezia-wg-easy
		
	package.json: uninstall eslint from package-base
This commit is contained in:
		
							parent
							
								
									59181ba3d8
								
							
						
					
					
						commit
						5b27a1696d
					
				
					 3 changed files with 479 additions and 201 deletions
				
			
		| 
						 | 
					@ -10,7 +10,7 @@ RUN npm config set -g fund false &&\
 | 
				
			||||||
# Copy Web UI
 | 
					# Copy Web UI
 | 
				
			||||||
COPY src/ /app/
 | 
					COPY src/ /app/
 | 
				
			||||||
WORKDIR /app
 | 
					WORKDIR /app
 | 
				
			||||||
RUN npm ci --legacy-peer-deps
 | 
					RUN npm ci
 | 
				
			||||||
# Copy build result to a new image.
 | 
					# Copy build result to a new image.
 | 
				
			||||||
# This saves a lot of disk space.
 | 
					# This saves a lot of disk space.
 | 
				
			||||||
FROM docker.io/library/node:18-alpine@sha256:4bdb3f3105718f0742bc8d64bb4e36e8f955ebbee295325e40ae80bc8ef78833
 | 
					FROM docker.io/library/node:18-alpine@sha256:4bdb3f3105718f0742bc8d64bb4e36e8f955ebbee295325e40ae80bc8ef78833
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										675
									
								
								src/package-lock.json
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										675
									
								
								src/package-lock.json
									
										
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							| 
						 | 
					@ -21,7 +21,6 @@
 | 
				
			||||||
    "uuid": "^9.0.1"
 | 
					    "uuid": "^9.0.1"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "devDependencies": {
 | 
					  "devDependencies": {
 | 
				
			||||||
    "eslint": "^8.53.0",
 | 
					 | 
				
			||||||
    "eslint-config-athom": "^3.1.1",
 | 
					    "eslint-config-athom": "^3.1.1",
 | 
				
			||||||
    "tailwindcss": "^3.3.5"
 | 
					    "tailwindcss": "^3.3.5"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue