docspell/modules/webapp/package.json

17 lines
381 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-03-26 19:30:28 +00:00
"@fortawesome/fontawesome-free": "^5.15.3",
"@tailwindcss/forms": "^0.3.0",
2021-03-26 19:30:28 +00:00
"autoprefixer": "^10.2.5",
2021-04-10 18:04:24 +00:00
"cssnano": "^5.0.0",
2021-03-26 21:16:10 +00:00
"flag-icon-css": "^3.5.0",
2021-04-10 10:40:18 +00:00
"postcss": "^8.2.9",
2021-01-29 19:44:36 +00:00
"postcss-cli": "^8.3.1",
2021-04-10 10:40:18 +00:00
"postcss-import": "^14.0.1",
"tailwindcss": "^2.1.1"
2021-01-29 19:44:36 +00:00
}
}