-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.19 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
{
"name": "fireproof-website",
"version": "1.1.0",
"description": "The quickest way to add dynamic data to your app.",
"scripts": {
"build": "npx @11ty/eleventy",
"watch": "npx @11ty/eleventy --watch",
"serve": "npx @11ty/eleventy --serve --incremental --port 8081",
"dev": "npx @11ty/eleventy --serve --port 8081",
"debug": "DEBUG=* npx @11ty/eleventy",
"newpost": "node ./scripts/newPost.js"
},
"repository": {
"type": "git",
"url": "https://github.com/danurbanowicz/eleventy-netlify-boilerplate"
},
"author": {
"name": "Dan Urbanowicz",
"email": "[email protected]",
"url": "https://github.com/danurbanowicz"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/danurbanowicz/eleventy-netlify-boilerplate/issues"
},
"homepage": "https://github.com/danurbanowicz/eleventy-netlify-boilerplate",
"devDependencies": {
"@11ty/eleventy": "^2.0.0-beta.3",
"@11ty/eleventy-navigation": "^0.3.5",
"clean-css": "^5.3.2",
"html-minifier": "^4.0.0",
"luxon": "^3.2.1",
"markdown-it-anchor": "^8.6.6",
"uglify-js": "^3.17.4"
},
"dependencies": {
"@geoffcodesthings/tailwind-md-base": "^1.1.0"
}
}