-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.95 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
62
63
64
65
{
"name": "hawk-gt1191",
"type": "module",
"version": "2.22.0",
"browserslist": "> 2%, last 2 versions, not dead",
"repository": "[email protected]:macx/hawk-gt1191.git",
"author": "David Maciejewski <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "astro dev --watch --open",
"start": "astro dev",
"build": "astro check && tsc --noEmit && astro build",
"preview": "astro preview",
"astro": "astro",
"validate": "astro check",
"test": "cypress run",
"test:ui": "cypress open",
"lint": "prettier --write --plugin-search-dir=. .",
"release": "yarn lint && yarn build && release-it"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^5.0.0",
"@astrojs/mdx": "4.0.3",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "3.2.1",
"@astropub/md": "^1.0.0",
"@fontsource-variable/domine": "^5.1.1",
"@fontsource-variable/jetbrains-mono": "^5.1.2",
"@fontsource-variable/open-sans": "^5.1.1",
"@gamesome/astro-font": "^0.0.3",
"@iconify-json/material-symbols": "^1.2.12",
"@iconify-json/simple-icons": "^1.2.18",
"@vercel/og": "^0.6.4",
"add": "^2.0.6",
"astro": "5.1.2",
"astro-embed": "^0.9.0",
"astro-icon": "^1.1.5",
"astro-link": "^1.2.1",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"cssnano-preset-advanced": "^7.0.6",
"install": "^0.13.0",
"mdast-util-to-string": "^4.0.0",
"postcss": "^8.4.49",
"postcss-scss": "^4.0.9",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-slug": "^6.0.0",
"remark-definition-list": "^2.0.0",
"sass": "^1.83.0",
"typescript": "^5.7.2"
},
"devDependencies": {
"cypress": "^13.17.0",
"prettier": "^3.4.2",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.14.1"
},
"packageManager": "[email protected]"
}