mirror of
https://github.com/Kyren223/website.git
synced 2025-12-28 08:54:37 +00:00
22 lines
459 B
JSON
22 lines
459 B
JSON
{
|
|
"name": "",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^3.1.9",
|
|
"@astrojs/starlight": "^0.29.0",
|
|
"@astrojs/tailwind": "^5.1.2",
|
|
"astro": "^4.16.10",
|
|
"tailwindcss": "^3.4.14"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.15"
|
|
}
|
|
} |