Files
asset-homepage/package.json

32 lines
756 B
JSON

{
"name": "asset-homepage",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "./scripts/dev.sh",
"dev:kill": "pkill -f 'next dev' || pkill -f 'next-server' || true",
"build": "next build",
"start": "next start -p 3002",
"lint": "next lint"
},
"dependencies": {
"@heroui/react": "^2.8.7",
"@heroui/theme": "^2.4.25",
"framer-motion": "^12.29.2",
"next": "^15.1.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.23",
"eslint": "^8",
"eslint-config-next": "^15.1.4",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"typescript": "^5"
}
}