-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1.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
41
42
43
44
45
46
{
"name": "harvey-williams-personal-site",
"version": "0.1.1",
"description": "The portfolio website built by and for Harvey Williams which uses Node.",
"contributors": [
{
"name": "Harvey Williams"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Harvzor/portfolio"
},
"scripts": {
"start": "gulp --silent",
"build": "gulp build"
},
"dependencies": {
"bunyan": "^1.8.12",
"ejs": "^2.5.9",
"express": "^4.16.3",
"express-ejs-layouts": "^2.4.0",
"marked": "^0.3.19"
},
"devDependencies": {
"@types/bunyan": "^1.8.5",
"@types/node": "^10.12.21",
"blessed": "^0.1.81",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-cssnano": "^2.1.3",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-typescript": "^5.0.0",
"gulp-uglify": "^3.0.0",
"gulp-wait": "0.0.2",
"node-notifier": "^5.2.1",
"nodemon": "^1.17.3",
"play-sound": "^1.1.3",
"tail": "^2.0.1",
"typescript": "^3.3.1"
}
}