Files
salmakisotel/package.json
2026-04-15 22:37:39 +03:00

31 lines
640 B
JSON

{
"name": "salhotel",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"cloudinary": "^2.9.0",
"dotenv": "^17.4.2",
"framer-motion": "^12.38.0",
"lenis": "^1.3.23",
"next": "16.2.3",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.3",
"tailwindcss": "^4",
"typescript": "^5"
}
}