devon.lol/package.json

36 lines
1.1 KiB
JSON
Raw Normal View History

2022-11-26 15:20:28 -08:00
{
"name": "personal-site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npx @11ty/eleventy --serve",
2024-06-23 12:18:49 -04:00
"createBlogPost": "bash create-blog-post.sh",
"updateYT": "node updateYouTubeSubscriptions.mjs",
2022-11-26 15:20:28 -08:00
"build": "npx @11ty/eleventy",
2024-11-22 23:19:35 -05:00
"deploy": "npx netlify deploy --build",
"deploy:prod": "npx netlify deploy --prod --build",
2024-06-23 12:18:49 -04:00
"postdeploy:prod": "webmention dist/feed.xml --send",
"test": "echo \"Error: no test specified\" && exit 1"
2022-11-26 15:20:28 -08:00
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
2024-11-06 18:27:59 -05:00
"@11ty/eleventy": "^3.0.0",
2024-06-17 18:49:26 -04:00
"@11ty/eleventy-fetch": "^4.0.1",
2022-11-28 18:34:15 -08:00
"@11ty/eleventy-plugin-rss": "^1.2.0",
2024-06-24 00:22:24 -04:00
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@remy/webmention": "^1.5.0",
2022-11-26 15:20:28 -08:00
"@sindresorhus/slugify": "^1.1.0",
2023-01-18 19:26:39 -08:00
"eleventy-plugin-youtube-embed": "^1.8.0",
2022-11-26 15:20:28 -08:00
"markdown-it-anchor": "^8.6.4",
"markdown-it-attrs": "^4.1.4",
2022-12-03 14:22:08 -08:00
"markdown-it-eleventy-img": "^0.9.0",
2022-11-26 15:20:28 -08:00
"markdown-it-obsidian": "github:raddevon/markdown-it-obsidian",
2024-11-22 23:19:35 -05:00
"netlify-cli": "^17.37.2",
2024-06-20 14:25:29 -04:00
"sanitize-html": "^2.13.0",
2022-11-26 15:20:28 -08:00
"simpledotcss": "^2.1.0"
}
}