docspell/modules/webapp/package.json

18 lines
419 B
JSON
Raw Normal View History

2021-01-29 19:44:36 +00:00
{
"name": "docspell-css",
"version": "1.0.0",
"private": true,
2021-10-24 12:45:03 +00:00
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.0.0",
"@tailwindcss/forms": "^0.5.0",
2022-02-05 17:11:53 +00:00
"autoprefixer": "^10.4.2",
2023-04-06 09:03:44 +00:00
"cssnano": "^6.0.0",
2021-03-26 21:16:10 +00:00
"flag-icon-css": "^3.5.0",
2022-02-27 21:55:43 +00:00
"postcss": "^8.4.7",
2023-12-05 21:42:39 +00:00
"postcss-cli": "^11.0.0",
"postcss-import": "^16.0.0",
"postcss-purgecss": "^5.0.0",
2022-02-27 21:55:43 +00:00
"tailwindcss": "^3.0.23"
2021-01-29 19:44:36 +00:00
}
}