mirror of
https://github.com/dstotijn/hetty
synced 2024-11-10 06:04:19 +00:00
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.4.4",
|
|
"react": "16.13.1",
|
|
"react-dom": "16.13.1"
|
|
}
|
|
}
|