Files
PakStay/package.json

31 lines
694 B
JSON

{
"name": "hotels",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "biome check",
"format": "biome format --write"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@phosphor-icons/react": "^2.1.10",
"gsap": "^3.13.0",
"lucide-react": "^0.546.0",
"next": "15.5.5",
"react": "19.1.0",
"react-dom": "19.1.0"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
}
}