-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
61 lines (61 loc) · 1.83 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": "blog",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx @11ty/eleventy",
"serve": "npx @11ty/eleventy --serve",
"format": "npx prettier --write .",
"eslint": "npx prettier .",
"gnb": "node ./generateNewBlog.mjs"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "3.0.0",
"@11ty/eleventy-fetch": "4.0.1",
"@11ty/eleventy-plugin-rss": "2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "5.0.0",
"@chrisburnell/eleventy-cache-webmentions": "2.1.8",
"@rknightuk/eleventy-plugin-post-graph": "1.0.8",
"@sherby/eleventy-plugin-files-minifier": "1.1.1",
"@vidhill/fortawesome-brands-11ty-shortcode": "1.1.0",
"@vidhill/fortawesome-free-regular-11ty-shortcode": "1.0.3",
"cssnano": "7.0.6",
"dotenv": "16.4.7",
"eleventy-plugin-broken-links": "2.2.1",
"eleventy-plugin-phosphoricons": "1.3.0",
"eleventy-plugin-post-stats": "0.2.13",
"eleventy-plugin-reading-time": "0.0.1",
"eleventy-plugin-toc": "1.1.5",
"eleventy-plugin-unified": "2.0.0",
"eslint": "9.18.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"graphql-request": "7.1.2",
"htmlnano": "2.1.1",
"inquirer": "12.3.1",
"markdown-it-anchor": "9.2.0",
"markdown-it-footnote": "4.0.0",
"markdown-it-katex": "2.0.3",
"node-fetch": "3.3.2",
"prettier": "3.4.2",
"remark-toc": "9.0.0",
"sanitize-html": "2.14.0",
"svgo": "3.3.2",
"terser": "5.37.0"
},
"dependencies": {
"@11ty/eleventy-img": "^5.0.0",
"@11ty/eleventy-plugin-directory-output": "^1.0.1",
"@11ty/eleventy-plugin-webc": "^0.11.2",
"@inframanufaktur/eleventy-plugin-clean-urls": "^1.0.2",
"cheerio": "^1.0.0-rc.12",
"clean-css": "^5.3.3",
"eleventy-plugin-umami": "^1.0.0",
"markdown-it-named-code-blocks": "^1.0.6",
"speedlify-score": "^4.0.4"
}
}