mytmux.life-website/package.json

32 lines
731 B
JSON

{
"name": "mytmux-life",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.454.0",
"next": "16.0.3",
"react": "19.2.0",
"react-dom": "19.2.0",
"shadcn": "latest",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "1.4.0"
},
"devDependencies": {
"@types/node": "^22",
"@types/react": "19.2.6",
"@types/react-dom": "19.2.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.5",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}