Browse Source

Upgraded Angular/CLI to 1.6.6

Upgraded Bootstrap to 4.0
Upgraded ngBootstrap to 4.0
pull/494/head
Robert Raboud 7 years ago
parent
commit
1a4dcf5365
4 changed files with 12858 additions and 13267 deletions
  1. +1
    -2
      src/Web/WebSPA/.angular-cli.json
  2. +2
    -0
      src/Web/WebSPA/Client/globals.scss
  3. +12791
    -13201
      src/Web/WebSPA/package-lock.json
  4. +64
    -64
      src/Web/WebSPA/package.json

+ 1
- 2
src/Web/WebSPA/.angular-cli.json View File

@ -19,8 +19,7 @@
"testTsconfig": "tsconfig.spec.json", "testTsconfig": "tsconfig.spec.json",
"prefix": "app", "prefix": "app",
"styles": [ "styles": [
"globals.scss",
"../node_modules/bootstrap/scss/bootstrap.scss"
"globals.scss"
], ],
"scripts": [], "scripts": [],
"environmentSource": "environments/environment.ts", "environmentSource": "environments/environment.ts",


+ 2
- 0
src/Web/WebSPA/Client/globals.scss View File

@ -1,4 +1,6 @@
/* You can add global styles to this file, and also import other style files */ /* You can add global styles to this file, and also import other style files */
@import "../node_modules/bootstrap/scss/bootstrap";
@import './modules/variables'; @import './modules/variables';
$dist: './fonts/Montserrat-Regular'; $dist: './fonts/Montserrat-Regular';


+ 12791
- 13201
src/Web/WebSPA/package-lock.json
File diff suppressed because it is too large
View File


+ 64
- 64
src/Web/WebSPA/package.json View File

@ -1,66 +1,66 @@
{ {
"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": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/router": "^4.0.0",
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.22",
"bootstrap": "4.0.0-alpha.5",
"core-js": "^2.4.1",
"file-loader": "0.9.0",
"font-awesome": "4.6.3",
"isomorphic-fetch": "2.2.1",
"normalize.css": "5.0.0",
"preboot": "4.5.2",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/cli": "^1.3.0",
"@angular/compiler-cli": "^4.0.0",
"@types/core-js": "0.9.34",
"@types/hammerjs": "2.0.33",
"@types/jasmine": "2.5.38",
"@types/node": "~6.0.60",
"@types/protractor": "1.5.20",
"@types/selenium-webdriver": "2.44.26",
"codelyzer": "~2.0.0",
"sass-lint": "1.10.2",
"ts-helpers": "1.1.1",
"ts-node": "~2.0.0",
"tslint": "~4.5.0",
"typedoc": "0.5.0",
"typescript": "~2.2.0",
"url-loader": "0.5.7"
}
"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.2.2",
"@angular/compiler": "^5.2.2",
"@angular/core": "^5.2.2",
"@angular/forms": "^5.2.2",
"@angular/http": "^5.2.2",
"@angular/platform-browser": "^5.2.2",
"@angular/platform-browser-dynamic": "^5.2.2",
"@angular/router": "^5.2.2",
"@ng-bootstrap/ng-bootstrap": "^1.0.0",
"bootstrap": "^4.0.0",
"core-js": "^2.5.3",
"rxjs": "^5.5.6",
"zone.js": "^0.8.20",
"file-loader": "0.9.0",
"font-awesome": "4.7.0",
"isomorphic-fetch": "2.2.1",
"normalize.css": "7.0.0",
"preboot": "4.5.2"
},
"devDependencies": {
"@angular/cli": "^1.6.6",
"@angular/compiler-cli": "^5.2.2",
"@types/core-js": "0.9.34",
"@types/hammerjs": "2.0.33",
"@types/jasmine": "~2.8.6",
"@types/node": "~9.4.0",
"@types/protractor": "1.5.20",
"@types/selenium-webdriver": "2.44.26",
"codelyzer": "^4.1.0",
"sass-lint": "1.12.1",
"ts-helpers": "1.1.1",
"ts-node": "~4.1.0",
"tslint": "~5.9.1",
"typedoc": "0.5.0",
"typescript": "~2.5.3",
"url-loader": "0.5.7"
}
} }

Loading…
Cancel
Save