mirror of
https://github.com/jwetzell/showbridge-www.git
synced 2026-07-26 08:58:39 +00:00
5949e30942
Bumps [@tailwindcss/cli](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-cli) from 4.2.4 to 4.3.1. - [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.3.1/packages/@tailwindcss-cli) --- updated-dependencies: - dependency-name: "@tailwindcss/cli" dependency-version: 4.3.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
30 lines
734 B
JSON
30 lines
734 B
JSON
{
|
|
"name": "@showbridge/site",
|
|
"version": "1.0.0",
|
|
"description": "www.showbridge.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.3.1",
|
|
"@tailwindcss/cli": "4.3.1"
|
|
}
|
|
}
|