{ "name": "portfolio", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "axios": "^0.21.1", "next": "10.0.8", "next-iron-session": "^4.1.12", "react": "17.0.1", "react-dom": "17.0.1", "react-icons": "^4.2.0", "sass": "^1.32.8" }, "devDependencies": { "@types/node": "^14.14.32", "@types/react": "^17.0.3", "typescript": "^4.2.3" } }