-
Notifications
You must be signed in to change notification settings - Fork 247
/
package.json
51 lines (51 loc) · 1.26 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "codewithdan",
"version": "1.0.0",
"description": "Code with Dan site",
"author": "Dan Wahlin",
"main": "server.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DanWahlin/CodeWithDanDockerServices.git"
},
"scripts": {
"start": "node server.js"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@handlebars/allow-prototype-access": "^1.0.5",
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"csurf": "^1.11.0",
"express": "^4.18.2",
"express-convention-routes": "^1.0.6",
"express-handlebars": "^7.1.2",
"handlebars": "^4.7.8",
"handlebars-helpers": "^0.10.0",
"handlebars-layouts": "^3.1.4",
"merge": "^2.1.1",
"moment": "^2.29.4",
"mongoose": "^7.5.1",
"morgan": "^1.10.0",
"readline": "1.3.0",
"redis": "^4.6.8",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"@babel/core": "^7.22.19",
"@babel/preset-env": "^7.22.15",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^4.0.1",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2"
}
}