-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate dockerfile to work with Vite
- also update/move around some dependencies
- Loading branch information
1 parent
42c285b
commit 712281d
Showing
4 changed files
with
80 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,10 +23,13 @@ | |
"@types/react-dom": "18.3.0", | ||
"@vitejs/plugin-react": "^4.3.1", | ||
"axios": "1.7.4", | ||
"browserslist": "^4.23.0", | ||
"browserslist-to-esbuild": "^2.1.1", | ||
"cypress-delete-downloads-folder": "^0.0.5", | ||
"chart.js": "4.4.1", | ||
"chartjs-plugin-zoom": "2.0.0", | ||
"date-fns": "3.6.0", | ||
"hacktimer": "1.1.3", | ||
"husky": "9.1.1", | ||
"loglevel": "1.9.1", | ||
"msw": "2.3.5", | ||
"react": "18.3.1", | ||
|
@@ -59,7 +62,7 @@ | |
"e2e": "start-server-and-test e2e:serve http://localhost:3000 cy:run", | ||
"cy:open": "cypress open", | ||
"cy:run": "cypress run", | ||
"postinstall": "husky install" | ||
"postinstall": "husky" | ||
}, | ||
"lint-staged": { | ||
"src/**/*.{tsx,ts,js,jsx}": [ | ||
|
@@ -79,7 +82,6 @@ | |
], | ||
"packageManager": "[email protected]", | ||
"devDependencies": { | ||
"@babel/eslint-parser": "7.25.1", | ||
"@eslint/compat": "^1.1.1", | ||
"@playwright/test": "1.48.0", | ||
"@tanstack/eslint-plugin-query": "^5.53.0", | ||
|
@@ -91,10 +93,9 @@ | |
"@types/eslint-plugin-jsx-a11y": "^6", | ||
"@typescript-eslint/typescript-estree": "8.10.0", | ||
"@vitest/coverage-v8": "^2.0.5", | ||
"chart.js": "4.4.1", | ||
"chartjs-plugin-zoom": "2.0.0", | ||
"cross-env": "7.0.3", | ||
"cypress": "13.15.0", | ||
"cypress-delete-downloads-folder": "^0.0.5", | ||
"eslint": "9.13.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-cypress": "4.0.0", | ||
|
@@ -106,7 +107,6 @@ | |
"eslint-plugin-testing-library": "^6.3.0", | ||
"express": "4.21.0", | ||
"globals": "^15.9.0", | ||
"husky": "9.1.1", | ||
"jsdom": "^25.0.0", | ||
"lint-staged": "15.2.0", | ||
"prettier": "3.3.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters