{ "name": "swapit", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "next dev", "prod": "next dev", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@fortawesome/free-solid-svg-icons": "^6.5.1", "@fortawesome/react-fontawesome": "^0.2.0", "google-drive-picker": "^1.1.28", "googleapis": "^129.0.0", "next": "14.0.4", "next-auth": "^4.24.5", "react": "^18", "react-dom": "^18", "react-toastify": "^9.1.3" } }