-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 2.7 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 2.7 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
{
"name": "blog",
"type": "module",
"version": "0.0.1",
"packageManager": "yarn@4.9.2",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"check": "biome check --fix && astro check"
},
"dependencies": {
"@astro-community/astro-embed-utils": "^0.2.0",
"@astrojs/check": "0.9.6",
"@astrojs/internal-helpers": "0.7.5",
"@astrojs/mdx": "4.3.13",
"@astrojs/react": "4.4.2",
"@astrojs/rss": "4.0.15",
"@astrojs/sitemap": "3.7.0",
"@base-ui-components/react": "^1.0.0-rc.0",
"@floating-ui/react": "^0.27.16",
"@octokit/core": "^7.0.6",
"@parse5/tools": "^0.7.0",
"@tailwindcss/vite": "^4.1.18",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"astro": "5.16.15",
"astro-embed": "^0.12.0",
"astro-typesafe-routes": "^5.0.0",
"es-toolkit": "^1.44.0",
"github-slugger": "^2.0.0",
"lucide-astro": "^0.556.0",
"lucide-react": "^0.563.0",
"parse5": "^8.0.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tailwindcss": "^4.1.18",
"ts-pattern": "^5.9.0",
"usehooks-ts": "^3.1.1"
},
"devDependencies": {
"@biomejs/biome": "^2.3.12",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "22.19.7",
"remark-obsidian-mdx": "^1.1.1",
"schema-dts": "^1.1.5",
"typescript": "^5.9.3"
},
"resolutions": {
"@astro-community/astro-embed-bluesky@npm:^0.1.0": "patch:@astro-community/astro-embed-bluesky@patch%3A@astro-community/astro-embed-bluesky@npm%253A0.1.3%23~/.yarn/patches/@astro-community-astro-embed-bluesky-npm-0.1.3-e9d05800b9.patch%3A%3Aversion=0.1.3&hash=2b36b1#~/.yarn/patches/@astro-community-astro-embed-bluesky-patch-696341f2bd.patch",
"@astro-community/astro-embed-bluesky@npm:^0.1.3": "patch:@astro-community/astro-embed-bluesky@patch%3A@astro-community/astro-embed-bluesky@npm%253A0.1.3%23~/.yarn/patches/@astro-community-astro-embed-bluesky-npm-0.1.3-e9d05800b9.patch%3A%3Aversion=0.1.3&hash=2b36b1#~/.yarn/patches/@astro-community-astro-embed-bluesky-patch-696341f2bd.patch",
"@astro-community/astro-embed-baseline-status@npm:^0.1.0": "patch:@astro-community/astro-embed-baseline-status@npm%3A0.1.2#~/.yarn/patches/@astro-community-astro-embed-baseline-status-npm-0.1.2-f6736bbac1.patch",
"@astro-community/astro-embed-link-preview@npm:^0.2.2": "patch:@astro-community/astro-embed-link-preview@npm%3A0.2.2#~/.yarn/patches/@astro-community-astro-embed-link-preview-npm-0.2.2-3d5f5e62c5.patch",
"@astro-community/astro-embed-link-preview@npm:^0.2.0": "patch:@astro-community/astro-embed-link-preview@npm%3A0.2.2#~/.yarn/patches/@astro-community-astro-embed-link-preview-npm-0.2.2-3d5f5e62c5.patch"
}
}