summaryrefslogtreecommitdiff
path: root/package.json
blob: baf67bbc5962a3a3034962dd45994d743689a87c (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
{
	"name": "spelis-web",
	"version": "1.0.0",
	"description": "",
	"main": "index.js",
	"scripts": {
		"build": "eleventy",
		"dev": "eleventy --serve",
		"autobuild": "eleventy --watch"
	},
	"keywords": [],
	"author": "",
	"license": "ISC",
	"type": "commonjs",
	"dependencies": {
		"@11ty/eleventy": "^3.1.2",
		"@11ty/eleventy-img": "^6.0.4",
		"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
		"@quasibit/eleventy-plugin-sitemap": "^2.2.0",
		"date-fns": "^4.1.0",
		"eleventy-plugin-og-image": "^4.2.1",
		"luxon": "^3.7.2",
		"sass": "^1.97.3"
	}
}