Files
knaeckeboot-eu/themes/bluewater/package.json
T
kossa 559194ece2
Deploy Hugo Site / Deploy Batch Tools on beta.batch.tools (push) Failing after 1m23s
minify tailwind
2024-04-08 17:01:49 +02:00

19 lines
481 B
JSON

{
"name": "bluewater",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tailwindcss -i ./tailwind.css -o ./assets/style.css --minify",
"watch": "npx tailwindcss -i ./tailwind.css -o ./assets/style.css --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@tailwindcss/typography": "^0.5.7",
"tailwindcss": "^3.1.8"
}
}