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
|
{
"name": "sudomsg",
"version": "0.6.0",
"type": "module",
"scripts": {
"start": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy"
},
"author": "Marc Pervaz Boocha",
"dependencies": {
"@11ty/eleventy": "^3.0.0-alpha.13",
"@11ty/eleventy-img": "^4.0.2",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-bundle": "^2.0.2",
"@11ty/eleventy-plugin-directory-output": "^1.0.1",
"@11ty/eleventy-plugin-rss": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11ty/eleventy-plugin-webc": "^0.11.2",
"@sindresorhus/slugify": "^2.2.1",
"cssnano": "^7.0.3",
"html-min": "^0.0.4",
"html-minifier": "^4.0.0",
"modern-normalize": "^2.0.0",
"postcss": "^8.4.38",
"prismjs": "^1.29.0"
}
}
|