Bumps [cssnano](https://github.com/cssnano/cssnano) from 5.1.12 to 5.1.13. - [Release notes](https://github.com/cssnano/cssnano/releases) - [Commits](https://github.com/cssnano/cssnano/commits) --- 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.2",
|
|
"autoprefixer": "^10.4.8",
|
|
"cssnano": "^5.1.13",
|
|
"postcss": "^8.4.16",
|
|
"tailwindcss": "^3.1.8"
|
|
}
|
|
}
|