{ "name": "htmx-go-todo", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "concurrently \"vite build --watch\" \"tailwindcss -i ./src/index.css -o ./static/index.css --watch\"" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "autoprefixer": "^10.4.16", "concurrently": "^8.2.1", "postcss": "^8.4.31", "prettier": "^3.0.3", "prettier-plugin-go-template": "^0.0.15", "tailwindcss": "^3.3.3", "vite": "^4.4.11" }, "dependencies": { "htmx.org": "^1.9.6" } }