aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/package.json
blob: ef323afbfa0b3ff442a993cfec43f8d262a5d00e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "scripts": {
    "compile": "tsc -p tsconfig.json && sass --no-source-map --style compressed --update scss:assets/css"
  },
  "license": "GPL-3.0",
  "repository": {
    "url": "https://github.com/AllanWang/Frost-for-Facebook"
  },
  "dependencies": {
    "typescript": "^3.3.1",
    "sass": "^1.19.0"
  }
}