Initial commit from Create Next App

This commit is contained in:
Gift Egwuenu
2020-05-25 12:41:35 +01:00
commit 12026d947d
8 changed files with 5826 additions and 0 deletions

15
package.json Normal file
View File

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