-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 950 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 950 Bytes
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
{
"name": "web-component",
"version": "1.0.0",
"description": "",
"main": ".eleventy.js",
"scripts": {
"start": "eleventy --serve",
"build": "eleventy"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-cache-assets": "^2.3.0",
"@11ty/eleventy-plugin-directory-output": "^1.0.1",
"@11tyrocks/eleventy-plugin-emoji-readtime": "^1.0.1",
"@11tyrocks/eleventy-plugin-social-images": "^0.4.0",
"clean-css": "^5.2.2",
"eleventy-plugin-embed-twitter": "^1.3.3",
"eleventy-plugin-nesting-toc": "^1.3.0",
"html-minifier": "^4.0.0",
"markdown-it-anchor": "^8.4.1",
"markdown-it-footnote": "^3.0.3",
"markdown-it-mark": "^3.0.1",
"netlify-plugin-11ty": "^1.1.0",
"netlify-plugin-cache": "^1.0.3"
},
"devDependencies": {
"@11ty/eleventy-navigation": "^0.3.2",
"@11ty/eleventy-plugin-rss": "^1.1.2"
}
}