-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "vexide-website",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@9.0.6",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"format": "prettier . --write",
"preview": "astro build && wrangler pages dev ./dist",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/cloudflare": "^12.1.0",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/svelte": "^7.0.3",
"@rudeigerc/shiki-transformer-title": "^0.1.0",
"@shikijs/transformers": "^1.26.1",
"astro": "^5.1.4",
"flexsearch": "^0.7.43",
"fuzzysort": "^2.0.4",
"hast-util-from-html": "^2.0.3",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.12.3",
"prettier-plugin-svelte": "^3.3.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-github-alerts": "^3.0.0",
"rehype-slug": "^6.0.0",
"shaku-code-annotate-shiki": "^0.10.0",
"shaku-code-annotate-shiki-transformer": "^0.2.4",
"svelte": "^5.17.3",
"typescript": "^5.7.3"
},
"devDependencies": {
"wrangler": "^3.101.0"
}
}