mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 16:55:37 +02:00
24 lines
572 B
JSON
24 lines
572 B
JSON
{
|
|
"name": "",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/cloudflare": "^12.6.0",
|
|
"@astrojs/solid-js": "^5.1.0",
|
|
"@fontsource-variable/geist-mono": "^5.2.6",
|
|
"@fontsource/geist-sans": "^5.2.5",
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"astro": "^5.11.2",
|
|
"tailwindcss": "^4.1.11"
|
|
},
|
|
"devDependencies": {
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"prettier-plugin-tailwindcss": "^0.6.14"
|
|
}
|
|
} |