summaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-08-14 21:11:48 +0100
committerdiogo464 <[email protected]>2025-08-14 21:13:57 +0100
commite4917874be67de24f934e069b53e1726599c6cc5 (patch)
tree92079699e1f17e0a088d110f6ab19fb093ba3adf /frontend/package.json
parentf1edb3ce07ce5569718f6a899679e24f45349ce2 (diff)
frontend: improvements
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json
index d3762a2..3bd5610 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -6,7 +6,10 @@
6 "dev": "next dev --turbopack", 6 "dev": "next dev --turbopack",
7 "build": "next build", 7 "build": "next build",
8 "start": "next start", 8 "start": "next start",
9 "lint": "next lint" 9 "lint": "next lint",
10 "lint:fix": "next lint --fix",
11 "type-check": "tsc --noEmit",
12 "analyze": "ANALYZE=true next build"
10 }, 13 },
11 "dependencies": { 14 "dependencies": {
12 "@radix-ui/react-checkbox": "^1.3.2", 15 "@radix-ui/react-checkbox": "^1.3.2",