|
| 1 | +{ |
| 2 | + "name": "angular-8-registration-login-example", |
| 3 | + "version": "1.0.0", |
| 4 | + "repository": { |
| 5 | + "type": "git", |
| 6 | + "url": "https://github.com/cornflourblue/angular-8-registration-login-example.git" |
| 7 | + }, |
| 8 | + "scripts": { |
| 9 | + "build": "webpack --mode production", |
| 10 | + "start": "webpack-dev-server --mode development --open" |
| 11 | + }, |
| 12 | + "license": "MIT", |
| 13 | + "dependencies": { |
| 14 | + "@angular/animations": "^8.0.0", |
| 15 | + "@angular/cdk": "^8.0.0", |
| 16 | + "@angular/common": "^8.0.0", |
| 17 | + "@angular/compiler": "^8.0.0", |
| 18 | + "@angular/core": "^8.0.0", |
| 19 | + "@angular/forms": "^8.0.0", |
| 20 | + "@angular/material": "^8.0.0", |
| 21 | + "@angular/platform-browser": "^8.0.0", |
| 22 | + "@angular/platform-browser-dynamic": "^8.0.0", |
| 23 | + "@angular/router": "^8.0.0", |
| 24 | + "core-js": "^3.1.3", |
| 25 | + "rxjs": "^6.3.3", |
| 26 | + "zone.js": "^0.9.1" |
| 27 | + }, |
| 28 | + "devDependencies": { |
| 29 | + "@types/node": "^12.0.4", |
| 30 | + "angular2-template-loader": "^0.6.2", |
| 31 | + "css-loader": "^2.1.1", |
| 32 | + "html-webpack-plugin": "^3.2.0", |
| 33 | + "mini-css-extract-plugin": "^0.7.0", |
| 34 | + "raw-loader": "^1.0.0", |
| 35 | + "style-loader": "^0.23.1", |
| 36 | + "ts-loader": "^6.0.1", |
| 37 | + "typescript": "^3.1.3", |
| 38 | + "webpack": "^4.32.2", |
| 39 | + "webpack-cli": "^3.1.2", |
| 40 | + "webpack-dev-server": "^3.1.10" |
| 41 | + } |
| 42 | +} |
0 commit comments