Files
graff.estate-nextjs-updated/package.json
T

47 lines
1.2 KiB
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": {
"countries-phone-masks": "^1.1.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.9",
"ky": "^1.4.0",
"libphonenumber-js": "^1.11.7",
"next": "14.2.5",
"react": "^18",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18",
"react-input-mask": "^2.0.4",
"react-phone-number-input": "^3.4.5",
"react-rangeslider": "^2.2.0",
"react-swipeable": "^7.0.1",
"react-transition-group": "^4.4.5",
"react-usestateref": "^1.0.9",
"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",
"@types/react-phone-number-input": "^3.1.37",
"@types/react-rangeslider": "^2.2.7",
"@types/react-transition-group": "^4.4.11",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}