This commit is contained in:
Liam 2022-11-14 02:32:56 +00:00
parent f90589b955
commit f2d207e3bd
No known key found for this signature in database
GPG Key ID: 9A6D491A3FFF76E2

@ -1,34 +1,34 @@
{ {
"name": "imageify", "name": "imageify",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"@nextui-org/react": "^1.0.0-beta.10", "@nextui-org/react": "^1.0.0-beta.10",
"bcrypt": "^5.1.0", "bcrypt": "^5.1.0",
"child_process": "^1.0.2", "child_process": "^1.0.2",
"eslint": "8.27.0", "eslint": "8.27.0",
"eslint-config-next": "13.0.3", "eslint-config-next": "13.0.3",
"ffprobe": "^1.1.2", "ffprobe": "^1.1.2",
"ffprobe-static": "^3.1.0", "ffprobe-static": "^3.1.0",
"moment": "^2.29.4", "moment": "^2.29.4",
"mongoose": "^6.7.2", "mongoose": "^6.7.2",
"multer": "^1.4.5-lts.1", "multer": "^1.4.5-lts.1",
"next": "13.0.3", "next": "13.0.3",
"next-auth": "^4.16.4", "next-auth": "^4.16.4",
"next-connect": "^0.13.0", "next-connect": "^0.13.0",
"node-cache": "^5.1.2", "node-cache": "^5.1.2",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0" "react-dom": "18.2.0"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^10.4.13", "autoprefixer": "^10.4.13",
"postcss": "^8.4.19", "postcss": "^8.4.19",
"tailwindcss": "^3.2.4" "tailwindcss": "^3.2.4"
} }
} }