UNPKG

@proactive-as/angular.vendor

Version:

Angular Polyfills and Vendors 8.0.0

59 lines (58 loc) 1.76 kB
{ "name": "@proactive-as/angular.vendor", "version": "8.0.0", "description": "Angular Polyfills and Vendors 8.0.0", "author": { "name": "mohammad.nomani" }, "scripts": { "clean": "rimraf *-manifest.json *.js *.js.map Source/**/*.js Source/**/*.js.map", "build": "npm run clean && webpack --mode production --config ./Configurations/WebPack/webpack.polyfills.config.js --progress --profile --bail && webpack --mode production --config ./Configurations/WebPack/webpack.vendor.config.js --progress --profile --bail", "test": "jest --c ./Configurations/Jest/jest.config.json --no-cache" }, "files": [ "angular.polyfills.js", "angular.vendor.js", "angular-vendor-manifest.json", "README.md" ], "publishConfig": { "access": "public" }, "dependencies": { "@angular/animations": "8.0.0", "@angular/common": "8.0.0", "@angular/compiler": "8.0.0", "@angular/core": "8.0.0", "@angular/forms": "8.0.0", "@angular/platform-browser": "8.0.0", "@angular/platform-browser-dynamic": "8.0.0", "@angular/platform-server": "8.0.0", "@angular/router": "8.0.0", "@angular/elements": "8.0.0", "core-js": "2.6.9", "rxjs": "6.5.2", "zone.js": "0.9.1" }, "devDependencies": { "@types/node": "11.13.4", "awesome-typescript-loader": "5.2.1", "rimraf": "2.6.3", "source-map-loader": "0.2.4", "typescript": "3.4.5", "webpack": "4.32.2", "webpack-cli": "3.3.2", "webpack-merge": "4.2.1", "webpack-bundle-analyzer": "3.3.2", "@types/jest": "24.0.11", "jest-trx-results-processor": "0.0.7", "ts-jest": "24.0.2", "jest": "24.7.1" }, "keywords": [ "Angular", "Vendor", "WebPack" ], "license": "Apache-2.0" }