-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 951 Bytes
/
package.json
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
{
"name": "simva-front",
"description": "Simva, AKA Simple Validator, AKA SurveyManager is the evolution of a tool created to integrate and ease the task of validating serious games using pre-post surveys as a control point. This version allows to create more complex studies with more variety of activities and different allocations.",
"version": "1.0.0",
"scripts": {
"start": "node bin/www",
"dev": "nodemon --inspect=0.0.0.0:9229 bin/www"
},
"dependencies": {
"body-parser": "1.20.3",
"cookie-parser": "1.3.5",
"ejs": "^3.1.10",
"express": "4.21.0",
"express-ejs-extend": "^0.0.1",
"express-fileupload": "1.4.0",
"express-session": "1.15.6",
"html": "^1.0.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^5.7.8",
"connect-mongo": "3",
"passport": "^0.6.0",
"passport-keycloak-oauth2-oidc": "^1.0.3",
"axios": "^1.7.4"
},
"devDependencies": {
"nodemon": "^3.1.4"
}
}