-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 916 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 916 Bytes
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
{
"name": "web",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"build": "tsc && gulp"
},
"dependencies": {
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "~4.15.2",
"hbs": "~4.0.1",
"morgan": "~1.8.1",
"serve-favicon": "~2.4.2"
},
"devDependencies": {
"@types/body-parser": "^1.16.3",
"@types/cookie-parser": "^1.3.30",
"@types/express": "^4.0.35",
"gulp": "^3.9.1",
"typescript": "^2.3.4",
"bootstrap-sass": "^3.3.7",
"bootswatch-sass": "^3.2.0",
"browserify": "^14.3.0",
"gulp-cssmin": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "3.1.0",
"gulp-uglify": "^3.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"jquery": "^2.2.4",
"jquery-validation": "^1.14.0",
"jquery-validation-unobtrusive": "^3.2.6"
}
}