fix docker issues with vite

This commit is contained in:
Daniel Avila 2023-04-01 23:59:16 -04:00
parent c65a3b69ff
commit b14726b2dd
2 changed files with 1668 additions and 0 deletions

1665
client/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -66,6 +66,7 @@
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.20.13",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
"babel-plugin-root-import": "^6.6.0",
@ -88,6 +89,8 @@
"tailwindcss": "^3.2.6",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"vite": "^4.2.1",
"vite-plugin-html": "^3.2.0",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"