-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
34 lines (34 loc) · 899 Bytes
/
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
{
"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": "gulp cssExport && resume export resume.pdf --theme .",
"dev": "gulp"
},
"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-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"
}
}