-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.18 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 2.18 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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "hawk-gt1191",
"type": "module",
"version": "3.17.3",
"browserslist": "> 2%, last 2 versions, not dead",
"repository": "git@github.com:macx/hawk-gt1191.git",
"author": "David Maciejewski <macx@macx.io>",
"license": "MIT",
"scripts": {
"dev": "astro dev --watch --open",
"start": "astro dev",
"build": "astro check && tsc --noEmit && astro build",
"check-links": "lychee --config .lychee.toml --remap 'https://hawk-gt1191.de file://$PWD/dist' './dist/**/*.html'",
"preview": "astro preview",
"astro": "astro",
"validate": "astro check",
"test": "cypress run",
"test:ui": "cypress open",
"lint": "prettier --write --plugin-search-dir=. .",
"release": "pnpm lint && pnpm build && pnpm check-links && release-it",
"postinstall": "playwright install chromium"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/markdown-remark": "7.2.0",
"@astrojs/mdx": "6.0.1",
"@astrojs/rss": "4.0.18",
"@astrojs/sitemap": "3.7.3",
"@astropub/md": "^1.0.0",
"@beoe/cache": "^0.1.1",
"@beoe/rehype-mermaid": "^0.4.2",
"@fontsource-variable/domine": "^5.2.8",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@fontsource-variable/open-sans": "^5.2.7",
"@iconify-json/material-symbols": "^1.2.75",
"@iconify-json/simple-icons": "^1.2.84",
"@playwright/test": "^1.60.0",
"@vercel/og": "^0.11.1",
"add": "^2.0.6",
"astro": "6.4.2",
"astro-embed": "^0.13.0",
"astro-icon": "^1.1.5",
"astro-link": "^1.2.1",
"chart.js": "^4.5.1",
"install": "^0.13.0",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-expressive-code": "^0.42.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"remark-definition-list": "^2.0.0",
"sharp": "^0.34.5",
"typescript": "^6.0.3",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"cypress": "^15.16.0",
"lightningcss": "^1.32.0",
"prettier": "^3.8.3",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.14.1"
},
"packageManager": "pnpm@11.5.0"
}