-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 815 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 815 Bytes
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
{
"name": "Blog",
"type": "module",
"packageManager": "yarn@4.13.0",
"scripts": {
"dev": "eleventy --serve",
"build": "eleventy",
"deploy": "yarn run build && wrangler deploy",
"preview": "yarn run build && wrangler dev"
},
"devDependencies": {
"@11ty/eleventy": "3",
"@11ty/eleventy-img": "^6.0.4",
"@11ty/eleventy-plugin-rss": "^3.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
"@tailwindcss/postcss": "^4.2.2",
"@tailwindcss/typography": "^0.5.19",
"cssnano": "^7.1.4",
"markdown-it": "^14.1.1",
"markdown-it-attrs": "^4.3.1",
"markdown-it-cjk-breaks": "^2.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-implicit-figures": "^0.12.0",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.2",
"wrangler": "^4.79.0"
}
}