-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.76 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.76 KB
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
54
55
56
57
58
59
60
61
62
{
"name": "orpheus",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build --force && pagefind",
"lint": "eslint && astro check",
"preview": "astro preview",
"astro": "astro",
"deploy": "wrangler deploy"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.9",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/svelte": "^7.2.5",
"@fontsource/atkinson-hyperlegible-next": "^5.2.7",
"@microflash/rehype-figure": "^2.1.4",
"@modyfi/vite-plugin-yaml": "^1.1.1",
"astro": "^5.13.7",
"astro-charts": "^0.1.0",
"astro-embed": "^0.12.0",
"astro-opengraph-images": "^1.13.1",
"astro-seo": "^1.1.0",
"d3-array": "^3.2.4",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"layercake": "^10.0.2",
"linkedom": "^0.18.12",
"lite-youtube-embed": "^0.3.4",
"mdast-util-to-string": "^4.0.0",
"modern-normalize": "^3.0.1",
"pagefind": "^1.4.0",
"postcss-utopia": "^1.1.0",
"reading-time": "^1.5.0",
"rehype-external-links": "^3.0.0",
"rehype-shift-heading": "^2.0.0",
"remark-attr": "^0.11.1",
"remark-attributes": "^0.3.2",
"remark-toc": "^9.0.0",
"sharp": "^0.34.3",
"slugify": "^1.6.6",
"svelte": "^5.47.0",
"typescript": "^5.9.3",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^7.0.1",
"@types/d3-array": "^3.2.2",
"@types/d3-scale": "^4.0.9",
"@types/d3-shape": "^3.1.8",
"astro-eslint-parser": "^1.2.2",
"eslint": "^9.35.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-format": "^1.0.1",
"eslint-plugin-svelte": "^3.14.0",
"prettier-plugin-astro": "^0.14.1",
"wrangler": "^4.80.0"
}
}