This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
imageify/package.json

31 lines
667 B
JSON
Raw Normal View History

2022-11-13 19:21:34 +00:00
{
"name": "imageify",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2022-11-13 19:37:29 +00:00
"@nextui-org/react": "^1.0.0-beta.10",
2022-11-13 20:20:35 +00:00
"bcrypt": "^5.1.0",
2022-11-13 19:21:34 +00:00
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
2022-11-13 20:20:35 +00:00
"mongoose": "^6.7.2",
"multer": "^1.4.5-lts.1",
2022-11-13 19:21:34 +00:00
"next": "13.0.3",
2022-11-13 19:37:29 +00:00
"next-auth": "^4.16.4",
"next-connect": "^0.13.0",
"node-cache": "^5.1.2",
2022-11-13 19:21:34 +00:00
"react": "18.2.0",
"react-dom": "18.2.0"
2022-11-13 19:37:29 +00:00
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4"
2022-11-13 19:21:34 +00:00
}
}