troylusty.com/package.json
dependabot[bot] f2d3370130
build(deps-dev): bump @types/node in the dev-dependencies group
Bumps the dev-dependencies group with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/node` from 22.13.8 to 22.13.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 22:38:34 +00:00

37 lines
1.1 KiB
JSON

{
"name": "troylusty.com",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "npx astro dev",
"build": "npx astro check && npx astro build",
"preview": "npx astro preview",
"astro": "astro",
"format:check": "prettier --check .",
"format:write": "prettier --write .",
"update": "npx npm-check-updates -u && npm install"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "^4.1.0",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "3.2.1",
"@fontsource-variable/outfit": "^5.2.5",
"@fontsource-variable/red-hat-mono": "^5.2.5",
"@tailwindcss/vite": "^4.0.9",
"astro": "^5.4.1",
"astro-icon": "^1.1.5",
"npm-check-updates": "^17.1.15",
"rehype-external-links": "^3.0.0",
"tailwindcss": "^4.0.9",
"typescript": "^5.8.2"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.13.9",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11"
}
}