Spaces:
Sleeping
Sleeping
| { | |
| "name": "sg", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev --turbopack", | |
| "build": "next build", | |
| "start": "next start -H 0.0.0.0", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "@radix-ui/react-slot": "^1.1.1", | |
| "@shadcn/ui": "^0.0.4", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "lucide-react": "^0.474.0", | |
| "next": "^15.1.6", | |
| "react": "^19.0.0", | |
| "react-dom": "^19.0.0", | |
| "tailwind-merge": "^3.0.1", | |
| "tailwindcss-animate": "^1.0.7" | |
| }, | |
| "devDependencies": { | |
| "@eslint/eslintrc": "^3", | |
| "eslint": "^9", | |
| "eslint-config-next": "15.1.6", | |
| "postcss": "^8", | |
| "tailwindcss": "^3.4.1" | |
| } | |
| } | |