Setup tailwind with docspell build

This commit is contained in:
Eike Kettner
2021-01-29 20:44:36 +01:00
parent b3075cc6dc
commit 442b76c5af
7 changed files with 2965 additions and 3 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "docspell-css",
"version": "1.0.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"autoprefixer": "^10.2.4",
"cssnano": "^4.1.10",
"postcss": "^8.2.4",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.0",
"tailwindcss": "^2.0.2"
}
}