-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.09 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
{
"name": "eleventy-netlify-boilerplate",
"version": "1.0.3",
"description": "A boilerplate for building a fast static website with the Eleventy static site generator, for deployment to Netlify.",
"scripts": {
"build": "npx eleventy",
"watch": "npx eleventy --watch",
"serve": "npx eleventy --serve",
"debug": "DEBUG=* npx eleventy"
},
"repository": {
"type": "git",
"url": "https://github.com/danurbanowicz/eleventy-netlify-boilerplate"
},
"author": {
"name": "Dan Urbanowicz",
"email": "dan.urbanowicz@gmail.com",
"url": "https://www.danurbanowicz.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/danurbanowicz/eleventy-netlify-boilerplate/issues"
},
"homepage": "https://github.com/danurbanowicz/eleventy-netlify-boilerplate",
"devDependencies": {
"@11ty/eleventy": "^0.12.1",
"luxon": "^1.25.0",
"markdown-it": "^10.0.0",
"markdown-it-anchor": "^5.3.0"
},
"dependencies": {
"@11ty/eleventy-navigation": "^0.1.6",
"clean-css": "^4.2.1",
"html-minifier": "^4.0.0",
"uglify-es": "^3.3.9"
}
}