mirror of
https://github.com/cupcakearmy/obolus.git
synced 2024-12-23 00:26:30 +00:00
e09d7fa51c
Bumps [next](https://github.com/zeit/next.js) from 7.0.3 to 9.3.3. - [Release notes](https://github.com/zeit/next.js/releases) - [Commits](https://github.com/zeit/next.js/compare/7.0.3...v9.3.3) Signed-off-by: dependabot[bot] <support@github.com>
21 lines
508 B
JSON
21 lines
508 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "npm install --silent && node server.js",
|
|
"dev:local": "npm install --silent && API_HOST=localhost node server.js",
|
|
"prod": "NODE_ENV=production node server.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"chart.js": "^2.8.0",
|
|
"http-proxy": "^1.17.0",
|
|
"js-cookie": "^2.2.0",
|
|
"next": "^9.3.3",
|
|
"next-cookies": "^1.0.4",
|
|
"react": "^16.7.0",
|
|
"react-dom": "^16.7.0",
|
|
"uhrwerk": "^1.0.0"
|
|
}
|
|
}
|