]> Witch of Git - web/blog/blob - package.json
Don't use a local path for syntax highlighting
[web/blog] / package.json
1 {
2 "name": "blog",
3 "version": "1.0.0",
4 "description": "My blog",
5 "main": ".eleventy.js",
6 "dependencies": {},
7 "devDependencies": {
8 "@11ty/eleventy": "^0.10.0",
9 "@11ty/eleventy-plugin-rss": "^1.0.7",
10 "@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1",
11 "clean-css": "^4.2.3",
12 "html-minifier": "^4.0.0",
13 "markdown-it": "^8.4.2",
14 "markdown-it-anchor": "^5.2.5",
15 "nunjucks-date-filter": "^0.1.1",
16 "prismjs": "github:PrismJS/prism#43efde2ee33310e5a6d8ddf432f0222734ec5928",
17 "uslug": "^1.0.4"
18 },
19 "scripts": {
20 "test": "echo \"Error: no test specified\" && exit 1"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/porglezomp/blog.git"
25 },
26 "keywords": [
27 "blog"
28 ],
29 "author": "Cassie Jones",
30 "license": "UNLICENSED",
31 "bugs": {
32 "url": "https://github.com/porglezomp/blog/issues"
33 },
34 "homepage": "https://github.com/porglezomp/blog#readme"
35 }