* first stages of implementing alpinejs * add link to projects slideshow * begin adding nav bar * inpired hero from flaco theme * fix posts showcase fixed to publish current work to latest * revert docker action * update astro version
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
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/alpinejs": "^0.4.3",
|
|
"@astrojs/check": "0.9.4",
|
|
"@astrojs/mdx": "^4.0.8",
|
|
"@astrojs/rss": "^4.0.11",
|
|
"@astrojs/sitemap": "3.2.1",
|
|
"@fontsource-variable/outfit": "^5.1.1",
|
|
"@fontsource-variable/red-hat-mono": "^5.1.1",
|
|
"@fontsource/instrument-serif": "^5.1.1",
|
|
"@tailwindcss/vite": "^4.0.6",
|
|
"@types/alpinejs": "^3.13.11",
|
|
"alpinejs": "^3.14.8",
|
|
"astro": "^5.2.6",
|
|
"astro-icon": "^1.1.5",
|
|
"rehype-external-links": "^3.0.0",
|
|
"tailwindcss": "^4.0.6",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/mdi": "^1.2.3",
|
|
"@iconify-json/simple-icons": "^1.2.24",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@types/bun": "^1.2.2",
|
|
"prettier": "^3.5.0",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"prettier-plugin-tailwindcss": "^0.6.11"
|
|
}
|
|
}
|