add http-status-codes

This commit is contained in:
Lee 2022-11-15 03:32:40 +00:00
parent 3b1fe2f9f6
commit 395c9ac2a9
No known key found for this signature in database
GPG Key ID: 6EA25896ECCB3121
2 changed files with 12618 additions and 1 deletions

12611
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

@ -8,14 +8,17 @@
"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",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"ffprobe": "^1.1.2",
"ffprobe-static": "^3.1.0",
"http-status-codes": "^2.2.0",
"moment": "^2.29.4",
"mongoose": "^6.7.2",
"multer": "^1.4.5-lts.1",
@ -28,6 +31,9 @@
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"eslint": "^8.27.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-security": "^1.5.0",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4"
}