{ "name": "nolog-web", "version": "1.0.0", "main": "index.js", "repository": "https://git.nolog.cz/NoLog.cz/public-web.git", "author": "ondrej ", "license": "MIT", "scripts": { "dev": "hugo server -D & tailwindcss -i ./assets/main.css -o ./assets/style.css --watch" }, "devDependencies": { "tailwindcss": "^3.4.5" }, "volta": { "node": "18.12.1", "yarn": "3.3.0" } }