-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1.05 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
{
"scripts": {
"clean": "rimraf _site",
"build:resume": "mkdir _site && resume export _site/resume.html --theme pureooze",
"build": "npm run build:resume && npx @11ty/eleventy",
"watch": "npm run clean && npm run build:resume && npx @11ty/eleventy --serve",
"start": "npm run watch"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0-alpha.5",
"@11ty/eleventy-img": "^4.0.2",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-bundle": "^1.0.5",
"@11ty/eleventy-plugin-inclusive-language": "^1.0.3",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@shikijs/markdown-it": "^1.2.4",
"eleventy-plugin-toc": "^1.1.5",
"jsonresume-theme-pureooze": "github:pureooze/jsonresume-theme-pureooze#v1.0.0",
"jsonresume-theme-macchiato": "^1.1.0",
"jsonresume-theme-stackoverflow": "^2.0.2",
"markdown-it-anchor": "^8.6.7",
"markdown-it-footnote": "^4.0.0",
"resume-cli": "^3.0.8",
"rimraf": "^5.0.5",
"shiki": "^1.2.4"
},
"type": "module"
}