-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.99 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
64
65
66
67
68
69
{
"author": "Wilson Espina",
"name": "jsonresume-theme-wilson",
"description": "Wilson's theme for JSON Resume",
"version": "2.0.1",
"keywords": [
"json",
"resume",
"jsonresume",
"json-resume"
],
"repository": {
"type": "git",
"url": "https://github.com/wilsonespina/jsonresume-theme-wilson-cv"
},
"license": "MIT",
"scripts": {
"build": "npx gulp && npm run main",
"build:pdf": "",
"main": "npx resume export docs/index --format html --theme .",
"routes": "npx resume export docs/covering-letter/index --format html --theme .",
"start": "export NODE_ENV=RESUME_SERVE_MODE && npx gulp && npx resume serve --theme . --dir docs",
"dev": "nodemon --ext js,hbs,scss,css,json",
"watch": "nodemon -e scss -x 'npm run css'",
"css": "node-sass --include-path scss ./app/styles/main.scss ./docs/styles/main.css"
},
"devDependencies": {
"del": "^5.1.0",
"express": "^4.18.2",
"express-handlebars": "^6.0.6",
"handlebars": "^4.7.7",
"node-sass": "^7.0.3",
"nodemon": "^2.0.20",
"sass": "^1.55.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": "^4.0.2",
"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",
"lazypipe": "^1.0.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"address-format": "0.0.3",
"handlebars": "^4.7.7",
"handlebars-wax": "^6.1.0",
"moment": "^2.29.4",
"node-sass-middleware": "^1.0.1",
"resume-cli": "3.0.8",
"swag": "^0.7.0"
}
}