forked from chocolatey/choco-astro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 991 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
{
"name": "choco-astro",
"version": "0.2.0",
"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": "4.0.7",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "3.2.1",
"@types/markdown-it": "^14",
"@types/sanitize-html": "^2",
"astro": "5.1.9",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"markdown-it": "^14.1.0",
"rehype-mermaid": "^3.0.0",
"remark-custom-header-id": "^1.0.0",
"sanitize-html": "^2.14.0",
"typescript": "^5.6.3"
}
}