diff options
| author | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2025-08-19 13:23:56 +0200 |
|---|---|---|
| committer | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2025-08-19 13:23:56 +0200 |
| commit | 97be0afd140c7c9e1fd03ba5ab4e486d90907129 (patch) | |
| tree | ab9dcf8ebab077b5fc7ab149c6ce8c13c21caaab /frontend/package.json | |
| parent | organised pages, started work on theme (diff) | |
| download | lphub-97be0afd140c7c9e1fd03ba5ab4e486d90907129.tar.gz lphub-97be0afd140c7c9e1fd03ba5ab4e486d90907129.tar.bz2 lphub-97be0afd140c7c9e1fd03ba5ab4e486d90907129.zip | |
organised pages, started work on theme
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/package.json b/frontend/package.json index f2a6d37..cf35deb 100644 --- a/frontend/package.json +++ b/frontend/package.json | |||
| @@ -10,10 +10,8 @@ | |||
| 10 | "@testing-library/react": "^13.4.0", | 10 | "@testing-library/react": "^13.4.0", |
| 11 | "@testing-library/user-event": "^13.5.0", | 11 | "@testing-library/user-event": "^13.5.0", |
| 12 | "@types/jest": "^27.5.2", | 12 | "@types/jest": "^27.5.2", |
| 13 | "@types/react": "^18.3.3", | ||
| 14 | "@types/react-dom": "^18.3.0", | ||
| 15 | "@types/react-helmet": "^6.1.11", | ||
| 16 | "@types/node": "^20.19.9", | 13 | "@types/node": "^20.19.9", |
| 14 | "@types/react-helmet": "^6.1.11", | ||
| 17 | "@vitejs/plugin-react": "^5.0.0", | 15 | "@vitejs/plugin-react": "^5.0.0", |
| 18 | "axios": "^1.7.4", | 16 | "axios": "^1.7.4", |
| 19 | "react": "^18.3.1", | 17 | "react": "^18.3.1", |
| @@ -52,6 +50,8 @@ | |||
| 52 | ] | 50 | ] |
| 53 | }, | 51 | }, |
| 54 | "devDependencies": { | 52 | "devDependencies": { |
| 53 | "@types/react": "^19.1.10", | ||
| 54 | "@types/react-dom": "^19.1.7", | ||
| 55 | "prettier": "^3.4.2" | 55 | "prettier": "^3.4.2" |
| 56 | } | 56 | } |
| 57 | } | 57 | } |