{ "name": "getyourband-platform", "version": "1.0.0", "description": "Modern band booking platform", "private": true, "scripts": { "dev": "vite", "build": "vite build", "watch": "vite build --watch" }, "devDependencies": { "vite": "^5.0.0", "tailwindcss": "^3.4.0", "postcss": "^8.4.32", "autoprefixer": "^10.4.16", "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.10" }, "dependencies": { "alpinejs": "^3.13.3" } }