Files
frontend/package.json
toom1996 99e4dd1667 update
2025-07-02 16:37:34 +08:00

19 lines
356 B
JSON

{
"name": "app",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.2.2",
"@tailwindcss/vite": "^4.1.8",
"astro": "^5.10.1",
"swiper": "^11.2.10",
"tailwindcss": "^4.1.8"
}
}