mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
d515c9f1ec
* 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
22 lines
628 B
JSON
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"
|
|
}
|
|
}
|