aboutsummaryrefslogtreecommitdiff
path: root/app/src/web/package.json
blob: fbdc2442c5afa38676d8b3fdd5c6383653d774e0 (plain)
1
2
3
4
5
6
7
8
9
{
  "scripts": {
    "compile": "tsc -p tsconfig.json && sass --no-source-map --style compressed --update scss:assets/css"
  },
  "dependencies": {
    "typescript": "^3.3.1",
    "sass": "^1.19.0"
  }
}