-
- Downloads
Modify package.json
... | @@ -11,6 +11,11 @@ | ... | @@ -11,6 +11,11 @@ |
"author": "Maarch", | "author": "Maarch", | ||
"license": "GPL-3.0", | "license": "GPL-3.0", | ||
"dependencies": { | "dependencies": { | ||
"systemjs": "0.19.40", | |||
"core-js": "^2.4.1", | |||
"zone.js": "^0.7.4", | |||
}, | |||
"devDependencies": { | |||
"@angular/common": "~2.4.0", | "@angular/common": "~2.4.0", | ||
"@angular/compiler": "~2.4.0", | "@angular/compiler": "~2.4.0", | ||
"@angular/core": "~2.4.0", | "@angular/core": "~2.4.0", | ||
... | @@ -21,14 +26,10 @@ | ... | @@ -21,14 +26,10 @@ |
"@angular/router": "~3.4.0", | "@angular/router": "~3.4.0", | ||
"angular-in-memory-web-api": "~0.2.4", | "angular-in-memory-web-api": "~0.2.4", | ||
"systemjs": "0.19.40", | |||
"core-js": "^2.4.1", | |||
"rxjs": "5.0.1", | "rxjs": "5.0.1", | ||
"zone.js": "^0.7.4", | |||
"browserify": "^13.0.1", | "browserify": "^13.0.1", | ||
"uglifyjs": "^2.4.10" | "uglifyjs": "^2.4.10", | ||
}, | |||
"devDependencies": { | |||
"typescript": "~2.0.10", | "typescript": "~2.0.10", | ||
"@types/jquery": "~2.0.40" | "@types/jquery": "~2.0.40" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment