diff options
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" + } +} |
