{ "name": "bsd-sy", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@radix-ui/react-slot": "^1.1.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "framer-motion": "^11.14.3", "fs": "^0.0.1-security", "lucide-react": "^0.468.0", "next": "14.2.16", "react": "^18", "react-dom": "^18", "tailwind-merge": "^2.5.5", "tailwindcss-animate": "^1.0.7", "yaml": "^2.6.1" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "14.2.16", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }