mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-24 04:25:38 +00:00
d64b6f880d
Bumps [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/tailwindlabs/tailwindcss-forms/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss-forms/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss-forms/compare/v0.5.0...v0.5.1) --- updated-dependencies: - dependency-name: "@tailwindcss/forms" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
399 B
JSON
17 lines
399 B
JSON
{
|
|
"name": "static-files",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tailwindcss --postcss -o public/tailwind.css",
|
|
"start": "tailwindcss --postcss -o public/tailwind.css --watch"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.1",
|
|
"autoprefixer": "^10.4.7",
|
|
"cssnano": "^5.1.7",
|
|
"postcss": "^8.4.13",
|
|
"tailwindcss": "^3.0.24"
|
|
}
|
|
}
|