{ "name": "parafiaborzeta", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "framer-motion": "^11.2.10", "next": "14.2.3", "react": "^18", "react-dom": "^18", "styled-components": "^6.1.11" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "@types/react-transition-group": "^4.4.10", "@types/styled-components": "^5.1.34", "eslint": "^8", "eslint-config-next": "14.2.3", "typescript": "^5" } }