{ "name": "Blonde", "version": "0.0.2", "description": "Blonde, A simple theme using Tailwind CSS.", "main": "index.js", "repository": "https://github.com/opera7133/Blonde", "author": "wamo ", "license": "MIT", "scripts": { "start": "concurrently npm:watch:*", "watch:tw": "tailwindcss -i ./themes/Blonde/assets/css/main.css -o ./themes/Blonde/assets/css/style.css --watch", "watch:hugo": "hugo server", "build": "tailwindcss -i ./themes/Blonde/assets/css/main.css -o ./themes/Blonde/assets/css/style.css && hugo --minify" }, "devDependencies": { "@tailwindcss/typography": "^0.5.7", "autoprefixer": "^10.4.11", "concurrently": "^7.4.0", "postcss": "^8.4.16", "postcss-cli": "^10.0.0", "tailwindcss": "^3.1.8" } }