This repository has been archived on 2025-12-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
BreadnetV3/web/package.json
2025-11-13 18:08:12 +13:00

17 lines
301 B
JSON

{
"name": "web",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.17",
"astro": "^5.15.4",
"tailwindcss": "^4.1.17"
}
}