obolus/www/package.json
dependabot[bot] e09d7fa51c
Bump next from 7.0.3 to 9.3.3 in /www
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>
2020-03-31 12:08:29 +00:00

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"
}
}