This repository has been archived on 2025-08-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
web-app-template/package.json
renovate 800a13c558
Some checks failed
Build Docker Image / Build-Docker-Image (push) Successful in 4m29s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Has been cancelled
chore(deps): update tailwindcss monorepo to v4.1.11
2025-06-27 17:27:11 +00:00

19 lines
675 B
JSON

{
"name": "web-app-template",
"version": "1.0.0",
"description": "Your (almost) independent tech stack to host on a VPC.",
"main": "index.js",
"scripts": {
"build": "mkdir -p static/js && cp -f node_modules/htmx.org/dist/htmx.min.js static/js/htmx.min.js && tailwindcss -i input.css -o static/css/tailwind.css --minify",
"watch": "mkdir -p static/js && cp -f node_modules/htmx.org/dist/htmx.min.js static/js/htmx.min.js && tailwindcss -i input.css -o static/css/tailwind.css --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"htmx.org": "2.0.6",
"tailwindcss": "4.1.11",
"@tailwindcss/cli": "4.1.11"
}
}