mirror of
https://github.com/sammyshear/sshear.dev.git
synced 2025-12-06 03:15:53 +00:00
37 lines
894 B
JSON
37 lines
894 B
JSON
{
|
|
"name": "sshear-dev-new",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"format": "prettier -w src"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.5.10",
|
|
"@astrojs/partytown": "^2.1.2",
|
|
"@astrojs/react": "^3.6.2",
|
|
"@astrojs/sitemap": "^3.2.1",
|
|
"@astrojs/tailwind": "^5.1.2",
|
|
"@primer/octicons-react": "^19.12.0",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"astro": "^4.16.9",
|
|
"astro-compressor": "^0.4.1",
|
|
"astro-robots-txt": "^1.0.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"tailwindcss": "^3.4.14",
|
|
"typescript": "^5.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@catppuccin/tailwindcss": "^0.1.6",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-astro": "^0.13.0"
|
|
}
|
|
}
|