angrybeanie-front-end/package.json

23 lines
518 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": {
"@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"
}
}