aboutsummaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2025-01-30 14:43:17 +0300
committerGitHub <noreply@github.com>2025-01-30 14:43:17 +0300
commit681f7d3ba097cd8d204ff3ac4dae01432d323e5b (patch)
tree8578439ebb74d6cefc2e07177689a40ed6b15464 /frontend/package.json
parentwr: finale 2 - 0 portals (#258) (diff)
downloadlphub-681f7d3ba097cd8d204ff3ac4dae01432d323e5b.tar.gz
lphub-681f7d3ba097cd8d204ff3ac4dae01432d323e5b.tar.bz2
lphub-681f7d3ba097cd8d204ff3ac4dae01432d323e5b.zip
feat/frontend: dynamic title and meta descriptions (#261)
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}