-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "project-registration",
"version": "1.0.0",
"description": "A minimal Electron application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "pm2-runtime start ecosystem.config.js --env production",
"dev": "node index.js"
},
"keywords": [
"express",
"project_registration",
"mysql",
"store_procedure"
],
"author": "Trinh Dai Phuc",
"license": "ISC",
"devDependencies": {},
"dependencies": {
"body-parser": "^1.20.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.4",
"dotenv": "^8.2.0",
"express": "^4.18.2",
"express-handlebars": "^5.3.1",
"express-handlebars-paginate": "^1.0.3",
"express-session": "^1.17.0",
"fs": "0.0.1-security",
"handlebars": "^4.7.7",
"handlebars.moment": "^1.0.4",
"hbs": "^4.2.0",
"method-override": "^3.0.0",
"morgan": "^1.9.1",
"mysql2": "^3.9.7",
"path": "^0.12.7",
"pm2": "^5.2.0",
"socket.io": "^2.5.0"
}
}