devon.lol/package.json
Devon Campbell 8a61cde474 Add markdown-it-attrs
so that I can make nofollow links
2022-11-28 18:32:36 -08:00

24 lines
648 B
JSON

{
"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",
"deploy": "netlify deploy",
"deploy:prod": "netlify deploy --prod"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^1.0.1",
"@sindresorhus/slugify": "^1.1.0",
"markdown-it-anchor": "^8.6.4",
"markdown-it-attrs": "^4.1.4",
"markdown-it-obsidian": "github:raddevon/markdown-it-obsidian",
"simpledotcss": "^2.1.0"
}
}