Move webapp related build files into the webapp directory

This commit is contained in:
eikek
2021-06-22 23:40:42 +02:00
parent 6a4f1c148d
commit 9e552d2ac1
11 changed files with 12 additions and 6 deletions

View File

@ -0,0 +1,16 @@
{
"name": "docspell-css",
"version": "1.0.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@tailwindcss/forms": "^0.3.0",
"autoprefixer": "^10.2.5",
"cssnano": "^5.0.0",
"flag-icon-css": "^3.5.0",
"postcss": "^8.2.9",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.1",
"tailwindcss": "^2.1.1"
}
}