Initial commit from Create Next App

This commit is contained in:
Thomas Ruoff
2020-06-27 00:08:55 +02:00
commit 699df3415b
8 changed files with 7323 additions and 0 deletions

15
package.json Normal file
View File

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