mirror of
https://github.com/Xevion/utsa-handbook.git
synced 2025-12-06 01:16:46 -06:00
32 lines
795 B
JSON
32 lines
795 B
JSON
{
|
|
"name": "handbook",
|
|
"type": "module",
|
|
"version": "0.0.2",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.5.6",
|
|
"@astrojs/mdx": "^2.1.1",
|
|
"@astrojs/react": "^3.0.10",
|
|
"@astrojs/rss": "^4.0.5",
|
|
"@astrojs/sitemap": "^3.1.1",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"@types/node": "^20.11.25",
|
|
"@types/react": "^18.2.64",
|
|
"@types/react-dom": "^18.2.21",
|
|
"astro": "^4.4.15",
|
|
"clsx": "^2.1.0",
|
|
"dayjs": "^1.11.10",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"sass": "^1.71.1",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.4.2"
|
|
}
|
|
} |