76 lines
2.1 KiB
JSON
76 lines
2.1 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:dev:watch": "npm run build:dev && ng build --watch",
|
|
"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/animations": "^6.1.4",
|
|
"@angular/common": "6.1.4",
|
|
"@angular/compiler": "6.1.4",
|
|
"@angular/core": "6.1.4",
|
|
"@angular/forms": "6.1.4",
|
|
"@angular/http": "6.1.4",
|
|
"@angular/platform-browser": "6.1.4",
|
|
"@angular/platform-browser-dynamic": "6.1.4",
|
|
"@angular/router": "6.1.4",
|
|
"@aspnet/signalr": "1.0.3",
|
|
"@ng-bootstrap/ng-bootstrap": "3.1.0",
|
|
"bootstrap": "4.1.3",
|
|
"core-js": "^2.5.7",
|
|
"file-loader": "2.0.0",
|
|
"font-awesome": "4.7.0",
|
|
"isomorphic-fetch": "2.2.1",
|
|
"jquery": "^3.3.1",
|
|
"ngx-toastr": "^9.0.2",
|
|
"normalize.css": "8.0.0",
|
|
"popper.js": "^1.14.4",
|
|
"preboot": "6.0.0-beta.5",
|
|
"rxjs": "^6.2.2",
|
|
"webpack": "^4.17.1",
|
|
"zone.js": "^0.8.26"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~0.7.0",
|
|
"@angular/cli": "^6.1.5",
|
|
"@angular/compiler-cli": "6.1.4",
|
|
"@types/core-js": "2.5.0",
|
|
"@types/hammerjs": "2.0.35",
|
|
"@types/jasmine": "2.8.8",
|
|
"@types/node": "~10.9.2",
|
|
"@types/protractor": "4.0.0",
|
|
"@types/selenium-webdriver": "3.0.10",
|
|
"codelyzer": "~4.4.4",
|
|
"sass-lint": "1.12.1",
|
|
"ts-helpers": "1.1.2",
|
|
"ts-node": "~7.0.1",
|
|
"tslint": "~5.11.0",
|
|
"typedoc": "0.12.0",
|
|
"typescript": "2.9.2",
|
|
"url-loader": "1.1.1",
|
|
"npm-watch": "0.4.0"
|
|
}
|
|
}
|