All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 2m50s
21 lines
555 B
JSON
21 lines
555 B
JSON
{
|
|
"name": "mhoush.com",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"css-watch": "npx @tailwindcss/cli -i ./content/static/input.css -o ./content/static/output.css --minify --watch",
|
|
"css-build": "npx @tailwindcss/cli -i ./content/static/input.css -o ./content/static/output.css --minify"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"tailwindcss": "^4.1"
|
|
},
|
|
"dependencies": {
|
|
"sass": "^1.85.0"
|
|
}
|
|
}
|