start over with nextjs

This commit is contained in:
Thomas Ruoff
2021-02-25 00:31:28 +01:00
parent 3a77e7f22b
commit 214d95d3d7
68 changed files with 3047 additions and 18576 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "pdfer",
"version": "2.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"json-fs-store": "^1.0.1",
"next": "latest",
"react": "^16.12.0",
"react-collapsible": "^2.8.3",
"react-dom": "^16.12.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"typescript": "4.0"
},
"license": "MIT"
}