Last active
April 8, 2018 01:56
-
-
Save huytrongnguyen/f3cf0aadb78129865faf6f3e272aa379 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": "angular-demo", | |
"version": "5.2.9", | |
"scripts": { | |
"build": "webpack", | |
"serve": "webpack && webpack-dev-server --hot --inline --open" | |
}, | |
"babel": { | |
"presets": [ "env" ], | |
"plugins": [ | |
"transform-decorators-legacy" | |
], | |
"ignore": "node_modules" | |
}, | |
"dependencies": { | |
"@angular/common": "5.2.9", | |
"@angular/compiler": "5.2.9", | |
"@angular/core": "5.2.9", | |
"@angular/platform-browser": "5.2.9", | |
"@angular/platform-browser-dynamic": "5.2.9", | |
"@angular/router": "5.2.9", | |
"rxjs": "5.5.8", | |
"zone.js": "0.8.25" | |
}, | |
"devDependencies": { | |
"babel-core": "6.26.0", | |
"babel-loader": "7.1.4", | |
"babel-plugin-transform-decorators-legacy": "1.3.4", | |
"babel-preset-env": "1.6.1", | |
"raw-loader": "0.5.1", | |
"webpack": "3.6.0", | |
"webpack-dev-server": "2.7.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment