You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
546 B
26 lines
546 B
{
|
|
"name": "bunnyleaderboard",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "node server.js",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.23.0",
|
|
"bootstrap": "^5.1.3",
|
|
"next": "11.1.2",
|
|
"react": "17.0.2",
|
|
"react-bootstrap": "^2.0.0",
|
|
"react-bootstrap-icons": "^1.6.1",
|
|
"react-dom": "17.0.2",
|
|
"rgt": "^1.0.7",
|
|
"swr": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.1.0",
|
|
"eslint-config-next": "11.1.2"
|
|
}
|
|
}
|
|
|