aboutsummaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
authorFifthWit <fifthwitbusiness@gmail.com>2025-08-14 14:01:01 -0500
committerFifthWit <fifthwitbusiness@gmail.com>2025-08-14 14:01:01 -0500
commit6a8b909afbe1560be95f7ad0a3e19cfe4717aec6 (patch)
tree83cdbe3b5b7e5b83d5f0d08964634cc942264072 /frontend/package.json
parentSwitched to Vite as build tool (diff)
downloadlphub-6a8b909afbe1560be95f7ad0a3e19cfe4717aec6.tar.gz
lphub-6a8b909afbe1560be95f7ad0a3e19cfe4717aec6.tar.bz2
lphub-6a8b909afbe1560be95f7ad0a3e19cfe4717aec6.zip
Switched to tailwind/vite
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json
index f9cab6b..e7b16f7 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -1,9 +1,11 @@
1{ 1{
2 "name": "frontend", 2 "name": "frontend",
3 "version": "0.1.0", 3 "version": "0.1.0",
4 "type": "module",
4 "private": true, 5 "private": true,
5 "dependencies": { 6 "dependencies": {
6 "@nekz/sdp": "^0.9.0", 7 "@nekz/sdp": "^0.9.0",
8 "@tailwindcss/vite": "^4.1.11",
7 "@testing-library/jest-dom": "^5.17.0", 9 "@testing-library/jest-dom": "^5.17.0",
8 "@testing-library/react": "^13.4.0", 10 "@testing-library/react": "^13.4.0",
9 "@testing-library/user-event": "^13.5.0", 11 "@testing-library/user-event": "^13.5.0",
@@ -16,6 +18,7 @@
16 "react-helmet": "^6.1.0", 18 "react-helmet": "^6.1.0",
17 "react-markdown": "^9.0.1", 19 "react-markdown": "^9.0.1",
18 "react-router-dom": "^6.26.1", 20 "react-router-dom": "^6.26.1",
21 "tailwindcss": "^4.1.11",
19 "typescript": "^4.9.5", 22 "typescript": "^4.9.5",
20 "web-vitals": "^2.1.4" 23 "web-vitals": "^2.1.4"
21 }, 24 },