-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 855 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 855 Bytes
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
{
"name": "",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0 <23.0.0",
"npm": ">=10.7.0 <11.0.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^5.1.1",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@iconify-json/fa6-brands": "^1.2.6",
"@iconify-json/lucide": "^1.2.102",
"@tailwindcss/vite": "^4.2.3",
"astro": "^6.1.4",
"astro-icon": "^1.1.5",
"markdown-it": "^14.1.1",
"preact": "^10.29.1",
"sanitize-html": "^2.17.3"
},
"devDependencies": {
"@shikijs/transformers": "^4.0.2",
"prettier": "3.8.1",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.7.2",
"remark-code-titles": "^0.1.2"
}
}