generated from stopnoanime/11ty-no-style-please
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.05 KB
/
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": "11ty-no-style-please",
"description": "A template for a minimalistic blog",
"packageManager": "[email protected]",
"scripts": {
"start": "npx @11ty/eleventy --serve",
"build": "env NODE_ENV=production SITE_PREFIX=blog_11ty npx @11ty/eleventy --pathprefix 'blog_11ty'",
"newPost": "./.bin/createPost.sh",
"i": "pnpm install",
"clean": "rm -rf _site & pnpm run start"
},
"license": "MIT",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.1.8",
"luxon": "^3.0.1",
"markdown-it": "^13.0.1",
"markdown-it-image-lazy-loading": "^2.0.1",
"markdown-it-link-attributes": "^4.0.1"
},
"devDependencies": {
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@kevingimbel/eleventy-plugin-mermaid": "^2.2.1",
"dayjs": "^1.11.10",
"eleventy-plugin-toc": "^1.1.5",
"markdown-it-anchor": "^8.6.7",
"markdown-it-copy": "^1.2.0",
"markdown-it-eleventy-img": "^0.10.1",
"markdown-it-emoji": "^3.0.0",
"pagefind": "^1.1.0"
}
}