-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1018 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
{
"name": "cuteblog",
"version": "2.1.2",
"description": "New Free template download gratis cuteblog for eleventy 11ty.",
"scripts": {
"build": "eleventy",
"watch": "eleventy --watch",
"serve": "eleventy --serve",
"start": "eleventy --serve",
"debug": "DEBUG=* eleventy"
},
"repository": {
"type": "git",
"url": "git://github.com/11ty/cuteblog11ty.git"
},
"author": {
"name": "Creativitas",
"email": "axcora@gmail.com",
"url": "https://www.fiverr.com/creativitas/design-your-modern-website-using-jekyll"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mesinkasir/cuteblog11ty/issues"
},
"homepage": "https://axcora.my.id/pico/cuteblog/",
"devDependencies": {
"@11ty/eleventy": "^2.0.0-canary.14",
"@11ty/eleventy-navigation": "^0.3.3",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
"luxon": "^3.0.1",
"markdown-it": "^12.0.4",
"markdown-it-anchor": "^8.6.4"
}
}