aboutsummaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json
index c317b98..1ee6441 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -14,6 +14,7 @@
14 "axios": "^1.7.4", 14 "axios": "^1.7.4",
15 "react": "^18.3.1", 15 "react": "^18.3.1",
16 "react-dom": "^18.3.1", 16 "react-dom": "^18.3.1",
17 "react-helmet": "^6.1.0",
17 "react-markdown": "^9.0.1", 18 "react-markdown": "^9.0.1",
18 "react-router-dom": "^6.26.1", 19 "react-router-dom": "^6.26.1",
19 "react-scripts": "5.0.1", 20 "react-scripts": "5.0.1",
@@ -46,6 +47,7 @@
46 }, 47 },
47 "devDependencies": { 48 "devDependencies": {
48 "@craco/craco": "^7.1.0", 49 "@craco/craco": "^7.1.0",
50 "@types/react-helmet": "^6.1.11",
49 "craco-alias": "^3.0.1" 51 "craco-alias": "^3.0.1"
50 } 52 }
51} 53}