forked from BrowserWorks/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.1 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
{
"type": "module",
"scripts": {
"predev": "bun run src/utils/github.ts",
"dev": "astro dev",
"prestart": "bun run src/utils/github.ts",
"start": "astro dev",
"prebuild": "bun run src/utils/github.ts",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"update": "bunx npm-check-updates --interactive --format group",
"format": "bunx @biomejs/biome check --apply *"
},
"dependencies": {
"@astrojs/starlight": "^0.24.1",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/svelte": "^5.5.0",
"@astrojs/tailwind": "^5.1.0",
"@kindspells/astro-shield": "^1.3.6",
"@tailwindcss/typography": "^0.5.13",
"@vercel/og": "^0.6.2",
"astro": "^4.10.2",
"get-os-name": "^1.0.3",
"lodash": "^4.17.21",
"sass": "^1.77.5",
"sharp": "^0.33.4",
"starlight-blog": "^0.8.3",
"svelte": "^4.2.18",
"svelte-select": "^5.8.3",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.4",
"tailwindcss-scoped-preflight": "^3.2.6"
},
"devDependencies": {
"@biomejs/biome": "1.8.1",
"wrangler": "^3.60.2"
}
}