gotosocial/web/gotosocial-styling/package.json
tobi d515c9f1ec
Goreleaser (#241)
* add goreleaser tooling

* add files + hook

* update hooks

* allow passing build-dir using cli args

* build tweaks

* tweak more

* update drone and goreleaser

* chill out tests

* remove postgres

* docker push on snapshot

* update releaser
2021-09-24 13:14:20 +02:00

22 lines
628 B
JSON

{
"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",
"minimist": "^1.2.5",
"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"
}
}