forked from brob/bryanlrobinson.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 944 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "bryanlrobinson.com",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@11ty/eleventy": "^0.11.0",
"@11ty/eleventy-plugin-rss": "^1.0.7",
"@11ty/eleventy-plugin-syntaxhighlight": "^2.0.3",
"@sanity/block-content-to-html": "^1.3.8",
"@sanity/block-content-to-markdown": "0.0.5",
"@sanity/client": "^2.1.0",
"eleventy-plugin-blog-tools": "^0.2.2",
"eleventy-plugin-respimg": "^0.1.2",
"eleventy-plugin-svg-contents": "^0.6.0",
"html-minifier": "^4.0.0",
"markdown-it": "^9.1.0",
"markdown-it-anchor": "^5.2.4",
"node-fetch": "^2.6.0",
"nunjucks-date-filter": "^0.1.1",
"sanitize-html": "^1.20.1",
"slugify": "^1.4.5",
"uglifycss": "0.0.29"
},
"devDependencies": {
"dotenv": "^8.2.0"
}
}