-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.09 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.09 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
{
"name": "jsonq-astro",
"type": "module",
"version": "1.0.0",
"scripts": {
"prepare": "lefthook install",
"dev": "astro dev",
"build": "astro build && pagefind --site dist && cpr dist/pagefind public/pagefind",
"preview": "astro preview",
"astro": "astro",
"format": "biome check --write"
},
"dependencies": {
"@astrojs/mdx": "^5.0.3",
"@astrojs/netlify": "^7.0.7",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@lucide/astro": "^1.8.0",
"astro": "^6.1.7",
"dayjs": "^1.11.20",
"lodash.kebabcase": "^4.1.1",
"remark-collapse": "^0.1.2",
"remark-toc": "^9.0.0",
"sharp": "^0.34.5"
},
"devDependencies": {
"@biomejs/biome": "2.4.11",
"@pagefind/default-ui": "^1.5.2",
"@shikijs/transformers": "^4.0.2",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"@types/lodash.kebabcase": "^4.1.9",
"@types/node": "^25.6.0",
"cpr": "^3.0.1",
"lefthook": "^2.1.6",
"pagefind": "^1.5.2",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3",
"vite": "^7.3.2"
}
}