forked from 11ty/11ty-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.92 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
52
53
54
55
56
57
58
59
60
61
{
"name": "@11ty/website",
"version": "1.0.2",
"description": "The website of 11ty.dev",
"main": "_site/index.html",
"scripts": {
"assets": "cp node_modules/@11ty/logo/logo.png .",
"links-external": "hyperlink -r --root _site --canonicalroot https://11ty.dev/ --skip '/.netlify/functions' _site/*.html | tap-spot",
"links-internal": "hyperlink -ri --root _site --canonicalroot https://11ty.dev/ --skip '/.netlify/functions' _site/*.html | tap-spot",
"build": "eleventy",
"build-production": "node node-avatars.js && ELEVENTY_PRODUCTION=true eleventy",
"postbuild-production": "npm run links-internal"
},
"repository": {
"type": "git",
"url": "git+https://github.com/11ty/11ty-website.git"
},
"author": {
"name": "Zach Leatherman",
"email": "[email protected]",
"url": "https://zachleat.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/11ty/11ty-website/issues"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/11ty"
},
"homepage": "https://github.com/11ty/11ty-website#readme",
"devDependencies": {
"@11ty/eleventy": "^0.10.0",
"@11ty/eleventy-navigation": "^0.1.4",
"@11ty/eleventy-plugin-rss": "^1.0.7",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1",
"avatar-local-cache": "^2.0.3",
"clean-css": "^4.2.1",
"dotenv": "^8.2.0",
"flat-cache": "^2.0.1",
"fs-extra": "^8.1.0",
"html-minifier": "^3.5.21",
"human-readable-numbers": "^0.9.5",
"hyperlink": "^4.4.3",
"lodash.defer": "^4.1.0",
"luxon": "^1.21.3",
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^5.0.2",
"markdown-it-table-of-contents": "^0.4.4",
"node-fetch": "^2.3.0",
"slugify": "^1.3.4",
"sorted-object": "^2.0.1",
"tap-spot": "^1.1.1",
"terser": "^4.4.0"
},
"dependencies": {
"@11ty/logo": "^2.0.2",
"instant.page": "^1.2.2",
"prismjs": "^1.16.0"
}
}