From f2d207e3bdc87dfb7a1e741076f2bfc55a9640b3 Mon Sep 17 00:00:00 2001 From: Liam <67254223+RealFascinated@users.noreply.github.com> Date: Mon, 14 Nov 2022 02:32:56 +0000 Subject: [PATCH] idek --- package.json | 64 ++++++++++++++++++++++++++-------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/package.json b/package.json index 2c2302c..d89ed71 100644 --- a/package.json +++ b/package.json @@ -1,34 +1,34 @@ { - "name": "imageify", - "version": "0.1.0", - "private": true, - "scripts": { - "dev": "next dev", - "build": "next build", - "start": "next start", - "lint": "next lint" - }, - "dependencies": { - "@nextui-org/react": "^1.0.0-beta.10", - "bcrypt": "^5.1.0", - "child_process": "^1.0.2", - "eslint": "8.27.0", - "eslint-config-next": "13.0.3", - "ffprobe": "^1.1.2", - "ffprobe-static": "^3.1.0", - "moment": "^2.29.4", - "mongoose": "^6.7.2", - "multer": "^1.4.5-lts.1", - "next": "13.0.3", - "next-auth": "^4.16.4", - "next-connect": "^0.13.0", - "node-cache": "^5.1.2", - "react": "18.2.0", - "react-dom": "18.2.0" - }, - "devDependencies": { - "autoprefixer": "^10.4.13", - "postcss": "^8.4.19", - "tailwindcss": "^3.2.4" - } + "name": "imageify", + "version": "0.1.0", + "private": true, + "scripts": { + "dev": "next dev", + "build": "next build", + "start": "next start", + "lint": "next lint" + }, + "dependencies": { + "@nextui-org/react": "^1.0.0-beta.10", + "bcrypt": "^5.1.0", + "child_process": "^1.0.2", + "eslint": "8.27.0", + "eslint-config-next": "13.0.3", + "ffprobe": "^1.1.2", + "ffprobe-static": "^3.1.0", + "moment": "^2.29.4", + "mongoose": "^6.7.2", + "multer": "^1.4.5-lts.1", + "next": "13.0.3", + "next-auth": "^4.16.4", + "next-connect": "^0.13.0", + "node-cache": "^5.1.2", + "react": "18.2.0", + "react-dom": "18.2.0" + }, + "devDependencies": { + "autoprefixer": "^10.4.13", + "postcss": "^8.4.19", + "tailwindcss": "^3.2.4" + } }