summaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-08-11 16:04:32 +0100
committerdiogo464 <[email protected]>2025-08-11 16:04:32 +0100
commitf4d8a26972728891de8bde4eeb94c80f027ce2d2 (patch)
tree3c8b9c25c2a1e3fab7a86f51922c39eb2ed93697 /frontend/package.json
parent32b008a9c0c8e0130ab10bc96ffea9232f9cf95a (diff)
basic v0 ui working
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json22
1 files changed, 17 insertions, 5 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 0852c78..d7922cf 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -9,19 +9,31 @@
9 "lint": "next lint" 9 "lint": "next lint"
10 }, 10 },
11 "dependencies": { 11 "dependencies": {
12 "@radix-ui/react-checkbox": "^1.3.2",
13 "@radix-ui/react-dialog": "^1.1.14",
14 "@radix-ui/react-dropdown-menu": "^2.1.15",
15 "@radix-ui/react-label": "^2.1.7",
16 "@radix-ui/react-progress": "^1.1.7",
17 "@radix-ui/react-slot": "^1.2.3",
18 "@radix-ui/react-toast": "^1.2.14",
19 "class-variance-authority": "^0.7.1",
20 "clsx": "^2.1.1",
21 "lucide-react": "^0.539.0",
22 "next": "15.4.6",
12 "react": "19.1.0", 23 "react": "19.1.0",
13 "react-dom": "19.1.0", 24 "react-dom": "19.1.0",
14 "next": "15.4.6" 25 "tailwind-merge": "^3.3.1"
15 }, 26 },
16 "devDependencies": { 27 "devDependencies": {
17 "typescript": "^5", 28 "@eslint/eslintrc": "^3",
29 "@tailwindcss/postcss": "^4",
18 "@types/node": "^20", 30 "@types/node": "^20",
19 "@types/react": "^19", 31 "@types/react": "^19",
20 "@types/react-dom": "^19", 32 "@types/react-dom": "^19",
21 "@tailwindcss/postcss": "^4",
22 "tailwindcss": "^4",
23 "eslint": "^9", 33 "eslint": "^9",
24 "eslint-config-next": "15.4.6", 34 "eslint-config-next": "15.4.6",
25 "@eslint/eslintrc": "^3" 35 "tailwindcss": "^4",
36 "tw-animate-css": "^1.3.6",
37 "typescript": "^5"
26 } 38 }
27} 39}