-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
36 lines (36 loc) · 1.18 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
{
"name": "seyfert-docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.6.2",
"@astrojs/starlight": "^0.29.0",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.0",
"@expressive-code/plugin-line-numbers": "^0.35.3",
"@fontsource-variable/inter": "^5.0.19",
"@fontsource-variable/jetbrains-mono": "^5.0.21",
"@slipher/cooldown": "https://pkg.pr.new/tiramisulabs/extra/@slipher/cooldown@3efa14e",
"@slipher/redis-adapter": "https://pkg.pr.new/tiramisulabs/extra/@slipher/redis-adapter@3efa14e",
"@slipher/uws-adapter": "https://pkg.pr.new/tiramisulabs/extra/@slipher/uws-adapter@3efa14e",
"astro": "^4.16.13",
"astro-expressive-code": "^0.38.3",
"expressive-code-twoslash": "^0.2.3",
"seyfert": "2.2.1-dev-12889384680.0",
"tailwindcss": "^3.4.7"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.9.1",
"sharp": "^0.33.5",
"typescript": "^5.6.3"
}
}