252a21beab
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 13.0.5 to 13.0.6. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v13.0.6/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
44 lines
942 B
JSON
44 lines
942 B
JSON
{
|
|
"name": "imageify",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.12"
|
|
},
|
|
"dependencies": {
|
|
"@nextui-org/react": "^1.0.0-beta.10",
|
|
"bcrypt": "^5.1.0",
|
|
"child_process": "^1.0.2",
|
|
"critters": "^0.0.16",
|
|
"eslint-config-next": "13.0.6",
|
|
"ffprobe": "^1.1.2",
|
|
"ffprobe-static": "^3.1.0",
|
|
"http-status-codes": "^2.2.0",
|
|
"moment": "^2.29.4",
|
|
"mongoose": "^6.7.5",
|
|
"multer": "^1.4.5-lts.1",
|
|
"next": "13.0.5",
|
|
"next-auth": "^4.17.0",
|
|
"next-connect": "^0.13.0",
|
|
"next-seo": "^5.14.1",
|
|
"node-cache": "^5.1.2",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"sharp": "^0.31.2"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.13",
|
|
"eslint": "^8.28.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-security": "^1.5.0",
|
|
"postcss": "^8.4.19",
|
|
"tailwindcss": "^3.2.4"
|
|
}
|
|
}
|