Initial commit server prototype
This commit is contained in:
parent
e9aaec2947
commit
5a120dce76
23 changed files with 4110 additions and 0 deletions
41
Prototype/server/package.json
Normal file
41
Prototype/server/package.json
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"name": "test",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"format": "prettier --write .",
|
||||
"dev": "concurrently \"nodemon\" \"nodemon -x tsoa spec-and-routes\"",
|
||||
"build": "tsoa spec-and-route && tsc",
|
||||
"preview": "node ./dist/app.js",
|
||||
"serve": "node ./dist/app.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@elastic/elasticsearch": "^8.10.0",
|
||||
"@tsoa/runtime": "^5.0.0",
|
||||
"@types/cors": "^2.8.16",
|
||||
"@types/jsonwebtoken": "^9.0.5",
|
||||
"@types/multer": "^1.4.10",
|
||||
"concurrently": "^8.2.2",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.3.1",
|
||||
"express": "^4.18.2",
|
||||
"fast-jwt": "^3.3.1",
|
||||
"minio": "^7.1.3",
|
||||
"multer": "1.4.5-lts.1",
|
||||
"prettier": "^3.1.0",
|
||||
"swagger-ui-express": "^5.0.0",
|
||||
"tsoa": "^5.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/node": "^20.9.0",
|
||||
"@types/swagger-ui-express": "^4.1.6",
|
||||
"nodemon": "^3.0.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.2.2"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue