-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.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
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",
"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": "3.1.9",
"@astrojs/partytown": "^2.1.2",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/svelte": "5.7.3",
"@astrojs/vercel": "^7.8.2",
"@fontsource-variable/fira-code": "^5.1.0",
"@types/mdast": "^4.0.4",
"@types/unist": "^3.0.3",
"@vercel/analytics": "^1.3.2",
"@vercel/speed-insights": "^1.1.0",
"astro": "4.16.10",
"astro-expressive-code": "^0.38.3",
"astro-seo": "^0.8.4",
"svelte": "^5.1.13"
},
"devDependencies": {
"@astrojs/node": "^8.3.4",
"@astrojs/tailwind": "^5.1.2",
"@iconify/json": "^2.2.270",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",
"@tailwindcss/typography": "^0.5.15",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/bun": "latest",
"@typescript-eslint/parser": "^8.13.0",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"cssnano": "^7.0.6",
"daisyui": "^4.12.14",
"eslint": "^9.14.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-svelte": "^2.46.0",
"fuse.js": "^7.0.0",
"hastscript": "^9.0.0",
"mdast-util-directive": "^3.0.0",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"remark-directive": "^3.0.0",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"unified": "^11.0.5",
"unist-util-remove": "^4.0.0",
"unist-util-visit": "^5.0.0",
"unplugin-icons": "^0.20.1"
},
"overrides": {
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6"
},
"module": "index.ts",
"peerDependencies": {
"typescript": "^5.0.0"
}
}