mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
f9bc305aca
* new styling for frontpage, update login and authorize templates * run go fmt * add AssetBaseDir to command flag parsing * untested: move landing page to it's own router * go fmt, fix typo * fix package, adapt to proper Route structure
12 lines
278 B
JSON
12 lines
278 B
JSON
{
|
|
"license": "AGPL-3.0",
|
|
"dependencies": {
|
|
"postcss": "^8.3.5",
|
|
"postcss-color-function": "^4.1.0",
|
|
"postcss-scss": "^4.0.0",
|
|
"postcss-nested": "^4.2.1",
|
|
"postcss-simple-vars": "^5.0.2",
|
|
"postcss-strip-inline-comments": "^0.1.5"
|
|
}
|
|
}
|