-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 879 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "fecon",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"client": "npm start --prefix frontend"
},
"author": "",
"license": "ISC",
"dependencies": {
"@hapi/joi": "^17.1.1",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"config": "3.3.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dicom-microscopy-viewer": "^0.44.0",
"dotenv": "^16.0.0",
"ejs": "^3.1.7",
"express": "^4.18.0",
"express-session": "^1.17.2",
"hjs": "^0.0.6",
"hogan-middleware": "^0.2.2",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.3.1",
"multer": "^1.4.4",
"mustache": "^4.2.0",
"mustache-express": "^1.3.2",
"uuid": "^8.3.2",
"website-scraper": "^5.3.1"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}