-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.83 KB
/
package.json
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
{
"name": "aerynos.com",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build && if [[ -f 'dist/broken-links.log' ]]; then echo 'Build failed - Broken Links detected - see dist/broken-links.log'; exit 1; fi",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.8",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/starlight": "^0.32.1",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.5",
"@astropub/md": "^1.0.0",
"@iconify-json/fa6-regular": "^1.2.3",
"@iconify-json/fa6-solid": "^1.2.3",
"@iconify-json/octicon": "^1.2.4",
"@iconify-json/simple-icons": "^1.2.25",
"@iconify-json/tabler": "^1.2.16",
"@preline/accordion": "^2.5.2",
"@preline/collapse": "^2.6.0",
"@preline/dropdown": "^2.6.0",
"@preline/overlay": "^2.6.0",
"@preline/tabs": "^2.6.0",
"@types/html-to-text": "^9.0.4",
"@types/markdown-it": "^14.1.2",
"astro": "^5.3.0",
"astro-broken-link-checker": "imazen/astro-broken-link-checker",
"astro-compressor": "^1.0.0",
"astro-icon": "^1.1.5",
"clipboard": "^2.0.11",
"globby": "^14.1.0",
"gray-matter": "^4.0.3",
"gsap": "^3.12.7",
"html-minifier-terser": "^7.2.0",
"html-to-text": "^9.0.5",
"js-yaml": "^4.1.0",
"preline": "^2.7.0",
"rimraf": "^6.0.1",
"sharp": "^0.33.5",
"sharp-ico": "^0.1.5",
"starlight-blog": "^0.17.2"
},
"devDependencies": {
"astro-vtbot": "^2.0.6",
"prettier": "^3.5.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"typescript": "^5.7.3"
},
"pnpm": {
"patchedDependencies": {
"starlight-blog": "patches/starlight-blog.patch"
}
}
}