Initial commit from Create Next App

This commit is contained in:
2022-03-14 12:53:29 +00:00
commit 57402cd040
13 changed files with 1944 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "gacapi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"eslint": "8.11.0",
"eslint-config-next": "12.1.0"
}
}