-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 1014 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": "joesepi.com",
"version": "1.0.0",
"description": "bingo",
"main": "index.js",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.3",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
"luxon": "^2.5.2",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.4",
"moment": "^2.29.4",
"pluralize": "^8.0.0"
},
"scripts": {
"build": "npx @11ty/eleventy",
"bench": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
"watch": "npx @11ty/eleventy --watch",
"serve": "npx @11ty/eleventy --serve",
"start": "npx @11ty/eleventy --serve",
"debug": "DEBUG=* npx @11ty/eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sometotal/joesepi.com.git"
},
"author": "joe sepi",
"license": "MIT",
"bugs": {
"url": "https://github.com/sometotal/joesepi.com/issues"
},
"homepage": "https://github.com/sometotal/joesepi.com#readme"
}