mirror of
https://github.com/dstotijn/hetty
synced 2025-02-18 13:18:29 +00:00
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>
16 lines
313 B
JSON
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"
|
|
}
|
|
}
|