mirror of
https://github.com/Xevion/utsa-handbook.git
synced 2025-12-06 03:16:56 -06:00
29 lines
706 B
JSON
29 lines
706 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",
|
|
"@types/node": "^20.11.25",
|
|
"@types/react": "^18.2.64",
|
|
"@types/react-dom": "^18.2.21",
|
|
"astro": "^4.4.15",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"sass": "^1.71.1",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.4.2"
|
|
}
|
|
} |