-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.35 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.35 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"scripts": {
"dev": "nodemon",
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"author": "Hamza BOUKHTAM",
"license": "ISC",
"private": true,
"dependencies": {
"await-to-js": "^2.0.1",
"babel-loader": "7.1.4",
"bcrypt": "^3.0.0",
"compression": "^1.7.3",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"debug": "^3.1.0",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"handlebars": "^4.0.12",
"handlebars-loader": "^1.7.0",
"hbs": "^4.0.5",
"helmet": "^3.21.1",
"jquery": "^3.3.1",
"jsonwebtoken": "^8.3.0",
"mongoose": "^5.2.13",
"morgan": "^1.9.0",
"parse-error": "^0.2.0",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"slugify": "^1.3.1",
"staticify": "^3.0.0",
"useragent": "^2.3.0",
"validator": "^10.7.1",
"snyk": "^1.189.0"
},
"devDependencies": {
"@types/handlebars": "^4.0.39",
"@types/jquery": "^3.3.6",
"babel-core": "6.26.3",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0",
"webpack-dev-middleware": "^3.2.0",
"webpack-hot-middleware": "^2.23.1",
"webpack-node-externals": "^1.7.2"
},
"snyk": true
}