-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 859 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
{
"name": "craigerskine",
"version": "3.0.0",
"private": false,
"scripts": {
"start": "eleventy --serve --quiet",
"build": "eleventy",
"ghpages": "eleventy --pathprefix=openemu.org-11ty"
},
"keywords": [
"11ty",
"esbuild",
"Twind"
],
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@alpinejs/focus": "^3.14.7",
"@alpinejs/intersect": "^3.14.7",
"@twind/core": "^1.1.3",
"@twind/preset-autoprefix": "^1.0.7",
"@twind/preset-line-clamp": "^1.0.7",
"@twind/preset-tailwind": "^1.1.4",
"@twind/preset-typography": "^1.0.7",
"alpinejs": "^3.14.7",
"esbuild": "^0.16.17",
"iconify-icon": "^2.1.0",
"instant.page": "^5.2.0",
"js-yaml": "^4.1.0",
"markdown-it-attrs": "^4.1.6"
}
}