-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.76 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "sanabel-al-firdaws-starlight",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": " astro build && npm run pagefind-fix",
"preview": "astro preview",
"check": "astro check",
"pagefind-fix": "sed -i 's/?ts=${Date.now()}//g' dist/pagefind/pagefind.js",
"generate-pwa-assets": "pwa-assets-generator --preset minimal public/favicon.svg"
},
"dependencies": {
"@astrojs/check": "^0.9.2",
"@astrojs/markdoc": "^0.11.3",
"@astrojs/markdown-remark": "^5.2.0",
"@astrojs/mdx": "^3.1.3",
"@astrojs/starlight": "^0.26.1",
"@beoe/pan-zoom": "^0.0.3",
"@fontsource/scheherazade-new": "^5.0.20",
"@lorenzo_lewis/starlight-utils": "0.1.2",
"@playwright/test": "^1.45.1",
"astro": "^4.14.2",
"astro-auto-import": "^0.4.2",
"astro-compress": "^2.3.0",
"astro-d2": "^0.4.0",
"astro-relative-links": "^0.3.9",
"culori": "^3.3.0",
"rehype-autolink-headings": "^7.1.0",
"remark-custom-header-id": "file:packages/remark-custom-header-id",
"remark-mark-highlight": "^0.1.1",
"remark-stringify": "^11.0.0",
"starlight-blog": "file:packages/starlight-blog/packages/starlight-blog",
"starlight-view-modes": "file:packages/starlight-view-modes",
"theme-change": "^2.5.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@vite-pwa/assets-generator": "^0.2.2",
"@vite-pwa/astro": "^0.4.0",
"docs-markdown-fork": "^1.2.4",
"hastscript": "^8.0.0",
"linkedom": "^0.18.4",
"vite-plugin-pwa": "^0.20.0",
"workbox-build": "^7.1.1",
"workbox-core": "^7.1.0",
"workbox-precaching": "^7.1.0",
"workbox-recipes": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0",
"workbox-window": "^7.1.0"
}
}