github.com/10ego/gthp@v0.0.0-20241025155251-e1514fa71fbb/package.json (about) 1 { 2 "name": "Go-Templ-HTMX-Postgresql App Framework", 3 "version": "1.0.0", 4 "main": "index.js", 5 "scripts": { 6 "test": "echo \"Error: no test specified\" && exit 1", 7 "build-css": "tailwindcss -i ./internal/static/css/styles.css -o ./internal/static/css/output.css" 8 }, 9 "keywords": [], 10 "author": "", 11 "license": "ISC", 12 "description": "", 13 "dependencies": { 14 "autoprefixer": "^10.4.20", 15 "postcss": "^8.4.45", 16 "tailwindcss": "^3.4.14" 17 } 18 }