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": {
|
2021-09-05 16:12:45 +10:00
|
|
|
"@zeit/next-css": "^1.0.1",
|
2020-12-06 21:49:37 +11:00
|
|
|
"@zeit/next-less": "^1.0.1",
|
2021-09-05 16:12:45 +10:00
|
|
|
"bootstrap": "^4.6.0",
|
2022-06-12 15:12:28 +10:00
|
|
|
"feed": "^4.2.2",
|
2022-06-17 21:57:06 +10:00
|
|
|
"fs": "^0.0.1-security",
|
2021-09-05 16:12:45 +10:00
|
|
|
"less": "^3.13.1",
|
|
|
|
|
"mdbreact": "^5.1.0",
|
|
|
|
|
"next": "^10.2.3",
|
|
|
|
|
"next-compose-plugins": "^2.2.1",
|
|
|
|
|
"next-fonts": "^1.5.1",
|
|
|
|
|
"next-images": "^1.8.1",
|
|
|
|
|
"postcss": "^8.3.6",
|
2022-06-17 21:57:06 +10:00
|
|
|
"prettier": "^2.7.1",
|
2022-06-12 15:12:28 +10:00
|
|
|
"qs": "^6.10.3",
|
2020-12-06 21:49:37 +11:00
|
|
|
"react": "^16.14.0",
|
2021-09-05 16:12:45 +10:00
|
|
|
"react-bootstrap": "^1.6.1",
|
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",
|
2021-09-05 16:12:45 +10:00
|
|
|
"react-h5-audio-player": "^3.7.1",
|
2021-02-04 14:27:14 +11:00
|
|
|
"react-paginate": "^6.5.0",
|
2021-09-29 21:25:05 +10:00
|
|
|
"react-router-dom": "^5.2.1",
|
2022-06-13 18:20:35 +10:00
|
|
|
"rss-parser": "^3.12.0",
|
|
|
|
|
"sharp": "^0.30.6"
|
2020-12-06 21:49:37 +11:00
|
|
|
}
|
|
|
|
|
}
|