create-a-critique
Version:
Start a GoTHA app, it combines Go, Templ, HTMX and Alpine.js in the same bundle.
32 lines (31 loc) • 815 B
JSON
{
"name": "project-name",
"version": "0.1.0",
"scripts": {
"build": "rspack build",
"build:watch": "rspack build --watch",
"check": "biome check --write",
"dev:onlygo": "air",
"dev": "concurrently \"rspack build --watch\" \"air\"",
"format": "biome format --write"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@rspack/cli": "^1.3.8",
"@rspack/core": "^1.3.8",
"@tailwindcss/postcss": "^4.1.4",
"@types/alpinejs": "^3.13.11",
"@types/alpinejs__morph": "^3.13.4",
"concurrently": "^9.1.2",
"postcss": "^8.5.3",
"postcss-loader": "^8.1.1",
"tailwindcss": "^4.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"dependencies": {
"@alpinejs/morph": "^3.14.9",
"alpinejs": "^3.14.9",
"htmx.org": "^1.9.12"
}
}