{ "name": "axum-leptos-tailwind-template", "version": "1.0.0", "description": " \"Leptos ", "main": "tailwind.config.js", "scripts": { "build": "npx tailwindcss -i ./style/input.css -o ./target/site/pkg/axum-leptos-tailwind-template.css", "watch": "npx tailwindcss -i ./style/input.css -o ./target/site/pkg/axum-leptos-tailwind-template.css --watch" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "tailwindcss": "^3.4.17" } }