29 lines
623 B
JSON
29 lines
623 B
JSON
|
{
|
||
|
"name": "book-builder",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "next dev",
|
||
|
"build": "next build",
|
||
|
"start": "next start",
|
||
|
"lint": "next lint"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"multer": "^1.4.4",
|
||
|
"next": "12.0.10",
|
||
|
"next-connect": "^0.12.1",
|
||
|
"react": "17.0.2",
|
||
|
"react-dom": "17.0.2",
|
||
|
"react-dropzone": "^12.0.1",
|
||
|
"react-select": "^5.2.2",
|
||
|
"write-yaml-file": "^4.2.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/multer": "^1.4.7",
|
||
|
"@types/node": "17.0.16",
|
||
|
"@types/react": "17.0.39",
|
||
|
"eslint": "8.8.0",
|
||
|
"eslint-config-next": "12.0.10",
|
||
|
"typescript": "4.5.5"
|
||
|
}
|
||
|
}
|