37 lines
1,022 B
JSON
37 lines
1,022 B
JSON
{
|
|
"name": "barrettruth.sh",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"prepare": "husky",
|
|
"check": "astro check"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,ts,jsx,tsx,json,css,scss,md,astro,html,yaml,yml}": [
|
|
"prettier --write",
|
|
"astro check"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.3.13",
|
|
"@astrojs/vercel": "^9.0.4",
|
|
"astro": "^5.16.9",
|
|
"rehype-external-links": "^3.0.0",
|
|
"rehype-katex": "^7.0.1",
|
|
"remark-math": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.6",
|
|
"@typescript-eslint/parser": "^8.53.0",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.2.7",
|
|
"prettier": "^3.8.0",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a"
|
|
}
|