docspell/modules/webapp/package.json

17 lines
383 B
JSON
Raw Normal View History

2021-01-29 19:44:36 +00:00
{
"name": "docspell-css",
"version": "1.0.0",
"private": true,
"dependencies": {
2021-10-24 10:53:41 +00:00
"@fortawesome/fontawesome-free": "^5.15.4",
"@tailwindcss/forms": "^0.3.4",
"autoprefixer": "^10.3.7",
"cssnano": "^5.0.8",
2021-03-26 21:16:10 +00:00
"flag-icon-css": "^3.5.0",
2021-10-24 10:53:41 +00:00
"postcss": "^8.3.11",
"postcss-cli": "^9.0.1",
"postcss-import": "^14.0.2",
"tailwindcss": "^2.2.17"
2021-01-29 19:44:36 +00:00
}
}