troylusty.com/package.json

36 lines
985 B
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": "npx astro dev",
"build": "npx astro check && npx astro build",
"preview": "npx astro preview",
2024-12-23 21:18:55 +00:00
"astro": "astro",
"format:check": "prettier --check .",
"format:write": "prettier --write .",
2025-03-03 16:02:47 +00:00
"update": "npx npm-check-updates -u && npm install"
2024-12-23 21:18:55 +00:00
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "^4.3.0",
2025-06-04 18:51:58 +01:00
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "3.4.1",
2025-06-20 10:56:34 +01:00
"@tailwindcss/vite": "^4.1.10",
"astro": "^5.10.0",
2025-01-18 21:50:40 +00:00
"astro-icon": "^1.1.5",
2024-12-23 21:18:55 +00:00
"rehype-external-links": "^3.0.0",
2025-06-20 10:56:34 +01:00
"tailwindcss": "^4.1.10",
2025-04-07 14:38:37 +01:00
"typescript": "^5.8.3"
2024-12-23 21:18:55 +00:00
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
2025-01-18 21:50:40 +00:00
"@tailwindcss/typography": "^0.5.16",
2025-06-20 10:56:34 +01:00
"@types/node": "^24.0.3",
"npm-check-updates": "^18.0.1",
"prettier": "^3.5.3",
2024-12-23 21:18:55 +00:00
"prettier-plugin-astro": "^0.14.1",
2025-06-20 10:56:34 +01:00
"prettier-plugin-tailwindcss": "^0.6.13"
2024-12-23 21:18:55 +00:00
}
}