-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 945 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
37
{
"name": "11ty-twind",
"version": "1.0.0",
"private": false,
"scripts": {
"start": "eleventy --serve --quiet",
"build": "eleventy",
"ghpages": "eleventy --pathprefix=11ty-twind"
},
"keywords": [
"11ty",
"Twind",
"Iconify",
"instant.page"
],
"author": "craigerskine",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@alpinejs/focus": "^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",
"clean-css": "^5.3.3",
"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",
"tippy.js": "^6.3.7"
}
}