-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.66 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.66 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
{
"name": "blog-blog",
"type": "module",
"version": "0.0.12",
"scripts": {
"astro": "astro",
"build": "astro build",
"check": "pnpm check:tsc && pnpm check:astro",
"check:astro": "astro check",
"check:tsc": "tsc --noEmit",
"dev": "astro dev",
"lint": "pnpm lint:eslint",
"lint:eslint": "eslint .",
"preview": "astro preview",
"sync:static": "aws s3 sync ./static s3://www.hazelduvall.dev-static/static"
},
"dependencies": {
"@astrojs/mdx": "^5.0.4",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"astro": "^6.3.1",
"autoprefixer": "^10.5.0",
"cssnano": "^7.1.9",
"markdown-it": "^14.1.1",
"postcss-nesting": "^13.0.2",
"rehype-format": "^5.0.1",
"rehype-katex": "^7.0.1",
"rehype-parse": "^9.0.1",
"rehype-stringify": "^10.0.1",
"remark-math": "^6.0.0",
"sanitize-html": "^2.17.3",
"sharp": "^0.34.5",
"unified": "^11.0.5"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@eslint/js": "^9.39.4",
"@types/markdown-it": "^14.1.2",
"@types/sanitize-html": "^2.16.1",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.7.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"globals": "^16.5.0",
"prettier": "3.8.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-organize-imports": "^4.3.0",
"typescript-eslint": "^8.59.3"
},
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp"
]
}
}