aboutsummaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2025-07-24 14:40:22 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2025-07-24 14:40:22 +0300
commitb0d199936b546c75d4b19d99591237f0bf97fe55 (patch)
treee9391880e7db2bd1ea8ff25d91aeea8dd98f186e /frontend/package.json
parentfix/frontend: fixed sidebar title size, removed unnecessary imports (diff)
parentfeat/backend: add newrelic integration (#274) (diff)
downloadlphub-b0d199936b546c75d4b19d99591237f0bf97fe55.tar.gz
lphub-b0d199936b546c75d4b19d99591237f0bf97fe55.tar.bz2
lphub-b0d199936b546c75d4b19d99591237f0bf97fe55.zip
Merge branch 'main' into css-overhaulcss-overhaul
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}