26 lines
554 B
JSON
26 lines
554 B
JSON
{
|
|
"name": "terakoda.com",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.3.0",
|
|
"@astrojs/rss": "^4.0.11",
|
|
"@astrojs/sitemap": "^3.4.0",
|
|
"@tailwindcss/vite": "^4.1.8",
|
|
"astro": "^5.8.1",
|
|
"less": "^4.3.0",
|
|
"tailwindcss": "^4.1.8"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/ts-plugin": "^1.10.4",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-astro": "^0.14.1"
|
|
}
|
|
}
|