-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (38 loc) · 1.46 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-orbit",
"version": "3.0.0",
"description": "Theme for JSON Resume based on Orbit design by xriley",
"author": "XuluWarrior",
"repository": {
"type": "git",
"url": "https://github.com/XuluWarrior/jsonresume-theme-orbit.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/XuluWarrior/jsonresume-theme-orbit/issues"
},
"homepage": "https://github.com/XuluWarrior/jsonresume-theme-orbit",
"scripts": {
"serve": "resume serve --theme . --resume=example-resume.json",
"build:example": "resume export example-resume.html --theme . --resume=example-resume.json --force",
"build:styles:1": "lessc assets/less/default/styles.less assets/css/styles-1.css",
"build:styles:2": "lessc assets/less/theme-2/styles.less assets/css/styles-2.css",
"build:styles:3": "lessc assets/less/theme-3/styles.less assets/css/styles-3.css",
"build:styles:4": "lessc assets/less/theme-4/styles.less assets/css/styles-4.css",
"build:styles:5": "lessc assets/less/theme-5/styles.less assets/css/styles-5.css",
"build:styles:6": "lessc assets/less/theme-6/styles.less assets/css/styles-6.css",
"release:prepare": "git checkout master && git pull && npm version patch -m \"Release: %s\""
},
"dependencies": {
"handlebars": "^4.1.2",
"handlebars-utils": "^1.0.6",
"marked": "^14.1.0"
},
"devDependencies": {
"less": "^4.0.0"
},
"engineStrict": true,
"engines": {
"node": ">=14"
}
}