-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 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
{
"dependencies": {
"@11ty/eleventy": "^1.0.2",
"@11ty/eleventy-img": "^2.0.1",
"moment": "^2.29.4"
},
"name": "joshsurber.github.io",
"description": "> March, 2016: If you're on an old version of Jekyll Now and run into a) build warnings or b) syntax highlighting issues caused by [Jekyll 3 and GitHub Pages updates](https://github.com/blog/2100-github-pages-now-faster-and-simpler-with-jekyll-3-0), just :sparkles:[update your _config.yml](https://github.com/barryclark/jekyll-now/pull/445/files):sparkles: and you'll be set!",
"version": "1.0.0",
"main": ".eleventy.js",
"scripts": {
"start": "eleventy --serve",
"build": "eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshsurber/joshsurber.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/joshsurber/joshsurber.github.io/issues"
},
"homepage": "https://github.com/joshsurber/joshsurber.github.io#readme",
"devDependencies": {
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0"
}
}