Skip to content

Commit

Permalink
Merge pull request #4 from NomadicDaddy/main
Browse files Browse the repository at this point in the history
Update package.json to add Tailwind CSS plugins and upgrade dependencies
  • Loading branch information
NomadicDaddy authored Oct 8, 2024
2 parents 02621f0 + 92286ee commit 84b1425
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,19 @@
"start": "pwsh -NoLogo -NoProfile -ExecutionPolicy Bypass \"./podex.ps1\""
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"htmx-ext-client-side-templates": "^2.0.0",
"htmx-ext-debug": "^2.0.0",
"htmx-ext-json-enc": "^2.0.1",
"htmx.org": "^2.0.2",
"htmx.org": "^2.0.3",
"mustache": "^4.2.0",
"tailwindcss": "^3.4.13"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"eslint": "^9.11.1",
"eslint": "^9.12.0",
"globals": "^15.10.0",
"prettier": "^3.3.3",
"prettier-plugin-sql": "^0.18.1",
Expand Down

0 comments on commit 84b1425

Please sign in to comment.