mirror of
https://github.com/Kyren223/website.git
synced 2025-09-05 14:08:12 +00:00
27 lines
602 B
JSON
27 lines
602 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/check": "^0.9.4",
|
|
"@astrojs/mdx": "^3.1.9",
|
|
"@astrojs/tailwind": "^5.1.2",
|
|
"@expressive-code/plugin-line-numbers": "^0.38.3",
|
|
"astro": "^4.16.10",
|
|
"astro-expressive-code": "^0.38.3",
|
|
"tailwindcss": "^3.4.14"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|