docspell/modules/webapp/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
261 B
JSON
Raw Permalink 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",
2024-03-10 19:13:41 +00:00
"flag-icons": "^7.2.0"
},
"dependencies": {
"tailwindcss": "^3.4.1"
2021-01-29 19:44:36 +00:00
}
}