forked from lorenzodalaqua/jsonresume-theme-autumn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.13 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
{
"name": "jsonresume-theme-autumn",
"version": "1.0.1",
"description": "Autumn theme for the JSON Resume Project",
"author": "Lorenzo Dal'Aqua",
"repository": {
"type": "git",
"url": "https://github.com/lorenzodalaqua/jsonresume-theme-autumn"
},
"scripts": {
"start": "resume serve --theme .",
"export-html": "yarn resume export public/index.html --format=html --theme .",
"export-pdf": "gulp cssExport && resume export public/resume-Greg-Stevens.pdf --theme .",
"dev": "gulp",
"build": "yarn export-html && yarn export-pdf",
"deploy-prod": "vercel build --prod && vercel deploy --prebuilt --prod"
},
"license": "MIT",
"dependencies": {
"country-code-lookup": "0.0.20",
"date-fns": "^2.28.0",
"handlebars": "^4.7.7",
"handlebars-wax": "^6.1.0"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-webserver": "^0.9.1",
"postcss": "^8.4.5",
"resume-cli": "^3.0.5",
"tailwindcss": "^3.0.13"
}
}