-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 964 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
{
"name": "choco-astro",
"version": "0.1.3",
"packageManager": "[email protected]",
"type": "module",
"description": "A global set of dependencies to be used on Chocolatey Software Astro projects.",
"repository": {
"type": "git",
"url": "git+https://github.com/chocolatey/choco-astro.git"
},
"author": "Chocolatey Software (https://chocolatey.org/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/chocolatey/choco-astro/issues"
},
"homepage": "https://github.com/chocolatey/choco-astro#readme",
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "3.1.9",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "3.2.1",
"@types/markdown-it": "^14",
"@types/sanitize-html": "^2",
"astro": "4.16.16",
"feed": "^4.2.2",
"markdown-it": "^14.1.0",
"rehype-mermaid": "^3.0.0",
"remark-custom-header-id": "^1.0.0",
"sanitize-html": "^2.13.1",
"typescript": "^5.6.3"
}
}