formidabel

This commit is contained in:
Timur Ercan
2023-01-23 16:32:19 +01:00
parent 90a18a46b7
commit a011ff146d
2 changed files with 117 additions and 0 deletions

View File

@ -15,6 +15,7 @@
"@heroicons/react": "^2.0.13",
"@tailwindcss/forms": "^0.5.3",
"@types/bcryptjs": "^2.4.2",
"@types/filesystem": "^0.0.32",
"@types/node": "18.11.9",
"@types/react-dom": "18.0.9",
"avatar-from-initials": "^1.0.3",
@ -23,6 +24,7 @@
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"file-loader": "^6.2.0",
"formidable": "^3.2.5",
"install": "^0.13.0",
"next": "13.0.3",
"next-auth": "^4.18.3",
@ -37,6 +39,7 @@
"typescript": "4.8.4"
},
"devDependencies": {
"@types/formidable": "^2.0.5",
"@types/react-pdf": "^6.2.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",