{ "name": "angrybeanie_frontend", "version": "0.0.1", "description": "The frontend for the angrybeanie website", "main": "index.js", "scripts": { "dev": "NODE_OPTIONS='--inspect' next", "build": "next build", "start": "next start" }, "author": "James Purser", "license": "ISC", "dependencies": { "@zeit/next-less": "^1.0.1", "bootstrap": "^4.5.3", "less": "^3.13.0", "next": "^10.0.3", "next-images": "^1.6.2", "react": "^16.14.0", "react-bootstrap": "^1.4.0", "react-dom": "^16.14.0", "react-ga": "^3.3.0", "react-h5-audio-player": "^3.5.0", "react-paginate": "^6.5.0", "react-router-dom": "^5.2.0" } }