{
  "name": "@dometec/ng2-smart-table-demo",
  "version": "1.3.5-dom",
  "description": "Angular Smart Table",
  "repository": {
    "type": "git",
    "url": "https://github.com/dometec/ng2-smart-table.git"
  },
  "license": "MIT",
  "scripts": {
    "ng": "ng",
    "ngh": "ngh",
    "rimraf": "rimraf",
    "ngc": "node_modules/.bin/ngc",
    "start": "ng serve",
    "start:aot": "ng serve --aot",
    "build": "npm run clean:dist && ng build",
    "build:prod": "npm run build -- --prod",
    "build:prod:aot": "npm run build:prod -- --aot",
    "build:ci": "npm run build:prod && npm run build:prod:aot && npm run build:release",
    "build:ghpages": "npm run build:prod:aot -- --base-href \"https://akveo.github.io/ng2-smart-table/\" && ngh",
    "build:release": "npm run clean:dist && gulp build:release",
    "test": "ng test",
    "test:coverage": "rimraf coverage && npm run test -- --code-coverage",
    "lint": "ng lint",
    "lint:styles": "stylelint ./src/framework/**/*.scss",
    "lint:ci": "npm run lint && npm run lint:styles",
    "pree2e": "webdriver-manager update --standalone false --gecko false",
    "e2e": "ng e2e",
    "clean:dist": "npm run rimraf -- dist",
    "changelog": "standard-changelog"
  },
  "dependencies": {
    "@angular/animations": "6.0.2",
    "@angular/common": "6.0.2",
    "@angular/compiler": "6.0.2",
    "@angular/core": "6.0.2",
    "@angular/forms": "6.0.2",
    "@angular/http": "6.0.2",
    "@angular/platform-browser": "6.0.2",
    "@angular/platform-browser-dynamic": "6.0.2",
    "@angular/platform-server": "6.0.2",
    "@angular/router": "6.0.2",
    "core-js": "2.5.6",
    "gulp-rename": "^1.3.0",
    "highlight.js": "9.12.0",
    "lodash": "4.17.10",
    "ng2-completer": "1.6.3",
    "normalize.css": "8.0.0",
    "rxjs": "6.1.0",
    "rxjs-compat": "^6.1.0",
    "zone.js": "0.8.26"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "~0.6.3",
    "@angular/cli": "6.0.3",
    "@angular/compiler-cli": "6.0.2",
    "@types/gulp": "4.0.5",
    "@types/highlight.js": "9.12.2",
    "@types/jasmine": "2.8.7",
    "@types/lodash": "4.14.108",
    "@types/node": "10.1.0",
    "@types/rimraf": "2.0.2",
    "@types/run-sequence": "0.0.30",
    "@types/rx": "4.1.1",
    "angular-cli-ghpages": "0.5.2",
    "chalk": "2.4.1",
    "codelyzer": "4.3.0",
    "gulp": "3.9.1",
    "gulp-better-rollup": "3.1.0",
    "gulp-clean": "0.4.0",
    "gulp-clean-css": "3.9.4",
    "gulp-connect": "5.5.0",
    "gulp-htmlmin": "4.0.0",
    "gulp-if": "2.0.2",
    "gulp-sass": "4.0.1",
    "gulp-sourcemaps": "2.6.4",
    "jasmine-core": "3.1.0",
    "jasmine-spec-reporter": "4.2.1",
    "karma": "2.0.2",
    "karma-chrome-launcher": "2.2.0",
    "karma-cli": "1.0.1",
    "karma-coverage-istanbul-reporter": "2.0.0",
    "karma-jasmine": "1.1.2",
    "karma-jasmine-html-reporter": "1.1.0",
    "npm-run-all": "4.1.3",
    "protractor": "5.3.2",
    "resolve-bin": "0.4.0",
    "rimraf": "2.6.2",
    "run-sequence": "2.2.1",
    "standard-changelog": "1.0.19",
    "stylelint": "9.2.1",
    "ts-node": "6.0.3",
    "tslint": "5.10.0",
    "tslint-eslint-rules": "5.3.1",
    "tslint-language-service": "0.9.9",
    "typescript": "~2.7.2"
  }
}
