-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 KB
/
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
35
36
37
38
39
{
"name": "choco-astro",
"version": "0.2.1",
"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",
"scripts": {
"audit": "yarn npm audit --all --recursive"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "4.0.8",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "3.2.1",
"@types/markdown-it": "^14",
"@types/sanitize-html": "^2",
"astro": "5.3.0",
"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"
},
"resolutions": {
"esbuild": "^0.25.0"
}
}