Files
pp-tcms/frontend/package.json
2025-08-06 22:26:38 +09:00

42 lines
1.1 KiB
JSON

{
"name": "unittcms-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 8000",
"build": "next build",
"start": "next start -p 8000",
"lint": "next lint"
},
"dependencies": {
"@heroui/react": "^2.6.11",
"@heroui/system": "^2.4.10",
"@heroui/theme": "^2.4.5",
"@react-aria/ssr": "^3.9.7",
"@react-aria/visually-hidden": "^3.8.19",
"@types/node": "22.13.5",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"apexcharts": "^4.5.0",
"autoprefixer": "10.4.20",
"boring-avatars": "^1.11.2",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"framer-motion": "^11.18.2",
"intl-messageformat": "^10.7.15",
"lucide-react": "^0.475.0",
"next": "^14.2.24",
"next-intl": "^3.26.5",
"next-themes": "^0.4.4",
"postcss": "8.5.3",
"react": "^18.3.1",
"react-apexcharts": "^1.7.0",
"react-arborist": "^3.4.3",
"react-dom": "18.3.1",
"sharp": "^0.33.5",
"tailwind-variants": "^0.3.1",
"tailwindcss": "^3.4.17",
"typescript": "5.7.3"
}
}