-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
48 lines (48 loc) · 1.21 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
44
45
46
47
48
{
"name": "teaclient-website",
"type": "module",
"version": "0.0.2",
"scripts": {
"dev": "astro dev",
"preview": "astro preview",
"build": "astro build",
"astro": "astro",
"fmt": "bunx dprint fmt",
"dprint": "bunx dprint",
"check": "bunx dprint check && bun astro check && bun run test"
},
"trustedDependencies": [
"sharp"
],
"dependencies": {
"@astrojs/mdx": "^2.3.1",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/starlight": "^0.28.4",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/ts-plugin": "^1.10.4",
"@iconify-json/ic": "^1.2.1",
"@iconify-json/mdi": "^1.2.1",
"astro-icon": "^1.1.1",
"astro-meta-tags": "^0.2.2",
"astro-page-insight": "^0.8.7",
"astro-seo": "^0.8.4",
"octokit": "^4.0.2",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14"
},
"devDependencies": {
"@astrojs/check": "^0.5.10",
"@types/bun": "^1.1.12",
"astro": "^4.16.7",
"dprint": "^0.47.5",
"playwright": "^1.48.2",
"typescript": "^5.6.3"
},
"overrides": {
"astro-expressive-code": "^0.38.0"
},
"packageManager": "[email protected]"
}