mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-29 17:55:32 +00:00
77d31aaf3f
Bumps [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) from 0.5.2 to 0.5.3. - [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.2...v0.5.3) --- 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.3",
|
|
"autoprefixer": "^10.4.8",
|
|
"cssnano": "^5.1.13",
|
|
"postcss": "^8.4.16",
|
|
"tailwindcss": "^3.1.8"
|
|
}
|
|
}
|