-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.44 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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "eleventeen",
"version": "9.2.25-beta.1",
"description": "Starter repository for a website built with Eleventy + eleventeen",
"type": "module",
"scripts": {
"build": "eleventy",
"build-ghpages": "eleventy --pathprefix=/eleventeen/",
"d": "eleventy --serve --quiet",
"start": "eleventy --serve --quiet",
"noisy": "eleventy --serve",
"bs": "eleventy && npx browser-sync '_site' --port 8080 --no-ghost-mode --no-notify --no-ui",
"debug": "DEBUG=Eleventy* eleventy",
"debugstart": "DEBUG=Eleventy* eleventy --serve --quiet",
"benchmark": "DEBUG=Eleventy:Benchmark* eleventy"
},
"repository": {
"type": "git",
"url": "https://github.com/rdela/eleventeen.git"
},
"author": {
"name": "Zach Leatherman",
"email": "zachleatherman@gmail.com",
"url": "https://zachleat.com/"
},
"contributors": [
"Ricky de Laveaga (https://rdela.com)"
],
"license": "MIT",
"engines": {
"node": ">=18"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/famebotstudios"
},
"bugs": {
"url": "https://github.com/rdela/eleventeen/issues"
},
"homepage": "https://eleventeen.blog/about/",
"devDependencies": {
"@11ty/eleventy": "3.0.0-beta.1",
"@11ty/eleventy-img": "^4.0.2",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-bundle": "^2.0.2",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@famebot/chromagen": "^1.0.1",
"luxon": "^3.4.4"
}
}