mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-27 11:50:19 +00:00
5784cf0594
Bumps [cssnano](https://github.com/cssnano/cssnano) from 5.1.4 to 5.1.7. - [Release notes](https://github.com/cssnano/cssnano/releases) - [Commits](https://github.com/cssnano/cssnano/compare/cssnano@5.1.4...cssnano@5.1.7) --- updated-dependencies: - dependency-name: cssnano 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.7",
|
|
"postcss": "^8.4.12",
|
|
"tailwindcss": "^3.0.23"
|
|
}
|
|
}
|