-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.29 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
{
"name": "rdhar.dev",
"homepage": "https://www.rdhar.dev",
"repository": "github:rdhar/rdhar.dev",
"description": "Personal blog and portfolio of Rishav Dhar, Principal Engineer of Platform DevOps @Tucows.",
"license": "Apache-2.0",
"type": "module",
"author": {
"name": "Rishav Dhar",
"url": "https://www.rdhar.dev"
},
"bugs": {
"url": "https://github.com/rdhar/rdhar.dev/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/rdhar"
},
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"astro": "bunx --bun astro",
"build": "bunx --bun astro sync && bunx --bun tsc --noEmit && bunx --bun astro build",
"dev": "bunx --bun astro dev",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"preview": "bunx --bun astro preview"
},
"devDependencies": {
"@astrojs/check": "0.9.10",
"@astrojs/mdx": "7.0.5",
"@astrojs/rss": "4.0.19",
"@astrojs/sitemap": "3.7.3",
"@tailwindcss/typography": "0.5.20",
"@tailwindcss/vite": "4.3.3",
"@types/bun": "1.3.14",
"astro": "7.2.2",
"clsx": "2.1.1",
"oxlint": "1.78.0",
"prettier": "3.9.6",
"prettier-plugin-astro": "0.14.1",
"sharp": "0.35.3",
"tailwind-merge": "3.6.0",
"tailwindcss": "4.3.3",
"typescript": "7.0.2"
}
}