mirror of
https://github.com/jwetzell/showbridge-www.git
synced 2026-08-11 07:53:38 +00:00
4f36084ab6
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.0.0 to 4.0.6. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.6/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
623 B
JSON
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": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jwetzell/showbridge/issues"
|
|
},
|
|
"homepage": "https://github.com/jwetzell/showbridge#readme",
|
|
"devDependencies": {
|
|
"http-server": "14.1.1",
|
|
"tailwindcss": "4.0.6"
|
|
}
|
|
}
|