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 43b994cba9
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 5m32s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 2m19s
chore(deps): update dependency htmx.org to v2.0.5
2025-06-20 22:07:22 +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.5",
"tailwindcss": "4.1.10",
"@tailwindcss/cli": "4.1.10"
}
}