|
| 1 | +{ |
| 2 | + "name": "angular2-seed", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "A simple starter Angular2 project", |
| 5 | + "scripts": { |
| 6 | + "build": "rimraf dist && webpack --progress", |
| 7 | + "watch": "npm run build -- --watch", |
| 8 | + "server": "webpack-dev-server --inline --progress --port 3000 --content-base src", |
| 9 | + "start": "npm run server" |
| 10 | + }, |
| 11 | + "contributors": [ |
| 12 | + "Rob Wormald <[email protected]>", |
| 13 | + |
| 14 | + ], |
| 15 | + "license": "MIT", |
| 16 | + "dependencies": { |
| 17 | + "@angular/common": "~4.0.1", |
| 18 | + "@angular/compiler": "~4.0.1", |
| 19 | + "@angular/compiler-cli": "~4.0.1", |
| 20 | + "@angular/core": "~4.0.1", |
| 21 | + "@angular/forms": "~4.0.1", |
| 22 | + "@angular/http": "~4.0.1", |
| 23 | + "@angular/platform-browser": "~4.0.1", |
| 24 | + "@angular/platform-browser-dynamic": "~4.0.1", |
| 25 | + "@angular/platform-server": "~4.0.1", |
| 26 | + "@angular/router": "~4.0.1", |
| 27 | + "@angular/upgrade": "~4.0.1", |
| 28 | + "angular-in-memory-web-api": "^0.3.1", |
| 29 | + "core-js": "^2.4.1", |
| 30 | + "ie-shim": "^0.1.0", |
| 31 | + "reflect-metadata": "^0.1.9", |
| 32 | + "rxjs": "5.0.1", |
| 33 | + "zone.js": "^0.8.4" |
| 34 | + }, |
| 35 | + "devDependencies": { |
| 36 | + "@types/node": "^7.0.12", |
| 37 | + "angular2-router-loader": "^0.3.4", |
| 38 | + "angular2-template-loader": "^0.6.0", |
| 39 | + "awesome-typescript-loader": "^3.1.2", |
| 40 | + "css-loader": "^0.26.0", |
| 41 | + "html-webpack-plugin": "^2.28.0", |
| 42 | + "raw-loader": "^0.5.1", |
| 43 | + "rimraf": "^2.5.4", |
| 44 | + "to-string-loader": "^1.1.4", |
| 45 | + "typescript": "~2.2.0", |
| 46 | + "webpack": "^2.4.1", |
| 47 | + "webpack-dev-server": "2.4.2", |
| 48 | + "webpack-merge": "^4.1.0" |
| 49 | + }, |
| 50 | + "keywords": [ |
| 51 | + "Angular2", |
| 52 | + "angular2-seed", |
| 53 | + "official angular 2 seed", |
| 54 | + "official angular2 seed" |
| 55 | + ], |
| 56 | + "repository": { |
| 57 | + "type": "git", |
| 58 | + "url": "git+https://github.com/angular/angular2-seed.git" |
| 59 | + }, |
| 60 | + "bugs": { |
| 61 | + "url": "https://github.com/angular/angular2-seed/issues" |
| 62 | + }, |
| 63 | + "homepage": "https://github.com/angular/angular2-seed#readme" |
| 64 | +} |
0 commit comments