Files
graff.estate-nextjs-updated/package.json
T
2024-07-23 18:49:07 +05:00

34 lines
744 B
JSON

{
"name": "graff.estate-nextjs-updated",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"framer-motion": "^11.3.9",
"ky": "^1.4.0",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"react-input-mask": "^2.0.4",
"usehooks-ts": "^3.1.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-input-mask": "^3.0.5",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}