Skip to content

Instantly share code, notes, and snippets.

@ygamretuta
Last active March 8, 2017 08:20
Show Gist options
  • Save ygamretuta/a2f4a294174147b5905360afad7117d8 to your computer and use it in GitHub Desktop.
Save ygamretuta/a2f4a294174147b5905360afad7117d8 to your computer and use it in GitHub Desktop.
"scripts": {
"ng": "ng",
"heroku-prebuild": "npm install -g http-server",
"heroku-postbuild": "ng build --prod",
"start": "http-server dist/",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/common": "^2.4.0",
"@angular/compiler": "^2.4.0",
"@angular/core": "^2.4.0",
"@angular/forms": "^2.4.0",
"@angular/http": "^2.4.0",
"@angular/platform-browser": "^2.4.0",
"@angular/platform-browser-dynamic": "^2.4.0",
"@angular/router": "^3.4.0",
"admin-lte": "^2.3.11",
"bootstrap": "^3.3.7",
"core-js": "^2.4.1",
"font-awesome": "^4.7.0",
"ng2-bootstrap": "^1.4.0",
"rxjs": "^5.1.0",
"typescript": "~2.0.0",
"zone.js": "^0.7.6",
"_comment": "the succeeding lines are taken from devDependencies",
"@angular/cli": "1.0.0-rc.1",
"@angular/compiler-cli": "^2.4.0",
"@types/jasmine": "2.5.38",
"@types/node": "~6.0.60",
"typescript": "~2.0.0"
},
"devDependencies": {
"codelyzer": "~2.0.0",
"jasmine-core": "~2.5.2",
"jasmine-spec-reporter": "~3.2.0",
"karma": "~1.4.1",
"karma-chrome-launcher": "~2.0.0",
"karma-cli": "~1.0.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-coverage-istanbul-reporter": "^0.2.0",
"protractor": "~5.1.0",
"ts-node": "~2.0.0",
"tslint": "~4.4.2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment