docspell/modules/webapp/package.json

19 lines
441 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
"dependencies": {},
"devDependencies": {
2021-10-24 10:53:41 +00:00
"@fortawesome/fontawesome-free": "^5.15.4",
"@tailwindcss/forms": "^0.4.0",
"autoprefixer": "^10.4.0",
"cssnano": "^5.0.14",
2021-03-26 21:16:10 +00:00
"flag-icon-css": "^3.5.0",
"postcss": "^8.4.5",
"postcss-cli": "^9.1.0",
2021-10-24 10:53:41 +00:00
"postcss-import": "^14.0.2",
2021-10-24 12:45:03 +00:00
"postcss-purgecss": "^2.0.3",
"tailwindcss": "^3.0.7"
2021-01-29 19:44:36 +00:00
}
}