{ "name": "tailpress", "version": "0.1.0", "description": "Boilerplate WordPress theme with Tailwind CSS.", "author": "Jeffrey van Rossum", "repository": { "type": "git", "url": "https://github.com/jeffreyvr/tailpress" }, "theme_uri": "https://github.com/jeffreyvr/tailpress", "author_uri": "https://vanrossum.dev", "text_domain": "tailpress", "license": "MIT", "scripts": { "dev": "mix", "watch": "mix watch", "watch-poll": "mix watch -- --watch-options-poll=1000", "production": "mix --production" }, "devDependencies": { "@tailwindcss/postcss": "^4.0.0", "browser-sync": "^2.29.1", "browser-sync-webpack-plugin": "^2.3.0", "laravel-mix": "^6.0.29", "postcss": "^8.5.1", "postcss-nested": "^7.0.2", "tailwindcss": "^4.0.0" } }