-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.65 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.65 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
{
"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.8",
"@astrojs/mdx": "^5.0.3",
"@astrojs/sitemap": "^3.7.2",
"@astrojs/starlight": "^0.38.3",
"@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": "^6.1.5",
"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",
"pnpm": "^10.33.0",
"preline": "^2.7.0",
"rimraf": "^6.0.1",
"sharp": "^0.33.5",
"sharp-ico": "^0.1.5",
"starlight-blog": "^0.26.1"
},
"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": {}
}