diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package.json b/package.json index 22e56f1..952de01 100644 --- a/package.json +++ b/package.json @@ -11,9 +11,15 @@ }, "dependencies": { "@babel/preset-react": "^7.27.1", + "@radix-ui/react-aspect-ratio": "^1.1.7", + "@radix-ui/react-dialog": "^1.1.14", + "@radix-ui/react-navigation-menu": "^1.2.13", + "@radix-ui/react-separator": "^1.1.7", + "@radix-ui/react-slot": "^1.2.3", "@tailwindcss/vite": "^4.1.11", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", + "framer-motion": "^12.23.5", "lucide-react": "^0.525.0", "react": "^19.1.0", "react-dom": "^19.1.0", @@ -23,6 +29,7 @@ }, "devDependencies": { "@eslint/js": "^9.25.0", + "@tailwindcss/typography": "^0.5.16", "@types/node": "^24.0.13", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", @@ -31,6 +38,7 @@ "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", + "ogl": "^1.0.11", "tw-animate-css": "^1.3.5", "typescript": "~5.8.3", "typescript-eslint": "^8.30.1", |
