Skip to content

Instantly share code, notes, and snippets.

@cport1
Created July 11, 2017 17:53
Show Gist options
  • Save cport1/6a15d66b19d543f75a07dff206cd391f to your computer and use it in GitHub Desktop.
Save cport1/6a15d66b19d543f75a07dff206cd391f to your computer and use it in GitHub Desktop.
{
"name": "reactiveCoreWebApp",
"version": "0.5.1",
"license": "",
"angular-cli": {},
"scripts": {
"start": "ng serve",
"lint": "tslint \"src/**/*.ts\"",
"test": "ng test",
"pree2e": "webdriver-manager update",
"e2e": "protractor"
},
"private": true,
"dependencies": {
"@angular/animations": "4.2.4",
"@angular/common": "4.2.4",
"@angular/compiler": "4.2.4",
"@angular/core": "4.2.4",
"@angular/flex-layout": "^2.0.0-beta.8",
"@angular/forms": "4.2.4",
"@angular/http": "4.2.4",
"@angular/material": "^2.0.0-beta.7",
"@angular/platform-browser": "4.2.4",
"@angular/platform-browser-dynamic": "4.2.4",
"@angular/router": "4.2.4",
"@angular/service-worker": "^1.0.0-beta.14",
"@ngrx/core": "^1.2.0",
"@ngrx/db": "2.0.2",
"@ngrx/effects": "^2.0.3",
"@ngrx/router-store": "^1.2.6",
"@ngrx/store": "^2.2.2",
"@ngrx/store-devtools": "^3.2.4",
"@swimlane/ngx-datatable": "^8.0.0",
"@types/graphql": "^0.8.6",
"angular2-jwt": "^0.2.3",
"apollo-angular": "^0.13.0",
"apollo-client": "^1.0.4",
"core-js": "2.4.1",
"d3": "^4.4.0",
"graphql-tag": "^2.0.0",
"hammerjs": "^2.0.8",
"moment": "^2.17.1",
"ng2-tag-input": "^1.3.3",
"ngrx-store-freeze": "^0.1.4",
"ngx-validation": "0.0.4",
"reselect": "^2.5.4",
"rxjs": "5.4.0",
"sql-parser": "^0.5.0",
"text-encoding": "^0.6.4",
"ts-helpers": "^1.1.1",
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/cli": "^1.2.0",
"@angular/compiler-cli": "4.2.4",
"@types/hammerjs": "^2.0.34",
"@types/jasmine": "2.5.38",
"@types/node": "^6.0.42",
"codelyzer": "2.0.0",
"gulp": "^3.9.1",
"gulp-conventional-changelog": "^1.1.0",
"gulp-load-plugins": "^1.4.0",
"jasmine-core": "2.5.2",
"jasmine-spec-reporter": "2.5.0",
"jsdoc": "^3.4.3",
"karma": "1.2.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-remap-istanbul": "^0.2.1",
"protractor": "4.0.9",
"ts-node": "2.0.0",
"tslint": "4.5.0",
"typescript": "^2.3.4",
"webdriver-manager": "10.2.5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment