{ "name": "forum", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "framer-motion": "^10.16.15", "next": "14.0.3", "react": "^18", "react-country-flag": "^3.1.0", "react-dom": "^18", "sass": "^1.69.5" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "14.0.3", "typescript": "^5" } }