diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2025-08-15 17:47:54 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2025-08-15 17:47:54 +0300 |
| commit | 98f0f3a3bbeba1cc2c1632718b2e001865d9955b (patch) | |
| tree | 9e80b8857e60a06052f72ff250d3f8357ee60a2f /frontend/package.json | |
| parent | Mobile Design looking decent (diff) | |
| download | lphub-98f0f3a3bbeba1cc2c1632718b2e001865d9955b.tar.gz lphub-98f0f3a3bbeba1cc2c1632718b2e001865d9955b.tar.bz2 lphub-98f0f3a3bbeba1cc2c1632718b2e001865d9955b.zip | |
chore: frontend package stuff
Diffstat (limited to '')
| -rw-r--r-- | frontend/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/frontend/package.json b/frontend/package.json index e7b16f7..f2a6d37 100644 --- a/frontend/package.json +++ b/frontend/package.json | |||
| @@ -12,6 +12,9 @@ | |||
| 12 | "@types/jest": "^27.5.2", | 12 | "@types/jest": "^27.5.2", |
| 13 | "@types/react": "^18.3.3", | 13 | "@types/react": "^18.3.3", |
| 14 | "@types/react-dom": "^18.3.0", | 14 | "@types/react-dom": "^18.3.0", |
| 15 | "@types/react-helmet": "^6.1.11", | ||
| 16 | "@types/node": "^20.19.9", | ||
| 17 | "@vitejs/plugin-react": "^5.0.0", | ||
| 15 | "axios": "^1.7.4", | 18 | "axios": "^1.7.4", |
| 16 | "react": "^18.3.1", | 19 | "react": "^18.3.1", |
| 17 | "react-dom": "^18.3.1", | 20 | "react-dom": "^18.3.1", |
| @@ -20,6 +23,7 @@ | |||
| 20 | "react-router-dom": "^6.26.1", | 23 | "react-router-dom": "^6.26.1", |
| 21 | "tailwindcss": "^4.1.11", | 24 | "tailwindcss": "^4.1.11", |
| 22 | "typescript": "^4.9.5", | 25 | "typescript": "^4.9.5", |
| 26 | "vite": "^7.1.2", | ||
| 23 | "web-vitals": "^2.1.4" | 27 | "web-vitals": "^2.1.4" |
| 24 | }, | 28 | }, |
| 25 | "scripts": { | 29 | "scripts": { |
| @@ -48,10 +52,6 @@ | |||
| 48 | ] | 52 | ] |
| 49 | }, | 53 | }, |
| 50 | "devDependencies": { | 54 | "devDependencies": { |
| 51 | "@types/node": "^20.19.9", | 55 | "prettier": "^3.4.2" |
| 52 | "@types/react-helmet": "^6.1.11", | ||
| 53 | "@vitejs/plugin-react": "^5.0.0", | ||
| 54 | "prettier": "^3.4.2", | ||
| 55 | "vite": "^7.1.1" | ||
| 56 | } | 56 | } |
| 57 | } | 57 | } |