Files
showbridge-www/package.json
T
dependabot[bot] c0599e5980 Bump tailwindcss from 3.4.3 to 3.4.4 in /site
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.3 to 3.4.4.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.4/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.3...v3.4.4)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-10 01:04:58 +00:00

28 lines
623 B
JSON

{
"name": "@showbridge/site",
"version": "1.0.0",
"description": "www.showbrigde.io",
"main": "index.js",
"scripts": {
"dev": "http-server src/"
},
"author": {
"name": "Joel Wetzell",
"email": "me@jwetzell.com",
"url": "https://jwetzell.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jwetzell/showbridge.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/jwetzell/showbridge/issues"
},
"homepage": "https://github.com/jwetzell/showbridge#readme",
"devDependencies": {
"http-server": "14.1.1",
"tailwindcss": "3.4.4"
}
}