mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-28 04:45:36 -04:00
initial commit
This commit is contained in:
parent
5c09c5a22f
commit
e89fb616e7
14 changed files with 1977 additions and 0 deletions
23
file-uploader/package.json
Normal file
23
file-uploader/package.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "file-uploader",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"@prisma/client": "^6.5.0",
|
||||
"ejs": "^3.1.10",
|
||||
"express": "^5.1.0",
|
||||
"express-session": "^1.18.1",
|
||||
"express-validator": "^7.2.1",
|
||||
"passport": "^0.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prisma": "^6.5.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue