mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
21 lines
452 B
JSON
21 lines
452 B
JSON
{
|
|
"name": "",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.2.6",
|
|
"@astrojs/rss": "^4.0.11",
|
|
"@astrojs/sitemap": "^3.4.0",
|
|
"@astrojs/solid-js": "^5.0.10",
|
|
"@tailwindcss/vite": "^4.1.7",
|
|
"astro": "^5.7.13",
|
|
"solid-js": "^1.9.7",
|
|
"tailwindcss": "^4.1.7"
|
|
}
|
|
} |