Skip to content

Instantly share code, notes, and snippets.

@KarateJB
Last active February 13, 2017 03:41
Show Gist options
  • Save KarateJB/e53a85104935c58bce41ad798e2e7aee to your computer and use it in GitHub Desktop.
Save KarateJB/e53a85104935c58bce41ad798e2e7aee to your computer and use it in GitHub Desktop.
[Angular CLI] Package.json for building old ng2 project
{
"name": "welfare.website",
"version": "1.0.0",
"license": "MIT",
"angular-cli": {},
"scripts": {
"start": "ng serve",
"build": "ng build --prod",
"lint": "tslint \"src/**/*.ts\"",
"test": "ng test",
"pree2e": "webdriver-manager update",
"e2e": "protractor"
},
"private": true,
"dependencies": {
"@angular/common": "~2.1.0",
"@angular/compiler": "~2.1.0",
"@angular/core": "~2.1.0",
"@angular/forms": "~2.1.0",
"@angular/http": "~2.1.0",
"@angular/platform-browser": "~2.1.0",
"@angular/platform-browser-dynamic": "~2.1.0",
"@angular/router": "~3.1.0",
"@types/fullpage.js": "^2.8.5",
"@types/sweetalert": "^1.1.27",
"angularfire2": "^2.0.0-beta.6",
"bootstrap": "^3.3.7",
"core-js": "^2.4.1",
"firebase": "^3.6.4",
"font-awesome": "^4.7.0",
"fullpage.js": "^2.9.2",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.7",
"jquery": "^3.1.1",
"ng2-completer": "^0.2.3",
"ng2-draggable": "0.0.8",
"ng2-fullpage": "2.0.5",
"ng2-toastr": "^1.3.3",
"rxjs": "5.0.0-beta.12",
"sweetalert2": "^6.0.1",
"toastr": "^2.1.2",
"ts-helpers": "^1.1.1",
"zone.js": "^0.6.23"
},
"devDependencies": {
"@types/jasmine": "^2.2.30",
"@types/jquery": "^2.0.34",
"@types/node": "^6.0.42",
"angular-cli": "1.0.0-beta.19-3",
"angular-cli-firebase-hosting": "^0.1.0",
"codelyzer": "1.0.0-beta.1",
"jasmine-core": "2.4.1",
"jasmine-spec-reporter": "2.5.0",
"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": "1.2.1",
"tslint": "3.13.0",
"typescript": "~2.0.3",
"webdriver-manager": "10.2.5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment