-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.09 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.09 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "blog",
"type": "module",
"version": "1.0.0",
"trustedDependencies": [
"@swc/core",
"@vercel/speed-insights",
"esbuild",
"sharp",
"workerd"
],
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "prettier --write .",
"format:check": "prettier --check .",
"help": "prettier --help",
"lint": "eslint .",
"sync": "astro sync"
},
"dependencies": {
"@astrojs/mdx": "4.3.13",
"@astrojs/partytown": "^2.1.4",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"@astrojs/svelte": "7.2.5",
"@astrojs/vercel": "^9.0.4",
"@fontsource-variable/fira-code": "^5.2.7",
"@types/mdast": "^4.0.4",
"@types/unist": "^3.0.3",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"astro": "5.17.1",
"astro-expressive-code": "^0.41.6",
"astro-seo": "^1.1.0",
"caniuse-lite": "^1.0.30001766",
"svelte": "^5.49.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.18",
"@astrojs/node": "^9.5.2",
"@iconify/json": "^2.2.433",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@tailwindcss/typography": "^0.5.19",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/bun": "1.3.7",
"@typescript-eslint/parser": "^8.54.0",
"clsx": "^2.1.1",
"daisyui": "^5.5.14",
"eslint": "^9.39.2",
"eslint-plugin-astro": "^1.5.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-svelte": "^3.14.0",
"fuse.js": "^7.1.0",
"hastscript": "^9.0.1",
"mdast-util-directive": "^3.1.0",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"remark-directive": "^4.0.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"unified": "^11.0.5",
"unist-util-remove": "^4.0.0",
"unist-util-visit": "^5.1.0",
"unplugin-icons": "^23.0.1"
},
"overrides": {
"@sveltejs/vite-plugin-svelte": "^5.0.3"
},
"module": "index.ts",
"peerDependencies": {
"typescript": "^5.9.3"
}
}