-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.69 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"author": "Anthony Dellavecchia",
"name": "@anthonyjdella/jsonresume-theme-anthonyjdella-caffeine",
"description": "Caffeine theme for JSON Resume",
"version": "1.0.5",
"keywords": [
"json",
"resume",
"jsonresume",
"json-resume"
],
"repository": {
"type": "git",
"url": "https://github.com/anthonyjdella/customized-jsonresume-theme-caffeine"
},
"license": "MIT",
"scripts": {
"start": "npx gulp && npx resume serve --theme .",
"build": "mkdir -p public && resume export public/index.html --theme \"$(pwd)\"",
"export": "npx gulp && npx resume export resume --format pdf --theme ."
},
"devDependencies": {
"browser-sync": "^2.18.5",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-cache": "^1.1.3",
"gulp-cli": "^2.2.0",
"gulp-concat": "^2.6.1",
"gulp-cssimport": "^7.0.0",
"gulp-csso": "^4.0.1",
"gulp-filter": "^6.0.0",
"gulp-flatten": "^0.4.0",
"gulp-handlebars": "^5.0.2",
"gulp-hub": "^4.2.0",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^6.2.0",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^2.0.1",
"gulp-plumber": "^1.1.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^5.1.0",
"gulp-serve": "^1.4.0",
"gulp-size": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^4.0.0",
"gulp-wrap": "^0.15.0",
"jshint-stylish": "^2.2.1",
"lazypipe": "^1.0.1",
"opn": "^6.0.0",
"require-dir": "^1.2.0",
"sass": "^1.56.0",
"serve-index": "^1.8.0",
"yargs": "^15.0.2"
},
"dependencies": {
"address-format": "0.0.3",
"handlebars": "^4.0.5",
"handlebars-wax": "^6.1.0",
"moment": "^2.17.1",
"resume-cli": "2.2.4",
"swag": "^0.7.0"
}
}