Skip to content

Instantly share code, notes, and snippets.

@principalweb
Created February 8, 2019 16:21
Show Gist options
  • Save principalweb/ada4e6fcd3270822ca8f5db2167d6412 to your computer and use it in GitHub Desktop.
Save principalweb/ada4e6fcd3270822ca8f5db2167d6412 to your computer and use it in GitHub Desktop.
{
"name": "in-home-angular",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^7.1.4",
"@angular/cdk": "^7.2.0",
"@angular/common": "~7.1.0",
"@angular/compiler": "~7.1.0",
"@angular/core": "~7.1.0",
"@angular/forms": "~7.1.0",
"@angular/material": "^7.2.0",
"@angular/platform-browser": "~7.1.0",
"@angular/platform-browser-dynamic": "~7.1.0",
"@angular/pwa": "^0.12.1",
"@angular/router": "~7.1.0",
"@angular/service-worker": "~7.1.0",
"angular-material": "^1.1.10",
"angular2-datatable": "^0.6.0",
"bootstrap": "^4.2.1",
"core-js": "^2.5.4",
"font-awesome": "^4.7.0",
"hammerjs": "^2.0.8",
"lodash": "^4.17.11",
"observable": "^2.1.4",
"primeicons": "^1.0.0",
"primeng": "^7.0.4",
"rxjs": "^6.3.3",
"rxjs-observable": "0.0.7",
"tslib": "^1.9.0",
"zone.js": "~0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.12.3",
"@angular/cli": "~7.1.4",
"@angular/compiler-cli": "~7.1.0",
"@angular/language-service": "~7.1.0",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"codelyzer": "~4.5.0",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~3.1.1",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tslint": "^5.11.0",
"typescript": "~3.1.6"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment