troylusty.com/package.json
Troy a04446de76
All checks were successful
Docker / run-tests (push) Successful in 3m55s
Docker / build-and-push-image (push) Successful in 3m13s
chore: upgrade dependencies
2025-03-26 20:45:47 +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.2.2",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "3.3.0",
"@fontsource-variable/outfit": "^5.2.5",
"@fontsource-variable/red-hat-mono": "^5.2.5",
"@tailwindcss/vite": "^4.0.17",
"astro": "^5.5.5",
"astro-icon": "^1.1.5",
"rehype-external-links": "^3.0.0",
"tailwindcss": "^4.0.17",
"typescript": "^5.8.2"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.13.13",
"npm-check-updates": "^17.1.16",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11"
}
}