summaryrefslogtreecommitdiff
path: root/web/gotosocial-styling/package.json
blob: ae3d73e93a8644328ac2e4ad5b46baf95fd67c40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"
  }
}