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

20 lines
386 B
JSON

{
"name": "web",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.5.0",
"@tailwindcss/vite": "^4.1.17",
"astro": "^5.15.4",
"pocketbase": "^0.26.3",
"swiper": "^12.0.3",
"tailwindcss": "^4.1.17"
}
}