diff options
| author | 2021-06-21 19:46:10 +0200 | |
|---|---|---|
| committer | 2021-06-21 19:46:10 +0200 | |
| commit | f9bc305acaaf26bf3c5ef4ae49f7b5a20c9c1dfe (patch) | |
| tree | c7312570819f998a51ad79e950baf523ae6426f8 /web/source/package.json | |
| parent | Deletes+unboosts (#52) (diff) | |
| download | gotosocial-f9bc305acaaf26bf3c5ef4ae49f7b5a20c9c1dfe.tar.xz | |
new styling for frontpage, update login and authorize templates (#46)
* 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
Diffstat (limited to 'web/source/package.json')
| -rw-r--r-- | web/source/package.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/web/source/package.json b/web/source/package.json new file mode 100644 index 000000000..d58091118 --- /dev/null +++ b/web/source/package.json @@ -0,0 +1,11 @@ +{ + "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" + } +} |
