-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 898 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 898 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
{
"name": "hussard-resume",
"version": "1.0.0",
"description": "",
"main": "src/base.json",
"scripts": {
"hackmyresume:build": "hackmyresume -d build src/base.json TO dist/base.html --theme ./src/fresh-theme-henlo",
"hackmyresume:dist": "hackmyresume build src/base.json src/private-*.json TO dist/resume.html --theme ./src/fresh-theme-henlo && node ./scripts/generate-pdf.js ./dist/resume.html ./dist/resume.pdf",
"dev": "yarn hackmyresume:build && yarn dev:browser-sync",
"dev:browser-sync": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"axios": "0.21.2",
"browser-sync": "^2.26.5",
"gulp": "^4.0.2",
"gulp-flatten": "^0.4.0",
"hackmyresume": "1.9.0-beta",
"lodash": "4.17.21"
},
"dependencies": {
"minimist": "^1.2.6",
"puppeteer": "^1.19.0"
}
}