mirror of
https://github.com/sammyshear/sshear.dev.git
synced 2025-12-06 03:15:53 +00:00
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
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.9",
|
|
"@astrojs/partytown": "^2.0.4",
|
|
"@astrojs/react": "^3.1.0",
|
|
"@astrojs/sitemap": "^3.1.1",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@primer/octicons-react": "^19.9.0",
|
|
"@types/react": "^18.2.66",
|
|
"@types/react-dom": "^18.2.22",
|
|
"astro": "^4.5.5",
|
|
"astro-compressor": "^0.4.1",
|
|
"astro-robots-txt": "^1.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@catppuccin/tailwindcss": "^0.1.6",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-astro": "^0.13.0"
|
|
},
|
|
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
|
|
}
|