Skip to content

Instantly share code, notes, and snippets.

@ericjeker
Created September 5, 2017 13:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericjeker/8109cd9ff72d4203d8098565cbd5fe42 to your computer and use it in GitHub Desktop.
Save ericjeker/8109cd9ff72d4203d8098565cbd5fe42 to your computer and use it in GitHub Desktop.
{
"name": "angular-cli-project",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^4.3.5",
"@angular/cdk": "^2.0.0-beta.10",
"@angular/common": "^4.3.5",
"@angular/compiler": "^4.3.5",
"@angular/core": "^4.3.5",
"@angular/forms": "^4.3.5",
"@angular/http": "^4.3.5",
"@angular/material": "^2.0.0-beta.10",
"@angular/platform-browser": "^4.3.5",
"@angular/platform-browser-dynamic": "^4.3.5",
"@angular/router": "^4.3.5",
"angular2-fontawesome": "^0.9.3",
"angular2-jwt": "^0.2.3",
"classlist": "^1.0.1",
"classlist.js": "^1.1.20150312",
"core-js": "^2.5.0",
"font-awesome": "^4.7.0",
"intl": "^1.2.5",
"ngx-uploader": "^3.3.9",
"raven-js": "^3.17.0",
"rxjs": "^5.4.3",
"web-animations-js": "^2.3.1",
"zone.js": "^0.8.16"
},
"devDependencies": {
"@angular/cli": "^1.3.0",
"@angular/compiler-cli": "^4.3.4",
"@types/jasmine": "2.5.38",
"@types/node": "^6.0.86",
"codelyzer": "~2.0.0",
"jasmine-core": "~2.5.2",
"jasmine-spec-reporter": "~3.2.0",
"karma": "~1.4.1",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^0.2.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.1.0",
"ts-node": "~2.0.0",
"tslint": "~4.5.0",
"typescript": "~2.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment