32 lines
734 B
JSON
32 lines
734 B
JSON
{
|
|
"name": "mycostack-website",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"geist": "^1.3.1",
|
|
"lucide-react": "^0.454.0",
|
|
"next": "^15.3.3",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"tailwind-merge": "^2.5.5"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.9",
|
|
"@types/node": "^22.15.0",
|
|
"@types/react": "^19.1.0",
|
|
"@types/react-dom": "^19.1.0",
|
|
"postcss": "^8.5.4",
|
|
"tailwindcss": "^4.1.9",
|
|
"tw-animate-css": "^1.3.3",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|