mirror of
https://github.com/jwetzell/showbridge-www.git
synced 2026-07-26 08:58:39 +00:00
8ac1cec13d
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.14 to 4.1.17. - [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.1.17/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.1.17 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
30 lines
736 B
JSON
30 lines
736 B
JSON
{
|
|
"name": "@showbridge/site",
|
|
"version": "1.0.0",
|
|
"description": "www.showbrigde.io",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"tailwind": "tailwindcss -i tailwind.css -o src/assets/css/tailwind.css",
|
|
"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.1.17",
|
|
"@tailwindcss/cli": "4.1.14"
|
|
}
|
|
}
|