Adrian MIHAILESCU 374087bf28 ng5 migration
Migrate to angular 5.1.1
Adjusted some visuals
Fixed some errors
Formatted all sources to LF endline
2017-12-21 18:10:25 +01:00

68 lines
2.0 KiB
JSON

{
"name": "eshopaspnetnetcoredockerspa",
"version": "0.0.0",
"private": true,
"keywords": [
"aspnetcore",
"entityframework core",
"angular2",
"webpack2",
"typescript2",
"bootstrap4",
"docker"
],
"author": {
"name": "Microsoft",
"email": "cesardl@microsoft.com"
},
"scripts": {
"ng": "ng",
"rimraf": "rimraf",
"clean": "npm cache clean && npm run rimraf -- node_modules doc typings coverage wwwroot",
"start": "ng serve",
"build:dev": "ng build",
"build:prod": "ng build --prod --aot --extract-css",
"lint:sass": "sass-lint -c .sass-lint.yml Client/**/*.scss --verbose",
"lint:ts": "tslint -c tslint.json Client/**/*.ts"
},
"dependencies": {
"@angular/common": "5.1.1",
"@angular/compiler": "5.1.1",
"@angular/core": "5.1.1",
"@angular/forms": "5.1.1",
"@angular/http": "5.1.1",
"@angular/platform-browser": "5.1.1",
"@angular/platform-browser-dynamic": "5.1.1",
"@angular/router": "5.1.1",
"@ng-bootstrap/ng-bootstrap": "1.0.0-beta.8",
"bootstrap": "4.0.0-beta.2",
"jquery": "3.2.1",
"popper.js": "1.12.9",
"core-js": "2.5.3",
"file-loader": "1.1.6",
"font-awesome": "4.7.0",
"isomorphic-fetch": "2.2.1",
"normalize.css": "7.0.0",
"preboot": "4.5.2",
"rxjs": "5.5.5",
"zone.js": "^0.8.18"
},
"devDependencies": {
"@angular/cli": "1.6.1",
"@angular/compiler-cli": "5.1.1",
"@types/core-js": "0.9.43",
"@types/hammerjs": "2.0.35",
"@types/jasmine": "2.8.2",
"@types/node": "8.5.1",
"@types/selenium-webdriver": "3.0.8",
"codelyzer": "4.0.2",
"sass-lint": "1.12.1",
"ts-helpers": "1.1.2",
"ts-node": "4.0.2",
"tslint": "5.8.0",
"typedoc": "0.9.0",
"typescript": "2.6.2",
"url-loader": "0.6.2"
}
}