-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 854 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 854 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
{
"name": "annoyscript",
"version": "1.3.0",
"description": "Blog about the issues, annoyances, and hard-to-grasp concepts that I encountered while working with JavaScript and TypeScript",
"scripts": {
"build": "eleventy",
"watch": "eleventy --watch"
},
"license": "MIT",
"homepage": "https://github.com/Megaemce/AnnoyScript",
"devDependencies": {
"@11ty/eleventy": "^1.0.1",
"@11ty/eleventy-navigation": "^0.3.3",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
"@kevingimbel/eleventy-plugin-mermaid": "^2.2.1",
"eleventy-plugin-time-to-read": "^1.3.0",
"luxon": "^3.0.1",
"markdown-it": "^13.0.1",
"markdown-it-abbr": "^2.0.0",
"markdown-it-anchor": "^8.6.4",
"markdown-it-footnote": "^4.0.0",
"markdown-it-github-alerts": "^0.3.0"
}
}