aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 82a574482a2762014d7cc1725e7ec6888d77638e (plain) (blame)
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.1.2",
		"@11ty/eleventy-img": "^6.0.4",
		"@11ty/eleventy-navigation": "^1.0.4",
		"@11ty/eleventy-plugin-directory-output": "^1.0.1",
		"@11ty/eleventy-plugin-rss": "^2.0.4",
		"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1",
		"@11ty/eleventy-plugin-webc": "^0.12.0-beta.3",
		"@sindresorhus/slugify": "^2.2.1",
		"cssnano": "^7.0.7",
		"html-minifier-terser": "^7.2.0",
		"luxon": "^3.6.1",
		"markdown-it-abbr": "^2.0.0",
		"markdown-it-container": "^4.0.0",
		"postcss": "^8.5.6",
		"prismjs": "^1.30.0"
	}
}