major tidy

This commit is contained in:
MrFry 2020-03-08 10:44:31 +01:00
parent 67b1fa2d37
commit c19f24de87
24 changed files with 339 additions and 17 deletions

View file

@ -4,7 +4,10 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next build && next export"
},
"keywords": [],
"author": "",
@ -12,11 +15,7 @@
"dependencies": {
"next": "^9.2.2",
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
"react-dom": "^16.13.0",
"unfetch": "^4.1.0"
}
}