streamin-fe/package.json

34 lines
741 B
JSON
Raw Normal View History

2026-04-20 02:46:57 +00:00
{
"name": "streamin-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
2026-04-20 03:31:55 +00:00
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.8.0",
2026-04-20 02:46:57 +00:00
"next": "16.2.4",
2026-04-20 03:31:55 +00:00
"radix-ui": "^1.4.3",
2026-04-20 02:46:57 +00:00
"react": "19.2.4",
2026-04-20 03:31:55 +00:00
"react-dom": "19.2.4",
"shadcn": "^4.3.0",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0"
2026-04-20 02:46:57 +00:00
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"tailwindcss": "^4",
"typescript": "^5"
}
}