34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"name": "personal-site",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "npx @11ty/eleventy --serve",
|
|
"createBlogPost": "bash create-blog-post.sh",
|
|
"build": "npx @11ty/eleventy",
|
|
"deploy": "npx netlify deploy --build",
|
|
"deploy:prod": "npx netlify deploy --prod --build",
|
|
"postdeploy:prod": "webmention dist/feed.xml --send",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^3.0.0",
|
|
"@11ty/eleventy-fetch": "^4.0.1",
|
|
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
|
"@remy/webmention": "^1.5.0",
|
|
"@sindresorhus/slugify": "^1.1.0",
|
|
"eleventy-plugin-youtube-embed": "^1.8.0",
|
|
"markdown-it-anchor": "^8.6.4",
|
|
"markdown-it-attrs": "^4.1.4",
|
|
"markdown-it-eleventy-img": "^0.9.0",
|
|
"markdown-it-obsidian": "github:raddevon/markdown-it-obsidian",
|
|
"netlify-cli": "^17.37.2",
|
|
"sanitize-html": "^2.13.0",
|
|
"simpledotcss": "^2.1.0"
|
|
}
|
|
}
|