42 lines
1.1 KiB
JSON
Executable file
42 lines
1.1 KiB
JSON
Executable file
{
|
|
"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": {
|
|
"@socialgouv/matomo-next": "^1.6.1",
|
|
"@zeit/next-css": "^1.0.1",
|
|
"@zeit/next-less": "^1.0.1",
|
|
"bootstrap": "^4.6.0",
|
|
"eslint-config-next": "^13.4.3",
|
|
"feed": "^4.2.2",
|
|
"fs": "^0.0.1-security",
|
|
"html-find-replace-element-attrs": "^1.0.0",
|
|
"less": "^3.13.1",
|
|
"mdbreact": "^5.1.0",
|
|
"next": "^13.4.3",
|
|
"next-compose-plugins": "^2.2.1",
|
|
"next-fonts": "^1.5.1",
|
|
"next-images": "^1.8.1",
|
|
"postcss": "^8.3.6",
|
|
"prettier": "^2.7.1",
|
|
"qs": "^6.10.3",
|
|
"react": "^18.2.0",
|
|
"react-bootstrap": "^1.6.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-ga": "^3.3.0",
|
|
"react-h5-audio-player": "^3.7.1",
|
|
"react-paginate": "^6.5.0",
|
|
"react-router-dom": "^5.2.1",
|
|
"rss-parser": "^3.12.0",
|
|
"sharp": "^0.30.6",
|
|
"swiper": "^8.3.1"
|
|
}
|
|
}
|