22 lines
518 B
JSON
22 lines
518 B
JSON
{
|
|
"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.12.2",
|
|
"next": "^9.4.4",
|
|
"react": "^16.14.0",
|
|
"react-dom": "^16.14.0",
|
|
"reactstrap": "^8.7.1"
|
|
}
|
|
}
|