add http-status-codes
This commit is contained in:
parent
3b1fe2f9f6
commit
395c9ac2a9
12611
package-lock.json
generated
Normal file
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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user