Created
June 3, 2017 20:15
-
-
Save pankajparkar/a16c1d50f10b72df8da62efa90c0e461 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "amin", | |
"description": "Amin Test", | |
"scripts": { | |
"start": "lite-server" | |
}, | |
"dependencies": { | |
"@angular/common": "~4.1.0", | |
"@angular/compiler": "~4.1.0", | |
"@angular/core": "~4.1.0", | |
"@angular/forms": "~4.1.0", | |
"@angular/http": "~4.1.0", | |
"@angular/platform-browser": "~4.1.0", | |
"@angular/platform-browser-dynamic": "~4.1.0", | |
"@angular/router": "~4.1.0", | |
"@ng-bootstrap/ng-bootstrap": "^1.0.0-alpha.25", | |
"angular-in-memory-web-api": "~0.3.0", | |
"bootstrap": "3.3.7", | |
"core-js": "^2.4.1", | |
"rxjs": "5.0.1", | |
"systemjs": "0.19.40", | |
"zone.js": "^0.8.4" | |
}, | |
"devDependencies": { | |
"typescript": "2.2.0", | |
"concurrently": "^3.2.0", | |
"lite-server": "^2.3.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment