mirror of
https://github.com/TheAnachronism/docspell.git
synced 2024-11-13 02:31:10 +00:00
e731d822dc
* Add Japanese Vertical Support * Adds Japanese Vertical mappings to default configuration.
14 lines
261 B
JSON
14 lines
261 B
JSON
{
|
|
"name": "docspell-css",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.0.0",
|
|
"@tailwindcss/forms": "^0.5.0",
|
|
"flag-icons": "^7.2.0"
|
|
},
|
|
"dependencies": {
|
|
"tailwindcss": "^3.4.1"
|
|
}
|
|
}
|