troylusty.com/package.json
dependabot[bot] 4ec32f43fd
Bump @fontsource-variable/inter from 5.1.0 to 5.1.1
Bumps [@fontsource-variable/inter](https://github.com/fontsource/font-files/tree/HEAD/fonts/variable/inter) from 5.1.0 to 5.1.1.
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/variable/inter)

---
updated-dependencies:
- dependency-name: "@fontsource-variable/inter"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-30 22:32:35 +00:00

36 lines
1,014 B
JSON

{
"name": "troylusty.com",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format:check": "prettier --check .",
"format:write": "prettier --write ."
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "^4.0.3",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@fontsource-variable/inter": "^5.1.1",
"@fontsource-variable/red-hat-mono": "^5.1.0",
"astro": "^5.1.1",
"astro-icon": "^1.1.4",
"rehype-external-links": "^3.0.0",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.13",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.10.1",
"prettier": "^3.4.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9"
}
}