{ "name": "app", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "axios": "^1.6.7", "framer-motion": "^11.0.3", "moment": "^2.30.1", "next": "14.1.0", "react": "^18", "react-dom": "^18", "react-icons": "^5.0.1", "sass": "^1.70.0", "universal-cookie": "^7.0.1" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "typescript": "^5" } }