mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-06-07 13:12:37 +00:00
d177444c83
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.2 to 10.4.4. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.2...10.4.4) --- updated-dependencies: - dependency-name: autoprefixer 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.0",
|
|
"autoprefixer": "^10.4.4",
|
|
"cssnano": "^5.1.4",
|
|
"postcss": "^8.4.12",
|
|
"tailwindcss": "^3.0.23"
|
|
}
|
|
}
|