forked from 11ty/eleventy-base-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
34
35
36
37
38
39
40
41
42
{
"name": "eleventy-site-template",
"version": "1.0.0",
"description": "A starter repository for a web site using the Eleventy static site generator.",
"scripts": {
"build": "eleventy",
"watch": "eleventy --watch",
"serve": "eleventy --serve",
"start": "eleventy --serve",
"debug": "DEBUG=* eleventy"
},
"repository": {
"type": "git",
"url": "git://github.com/brewhousedigital/eleventy-site-template.git"
},
"author": {
"name": "Zach Voss",
"email": "[email protected]",
"url": "https://www.zachvoss.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/brewhousedigital/celestial-light/issues"
},
"homepage": "https://github.com/brewhousedigital/celestial-light#readme",
"devDependencies": {
"@11ty/eleventy": "^1.0.2",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"@fullhuman/postcss-purgecss": "^5.0.0",
"bootstrap-icons": "*",
"clean-css": "^5.3.1",
"dotenv": "^16.0.3",
"luxon": "^3.1.0",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.5",
"postcss": "^8.4.19",
"slugify": "^1.6.5",
"terser": "^5.16.0"
}
}