-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 935 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
35
36
37
38
39
40
{
"name": "xivapi",
"type": "module",
"version": "0.0.1",
"scripts": {
"postinstall": "astro telemetry disable",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"pnpm": {
"onlyBuiltDependencies": [
"sharp"
],
"patchedDependencies": {
"@astrojs/starlight": "patches/@astrojs__starlight.patch"
}
},
"dependencies": {
"@astrojs/markdown-remark": "^6.0.2",
"@astrojs/preact": "^4.0.3",
"@astrojs/starlight": "^0.31.0",
"@shikijs/langs": "^1",
"@shikijs/themes": "^1",
"astro": "^5.1.5",
"clsx": "^2.1.1",
"hast-util-to-jsx-runtime": "^2.3.2",
"lucide-preact": "^0.474.0",
"preact": "^10.25.4",
"rehype-autolink-headings": "^7.1.0",
"rehype-widont": "^0.1.1",
"remark-definition-list": "^2.0.0",
"sharp": "^0.32.5",
"shiki": "^1",
"starlight-links-validator": "^0.14.1",
"typescript-parsec": "^0.3.4"
}
}