-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.08 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
{
"name": "wave-graphics",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build && pagefind --site dist",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.4.2",
"@astrojs/sitemap": "^3.7.0",
"@astrojs/svelte": "^7.2.5",
"@astrojs/vue": "^5.1.4",
"@pagefind/default-ui": "^1.4.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-katex": "^3.0.4",
"astro": "^5.17.3",
"katex": "^0.16.28",
"pagefind": "^1.4.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-katex": "^3.1.0",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"svelte": "^5.53.0",
"svelte-turnstile": "^0.11.0",
"typescript": "^5.9.3",
"vue": "^3.5.28"
},
"devDependencies": {
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.5.0",
"sass": "^1.97.3"
}
}