-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.27 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.27 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
{
"name": "kalwabed.com",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"start": "astro preview",
"lint-fmt": "prettier --write .",
"postinstall": "pnpm dlx simple-git-hooks"
},
"simple-git-hooks": {
"pre-commit": "pnpm dlx lint-staged"
},
"lint-staged": {
"src/**/*.{ts,astro,css}": "pnpm lint-fmt"
},
"pnpm": {
"onlyBuiltDependencies": [
"sharp",
"esbuild",
"@parcel/watcher",
"simple-git-hooks",
"workerd"
]
},
"dependencies": {
"@astrojs/cloudflare": "~12.6.12",
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.14",
"@astrojs/sitemap": "^3.6.0",
"astro": "^5.16.5",
"autoprefixer": "^10.4.22",
"dayjs": "^1.11.19",
"gardevoir": "^1.0.0",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"sass": "^1.96.0"
},
"devDependencies": {
"@fec/remark-a11y-emoji": "^4.0.2",
"@iconify-json/gg": "^1.2.2",
"@iconify-json/logos": "^1.2.10",
"@iconify-json/ph": "^1.2.2",
"lint-staged": "^16.2.7",
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1",
"sharp": "^0.34.5",
"simple-git-hooks": "^2.13.1",
"typescript": "^5.9.3",
"unplugin-icons": "^22.5.0"
}
}