-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.38 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
{
"name": "benrbray-github-io-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"host": "astro dev --host",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "^3.1.0",
"@astrojs/rss": "^4.0.6",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/solid-js": "^4.4.0",
"@ruffle-rs/ruffle": "0.1.0-nightly.2024.8.10",
"astro": "^4.10.1",
"astro-pagefind": "^1.7.0",
"katex": "^0.16.10",
"rehype-autolink-headings": "^7.1.0",
"rehype-citation": "^2.0.0",
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"sharp": "^0.33.4",
"solid-js": "^1.8.18",
"typescript": "^5.4.5"
},
"devDependencies": {
"@benrbray/mdast-util-cite": "link:~/projects/remark-cite/mdast-util-cite",
"@benrbray/micromark-extension-cite": "link:~/projects/remark-cite/micromark-extension-cite",
"@benrbray/rehype-cite": "link:~/projects/remark-cite/rehype-cite",
"@benrbray/remark-cite": "link:~/projects/remark-cite/remark-cite",
"@benrbray/remark-extract-bibtex": "link:~/projects/remark-cite/remark-extract-bibtex",
"physics": "link:~/projects/physics/web",
"rehype-slug": "^6.0.0",
"remark-directive": "^3.0.0",
"tsx": "^4.17.0",
"vite-plugin-wasm": "^3.3.0"
}
}