-
Notifications
You must be signed in to change notification settings - Fork 401
/
package.json
34 lines (34 loc) · 931 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
34
{
"name": "swagger.io",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build && node ./scripts/copy-redirects.js",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.9",
"@astrojs/markdown-remark": "^5.0.0",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/starlight": "^0.21.2",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/tailwind": "^5.1.0",
"@expressive-code/plugin-line-numbers": "^0.35.3",
"@fontsource-variable/open-sans": "^5.0.28",
"@fontsource/monda": "^5.0.14",
"@fontsource/roboto": "^5.0.13",
"astro": "^4.10.3",
"marked": "^12.0.1",
"node-fetch": "^3.3.2",
"sharp": "^0.32.5",
"swagger-editor": "^4.13.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.2"
},
"devDependencies": {
"@types/marked": "^6.0.0"
}
}