hetty/admin/package.json
dependabot[bot] a8c0b1686d
Bump next from 9.1.4 to 9.3.2 in /admin
Bumps [next](https://github.com/zeit/next.js) from 9.1.4 to 9.3.2.
- [Release notes](https://github.com/zeit/next.js/releases)
- [Commits](https://github.com/zeit/next.js/compare/v9.1.4...v9.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-31 21:36:24 +00:00

16 lines
313 B
JSON

{
"name": "gurp-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export -o build"
},
"dependencies": {
"next": "9.3.2",
"react": "16.12.0",
"react-dom": "16.12.0"
}
}