-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.66 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.66 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
{
"name": "abdufelsayed.dev",
"author": "Abdullah Elsayed",
"repository": "https://github.com/abdufelsayed/abdufelsayed.dev",
"license": "MIT",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=18.20.8 || ^20.3.0 || >=22.0.0",
"npm": ">=9.6.5"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "biome check",
"check:fix": "biome check --write .",
"commit": "git-cz"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"dependencies": {
"@astrojs/cloudflare": "^12.6.12",
"@astrojs/mdx": "4.3.10",
"@astrojs/preact": "4.1.3",
"@astrojs/rss": "4.0.13",
"@astrojs/sitemap": "3.6.0",
"@radix-ui/react-tabs": "^1.0.4",
"@tailwindcss/typography": "^0.5.19",
"astro": "5.15.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"lucide-preact": "^0.279.0",
"mdast-util-to-string": "^4.0.0",
"preact": "^10.17.1",
"react": "npm:@preact/compat@latest",
"react-dom": "npm:@preact/compat@latest",
"reading-time": "^1.5.0",
"rehype-pretty-code": "^0.14.1",
"shiki": "^3.15.0",
"tailwind-merge": "^1.14.0"
},
"devDependencies": {
"@biomejs/biome": "2.3.4",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cz-commitlint": "^17.7.1",
"@tailwindcss/vite": "4.1.17",
"commitizen": "^4.3.0",
"inquirer": "^8.2.6",
"tailwindcss": "4.1.17",
"typescript": "^5.2.2"
},
"overrides": {
"react": "npm:@preact/compat@latest",
"react-dom": "npm:@preact/compat@latest"
}
}