-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 982 Bytes
/
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
{
"name": "legendofmana.info",
"version": "3.0.0",
"private": false,
"scripts": {
"start": "eleventy --serve --quiet",
"build": "eleventy"
},
"keywords": [
"11ty"
],
"author": "craigerskine",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@alpinejs/collapse": "^3.14.7",
"@alpinejs/focus": "^3.14.7",
"@twind/core": "^1.1.3",
"@twind/preset-autoprefix": "^1.0.7",
"@twind/preset-tailwind": "^1.1.4",
"@twind/preset-typography": "^1.0.7",
"alpinejs": "^3.14.7",
"basicscroll": "^3.0.4",
"clean-css": "^5.3.3",
"eleventy-plugin-recent-changes": "^1.0.1",
"esbuild": "^0.24.0",
"iconify-icon": "^2.1.0",
"instant.page": "^5.2.0",
"js-yaml": "^4.1.0",
"markdown-it-attrs": "^4.1.6",
"markdown-it-bracketed-spans": "^1.0.1",
"markdown-it-footnote": "^4.0.0"
}
}