{
  "name": "io-plugin",
  "version": "7.0.1",
  "description": "I/O Plugin",
  "scripts": {
    "tsc": "tsc -p tsconfig.json",
    "tsc:w": "tsc -p tsconfig.json -w",
    "lite": "lite-server",
    "start": "npm run tsc && concurrently \"npm run tsc:w\" \"npm run lite\" "
  },
  "license": "MIT",
  "dependencies": {
    "@angular/common": "4.2.6",
    "@angular/compiler": "4.2.6",
    "@angular/compiler-cli": "4.2.6",
    "@angular/core": "4.2.6",
    "@angular/forms": "4.2.6",
    "@angular/http": "4.2.6",
    "@angular/platform-browser": "4.2.6",
    "@angular/platform-browser-dynamic": "4.2.6",
    "@angular/platform-server": "4.2.6",
    "@angular/animations": "4.2.6",
    "@angular/router": "4.2.6",
    "ag-grid": "13.3.1",
    "ag-grid-angular": "13.3.0",
    "bootstrap": "3.3.6",
    "core-js": "2.4.1",
    "jquery": "3.1.1",
    "lodash": "4.17.4",
    "moment": "2.17.1",
    "rxjs": "5.4.2",
    "systemjs": "0.20.14",
    "zone.js": "0.8.12",
    "primeng": "^4.2.0",
    "ng2-split-pane": "^1.3.1",
    "font-awesome": "^4.7.0"
  },
  "devDependencies": {
    "@types/react": "^16.0.2",
    "@types/react-select": "^1.0.58",
    "lite-server": "2.2.2",
    "typescript": "^2.4.2",
    "concurrently": "3.5.0"
  }
}
