aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..d8ac74e
--- /dev/null
+++ b/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "boringcactus.com",
+ "private": true,
+ "version": "1.0.0",
+ "description": "https://www.boringcactus.com",
+ "scripts": {
+ "build": "npx @11ty/eleventy",
+ "serve": "npx @11ty/eleventy --serve"
+ },
+ "keywords": [],
+ "author": "",
+ "type": "module",
+ "license": "ISC",
+ "devDependencies": {
+ "@11ty/eleventy": "^3.0.0-beta.1",
+ "@11ty/eleventy-plugin-rss": "^2.0.2",
+ "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
+ "markdown-it": "^14.1.0",
+ "markdown-it-anchor": "^9.2.0",
+ "prettier": "^3.3.3"
+ }
+}