ohn/package.json
2025-03-02 19:08:32 +07:00

31 lines
662 B
JSON

{
"name": "ohc-home",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.3",
"motion": "^10.18.0",
"next": "14.2.21",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/node": "22.0.0",
"@types/react": "18.3.3",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}