angrybeanie-front-end/package.json

37 lines
929 B
JSON
Raw Normal View History

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",
"feed": "^4.2.2",
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",
"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",
"react-router-dom": "^5.2.1",
"rss-parser": "^3.12.0",
"sharp": "^0.30.6"
2020-12-06 21:49:37 +11:00
}
}