-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 988 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 988 Bytes
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": "extransload.github.io",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build && pagefind --site dist",
"preview": "astro preview",
"test": "vitest",
"test:e2e": "playwright test"
},
"dependencies": {
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.4",
"astro": "^5.18.2",
"dompurify": "^3.4.15",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.1",
"remark-directive": "^4.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"remark-smartypants": "^3.0.3",
"shiki": "^3.23.0",
"unified": "^11.0.5"
},
"devDependencies": {
"@pagefind/default-ui": "^1.5.2",
"@playwright/test": "^1.55.0",
"@types/node": "^24.3.0",
"pagefind": "^1.5.2",
"parse5": "^7.3.0",
"typescript": "^5.9.2",
"vitest": "^3.2.4",
"yaml": "^2.9.0"
}
}