Files
netris-nestri/packages/web/package.json
2025-07-20 03:52:13 +03:00

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"
}
}