aboutsummaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json10
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}