2020-12-06 21:49:37 +11:00
|
|
|
{
|
|
|
|
|
"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",
|
2021-02-04 14:27:14 +11:00
|
|
|
"less": "^3.13.0",
|
|
|
|
|
"next": "^10.0.3",
|
|
|
|
|
"next-images": "^1.6.2",
|
2020-12-06 21:49:37 +11:00
|
|
|
"react": "^16.14.0",
|
2021-02-04 14:27:14 +11:00
|
|
|
"react-bootstrap": "^1.4.0",
|
2020-12-06 21:49:37 +11:00
|
|
|
"react-dom": "^16.14.0",
|
2021-02-04 14:27:14 +11:00
|
|
|
"react-ga": "^3.3.0",
|
|
|
|
|
"react-h5-audio-player": "^3.5.0",
|
|
|
|
|
"react-paginate": "^6.5.0",
|
|
|
|
|
"react-router-dom": "^5.2.0"
|
2020-12-06 21:49:37 +11:00
|
|
|
}
|
|
|
|
|
}
|