Files
AnimeTV-Frontend/package.json
Rafi Arrafif 28d81d9792 💩 create hero UI wrapper
still need fix or downgrade tailwind to v3
2025-07-09 09:58:01 +07:00

40 lines
879 B
JSON

{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"commit": "bunx git-cz",
"push": "bun ./scripts/git-multipush.ts"
},
"dependencies": {
"@heroui/react": "^2.7.11",
"commitizen": "^4.3.1",
"cz-emoji": "^1.3.2-canary.2",
"framer-motion": "^12.23.0",
"next": "15.3.5",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.3.5",
"@eslint/eslintrc": "^3"
},
"config": {
"commitizen": {
"path": "cz-emoji"
}
}
}