diff options
Diffstat (limited to 'web/gotosocial-styling/package.json')
| -rw-r--r-- | web/gotosocial-styling/package.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/web/gotosocial-styling/package.json b/web/gotosocial-styling/package.json new file mode 100644 index 000000000..ae3d73e93 --- /dev/null +++ b/web/gotosocial-styling/package.json @@ -0,0 +1,20 @@ +{ + "name": "gotosocial-styling", + "version": "0.0.1", + "description": "PostCSS source for the https://github.com/superseriousbusiness/gotosocial common styling", + "repository": "https://github.com/superseriousbusiness/gotosocial-styling", + "author": "f0x", + "license": "AGPL-3.0", + "dependencies": { + "bluebird": "^3.7.2", + "postcss": "^8.3.5", + "postcss-color-function": "^4.1.0", + "postcss-nested": "^4.2.1", + "postcss-scss": "^4.0.0", + "postcss-simple-vars": "^5.0.2", + "postcss-strip-inline-comments": "^0.1.5" + }, + "devDependencies": { + "chokidar": "^3.5.2" + } +} |
