-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.02 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
{
"name": "hawksley.dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format:css": "stylelint \"src/**/*.{astro,css}\" --fix",
"format": "prettier --write . && pnpm run format:css"
},
"devDependencies": {
"@astrojs/check": "^0.9.10",
"@astrojs/mdx": "^7.0.8",
"@astrojs/ts-plugin": "^1.10.11",
"@resvg/resvg-js": "^2.6.2",
"astro": "^7.2.6",
"astro-compress": "^2.4.3",
"marked": "^18.0.11",
"postcss-html": "^1.8.1",
"prettier": "3.8.3",
"prettier-plugin-astro": "0.14.1",
"satori": "^0.26.0",
"sharp": "^0.34.5",
"stylelint": "^17.14.1",
"stylelint-config-recess-order": "^7.8.0",
"typescript": "^6.0.3",
"wrangler": "^4.125.0"
},
"engines": {
"node": ">=22"
},
"packageManager": "pnpm@11.8.0+sha512.c1f5e7c4cb241c8f174b743851d82f42b802324afc8b0f116b96adb15aa06664948dde36960a3ba1079ba5b4b29dd0140135b94b5b5f5263592249d68e555f26"
}