38 lines
897 B
JSON
38 lines
897 B
JSON
|
|
{
|
||
|
|
"name": "decap-stream",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"dev": "next dev",
|
||
|
|
"build": "next build",
|
||
|
|
"start": "next start",
|
||
|
|
"lint": "eslint"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@tabler/icons-react": "^3.40.0",
|
||
|
|
"class-variance-authority": "^0.7.1",
|
||
|
|
"clsx": "^2.1.1",
|
||
|
|
"lucide-react": "^0.577.0",
|
||
|
|
"nanoid": "^5.1.7",
|
||
|
|
"next": "^16.2.2",
|
||
|
|
"next-themes": "^0.4.6",
|
||
|
|
"radix-ui": "^1.4.3",
|
||
|
|
"react": "19.2.3",
|
||
|
|
"react-dom": "19.2.3",
|
||
|
|
"shadcn": "^4.0.3",
|
||
|
|
"tailwind-merge": "^3.5.0",
|
||
|
|
"tw-animate-css": "^1.4.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@tailwindcss/postcss": "^4",
|
||
|
|
"@types/node": "^20",
|
||
|
|
"@types/react": "^19",
|
||
|
|
"@types/react-dom": "^19",
|
||
|
|
"autoprefixer": "^10.4.27",
|
||
|
|
"eslint": "^9",
|
||
|
|
"eslint-config-next": "^16.2.2",
|
||
|
|
"postcss": "^8.5.9",
|
||
|
|
"tailwindcss": "^4.2.2",
|
||
|
|
"typescript": "^5"
|
||
|
|
}
|
||
|
|
}
|