devon.lol/package.json

31 lines
920 B
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": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy",
"postbuild": "webmention dist/feed.xml --send",
2022-11-29 20:06:15 -08:00
"deploy": "netlify deploy --build",
"deploy:prod": "netlify deploy --prod --build"
2022-11-26 15:20:28 -08:00
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
2023-07-01 09:58:04 -07:00
"@11ty/eleventy": "^2.0.1",
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",
"@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",
"simpledotcss": "^2.1.0"
}
}