-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 850 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
29
30
31
32
33
34
35
{
"name": "carikerja",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "eslint --ignore-path .gitignore ."
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"ejs": "^3.1.5",
"eslint": "^7.8.1",
"eslint-config-strongloop": "^2.1.0",
"express": "^4.16.4",
"express-flash": "0.0.2",
"express-session": "^1.17.1",
"http-errors": "~1.6.3",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"mocha": "^8.1.3",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"mysql2": "^2.1.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pug": "2.0.0-beta11",
"sequelize": "^6.3.4"
}
}