Skip to content

Instantly share code, notes, and snippets.

@cheesepaulo
Created October 1, 2017 13:11
Show Gist options
  • Save cheesepaulo/5b1347a73ecca574147c44510ab93158 to your computer and use it in GitHub Desktop.
Save cheesepaulo/5b1347a73ecca574147c44510ab93158 to your computer and use it in GitHub Desktop.
task-manager-angular
{
"name": "taskmanager-frontend",
"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/common": "^4.4.4",
"@angular/compiler": "^4.4.4",
"@angular/core": "^4.4.4",
"@angular/forms": "^4.4.4",
"@angular/http": "^4.4.4",
"@angular/platform-browser": "^4.4.4",
"@angular/platform-browser-dynamic": "^4.4.4",
"@angular/router": "^4.4.4",
"bootstrap": "^3.3.7",
"core-js": "^2.4.1",
"jquery": "^3.2.1",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/cli": "1.4.4",
"@angular/compiler-cli": "^4.4.4",
"@types/jasmine": "2.6.0",
"@types/node": "~8.0.31",
"codelyzer": "~3.2.0",
"jasmine-core": "~2.8.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.1",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~1.0.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-coverage-istanbul-reporter": "^1.3.0",
"protractor": "~5.1.0",
"ts-node": "~3.3.0",
"tslint": "~5.7.0",
"typescript": "~2.3.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment