Created
July 1, 2017 02:10
-
-
Save OdeToCode/85e478c74bae7d2eeeb37a37ffaed40b 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": "psrsjx5", | |
"version": "1.0.0", | |
"description": "", | |
"scripts": { | |
"start": "webpack-dev-server --watch --inline", | |
"postinstall": "typings install" | |
}, | |
"dependencies": { | |
"rxjs": "5.0.0-beta.12" | |
}, | |
"devDependencies": { | |
"ts-loader": "0.8.2", | |
"typescript": "1.8.10", | |
"typings": "1.3.3", | |
"webpack": "1.13.2", | |
"webpack-dev-server": "1.15.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment