aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/package.json
blob: c6d17385482fa0727f6afd474579da8abe825579 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "poe",
  "version": "1.0.0",
  "license": "MIT",
  "scripts": {
    "start": "concurrent \"npm run tsc:w\" \"npm run lite\" ",
    "tsc": "tsc",
    "tsc:w": "tsc -w",
    "lite": "lite-server",
    "typings": "typings",
    "postinstall": "typings install"
  },
  "dependencies": {
    "angular2": "2.0.0-beta.7",
    "codemirror": "^5.12.0",
    "es6-promise": "^3.0.2",
    "es6-shim": "^0.33.3",
    "reflect-metadata": "0.1.2",
    "rxjs": "5.0.0-beta.2",
    "systemjs": "0.19.22",
    "zone.js": "0.5.15"
  },
  "devDependencies": {
    "concurrently": "^2.0.0",
    "lite-server": "^2.1.0",
    "proxy-middleware": "^0.15.0",
    "typescript": "^1.8.2",
    "typings": "^0.6.8",
    "url": "^0.11.0"
  }
}