Initial commit from Create Next App

This commit is contained in:
sct
2020-08-15 07:41:44 +00:00
commit a1eb9c0048
11 changed files with 5095 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "overseer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "9.5.2",
"react": "16.13.1",
"react-dom": "16.13.1"
}
}