35 lines
967 B
JSON
35 lines
967 B
JSON
{
|
|
"name": "barrettruth.com",
|
|
"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,astro,html,md,json,yml,yaml}": [
|
|
"prettier --write",
|
|
"astro check --minimumSeverity warning"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.3.6",
|
|
"astro": "^5.14.1",
|
|
"rehype-katex": "^7.0.1",
|
|
"remark-math": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.5",
|
|
"@typescript-eslint/parser": "^8.46.0",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.2.3",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a"
|
|
}
|