{ "$schema": "https://json.schemastore.org/package", "scripts": { "build": "tsc && vite build", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "alpinejs": "^3.10.4" }, "devDependencies": { "@tailwindcss/forms": "^0.5.3", "@types/alpinejs": "^3.7.0", "autoprefixer": "^10.4.12", "postcss": "^8.4.18", "tailwindcss": "^3.1.8", "typescript": "^4.8.4", "vite": "^3.1.8" } }