c084208db6
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.3.1/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
21 lines
576 B
JSON
21 lines
576 B
JSON
{
|
|
"name": "antcms",
|
|
"description": "A simple CMS built with PHP and Markdown",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/BelleNottelling/AntCMS.git"
|
|
},
|
|
"author": "BelleNottelling",
|
|
"bugs": {
|
|
"url": "https://github.com/BelleNottelling/AntCMS/issues"
|
|
},
|
|
"homepage": "https://github.com/BelleNottelling/AntCMS#readme",
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"tailwindcss": "^3.3.1"
|
|
}
|
|
}
|