78 lines
2.1 KiB
JSON
Raw Normal View History

{
"name": "eshopaspnetnetcoredockerspa",
"version": "0.0.0",
"private": true,
"keywords": [
"aspnetcore",
"entityframework core",
"angular2",
"webpack2",
"typescript2",
2016-12-22 16:45:02 +01:00
"bootstrap4",
"docker"
],
"author": {
"name": "Microsoft",
"email": "cesardl@microsoft.com"
},
"scripts": {
2017-04-13 13:06:22 -03:00
"ng": "ng",
"rimraf": "rimraf",
"clean": "npm cache clean && npm run rimraf -- node_modules doc typings coverage wwwroot",
2017-04-13 13:06:22 -03:00
"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",
2016-12-29 18:21:02 +01:00
"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",
2018-12-05 09:56:02 +01:00
"rxjs": "6.2.2",
"webpack": "^4.17.1",
2019-03-12 08:55:16 +00:00
"webpack-dev-server": "3.1.14",
"zone.js": "^0.8.26"
},
"devDependencies": {
2019-03-12 08:55:16 +00:00
"@angular-devkit/build-angular": "~0.7.5",
"@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",
2019-03-12 08:55:16 +00:00
"handlebars": "~4.0.13",
"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",
2018-11-28 11:10:44 -08:00
"npm-watch": "0.5.0"
}
}