Created
April 7, 2018 01:26
-
-
Save huytrongnguyen/577452d19de1a3c7d94060afc8eea257 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-cms", | |
"version": "1.2.32", | |
"scripts": { | |
"build": "webpack", | |
"serve": "yarn build && webpack-dev-server --hot --inline --open" | |
}, | |
"babel": { | |
"presets": [ | |
"env" | |
], | |
"ignore": "node_modules" | |
}, | |
"dependencies": { | |
"@uirouter/angularjs": "1.0.15", | |
"angular": "1.2.32", | |
"babel-polyfill": "6.26.0", | |
"bootstrap": "4.0.0", | |
"font-awesome": "4.7.0", | |
"jquery": "3.3.1", | |
"popper.js": "1.14.3" | |
}, | |
"devDependencies": { | |
"babel-core": "6.26.0", | |
"babel-loader": "7.1.4", | |
"babel-preset-env": "1.6.1", | |
"css-loader": "0.28.11", | |
"extract-text-webpack-plugin": "3.0.2", | |
"gulp": "3.9.1", | |
"ng-annotate-loader": "0.6.1", | |
"node-sass": "4.8.3", | |
"raw-loader": "0.5.1", | |
"sass-loader": "6.0.7", | |
"style-loader": "0.20.3", | |
"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