Initial commit from Create Next App

This commit is contained in:
Stevan Freeborn
2023-04-07 21:33:32 -05:00
commit 15058b3908
15 changed files with 6149 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "onspring-api-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"next": "13.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.0.4"
}
}