mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-09-28 15:48:22 +00:00
Setup tailwind with docspell build
This commit is contained in:
14
package.json
Normal file
14
package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "docspell-css",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "^5.15.2",
|
||||
"autoprefixer": "^10.2.4",
|
||||
"cssnano": "^4.1.10",
|
||||
"postcss": "^8.2.4",
|
||||
"postcss-cli": "^8.3.1",
|
||||
"postcss-import": "^14.0.0",
|
||||
"tailwindcss": "^2.0.2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user