summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAlexis Hovorka <[email protected]>2022-10-24 22:14:06 -0600
committerAlexis Hovorka <[email protected]>2022-10-24 22:14:06 -0600
commit634301e45433bf06fcdae500d51275677e568adb (patch)
treef7a5a3051648322c6243420667b120440e7fa1df /package.json
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..ab39c10
--- /dev/null
+++ b/package.json
@@ -0,0 +1,26 @@
+{
+ "name": "blog",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "private": true,
+ "scripts": {
+ "build": "npx @11ty/eleventy",
+ "serve": "npx @11ty/eleventy --serve"
+ },
+ "keywords": [],
+ "author": "Alexis Hovorka <[email protected]> (https://alexishovorka.com/)",
+ "license": "MIT",
+ "devDependencies": {
+ "@11ty/eleventy": "^1.0.0",
+ "@11ty/eleventy-plugin-rss": "^1.1.0",
+ "markdown-it": "^12.3.2",
+ "markdown-it-anchor": "^7.1.0",
+ "markdown-it-emoji": "^2.0.0",
+ "markdown-it-mark": "^3.0.1"
+ },
+ "dependencies": {
+ "highlight.js": "^11.6.0",
+ "twemoji": "^13.1.0"
+ }
+}