Last active
June 21, 2016 06:10
-
-
Save kutyel/9ccba2b5675c838c5e98 to your computer and use it in GitHub Desktop.
Angular 2 Template
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": "angular2-famous-painters", | |
"author": "noob", | |
"version": "1.0.0", | |
"scripts": { | |
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ", | |
"lite": "lite-server", | |
"postinstall": "typings install", | |
"tsc": "tsc", | |
"tsc:w": "tsc -w", | |
"typings": "typings" | |
}, | |
"license": "MIT", | |
"dependencies": { | |
"@angular/common": "2.0.0-rc.2", | |
"@angular/compiler": "2.0.0-rc.2", | |
"@angular/core": "2.0.0-rc.2", | |
"@angular/http": "2.0.0-rc.2", | |
"@angular/platform-browser": "2.0.0-rc.2", | |
"@angular/platform-browser-dynamic": "2.0.0-rc.2", | |
"@angular/router": "2.0.0-rc.2", | |
"@angular/router-deprecated": "2.0.0-rc.2", | |
"@angular/upgrade": "2.0.0-rc.2", | |
"systemjs": "0.19.27", | |
"core-js": "^2.4.0", | |
"reflect-metadata": "^0.1.3", | |
"rxjs": "5.0.0-beta.6", | |
"zone.js": "^0.6.12", | |
"angular2-in-memory-web-api": "0.0.12", | |
"bootstrap": "^3.3.6" | |
}, | |
"devDependencies": { | |
"concurrently": "^2.0.0", | |
"lite-server": "^2.2.0", | |
"typescript": "^1.8.10", | |
"typings":"^1.0.4" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment