-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 982 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
{
"name": "eleventy-shop",
"version": "5.0.2",
"description": "A starter template for eleventy ecwid online shop.",
"scripts": {
"build": "eleventy",
"watch": "eleventy --watch",
"serve": "eleventy --serve",
"start": "eleventy --serve",
"debug": "DEBUG=* eleventy"
},
"repository": {
"type": "git",
"url": "git://github.com/mesinkasir/11ty-shop.git"
},
"author": {
"name": "creativitas",
"email": "creativebydre@gmail.com",
"url": "https://www.fiverr.com/creativitas/design-your-modern-website-using-jekyll/"
},
"license": "MIT",
"homepage": "https://www.fiverr.com/creativitas/design-your-modern-website-using-jekyll",
"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"
}
}