troylusty.com/package.json

38 lines
1 KiB
JSON
Raw Normal View History

2024-12-23 21:18:55 +00:00
{
2024-12-28 16:19:26 +00:00
"name": "troylusty.com",
2024-12-23 21:18:55 +00:00
"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",
2025-01-18 21:50:40 +00:00
"@astrojs/mdx": "^4.0.6",
Bump the dev-dependencies group with 4 updates (#21) Bumps the dev-dependencies group with 4 updates: [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [@iconify-json/simple-icons](https://github.com/iconify/icon-sets) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@astrojs/rss` from 4.0.10 to 4.0.11 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro-rss/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/rss@4.0.11/packages/astro-rss) Updates `astro` from 5.1.1 to 5.1.3 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.1.3/packages/astro) Updates `@iconify-json/simple-icons` from 1.2.17 to 1.2.18 - [Commits](https://github.com/iconify/icon-sets/commits) Updates `@types/node` from 22.10.2 to 22.10.5 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@astrojs/rss" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@iconify-json/simple-icons" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-06 23:53:23 +00:00
"@astrojs/rss": "^4.0.11",
2024-12-23 21:18:55 +00:00
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@fontsource-variable/outfit": "^5.1.1",
2025-01-18 21:50:40 +00:00
"@fontsource-variable/red-hat-mono": "^5.1.1",
2025-01-06 15:37:15 +00:00
"@fontsource/borel": "^5.1.1",
2025-01-18 21:50:40 +00:00
"astro": "^5.1.7",
"astro-icon": "^1.1.5",
2024-12-23 21:18:55 +00:00
"rehype-external-links": "^3.0.0",
2025-01-18 21:50:40 +00:00
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
2024-12-23 21:18:55 +00:00
},
"devDependencies": {
2025-01-18 21:50:40 +00:00
"@iconify-json/mdi": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.20",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.10.7",
"prettier": "^3.4.2",
2024-12-23 21:18:55 +00:00
"prettier-plugin-astro": "^0.14.1",
2025-01-18 21:50:40 +00:00
"prettier-plugin-tailwindcss": "^0.6.10"
2024-12-23 21:18:55 +00:00
}
}