Dependencies Summary - roncr/ng1-es6-webpack-starter GitHub Wiki

Dependencies Summary

  • gulp - Build system.
  • webpack - Module loader.
  • babel-core - ES6 transpiler.
  • babel-presets-es2015 - ES6 Support.
  • browser-sync - Development server.
  • connect-history-api-fallback - Dev server fallback to enable SPA.
  • gulp-util - Utility functions for gulp tasks.
  • supports-color - Detect if a terminarl suports colors.
  • html-webpack-plugin - Injects bundles in your index.html instead of wiring all manually.
  • ng-annotate-loader - To auto-generate bracket notation.
  • babel-loader - Run babel with webpack.
  • raw-loader - Loads HTML into Webpack.
  • style-loader - Transforms the CSS into <style> tag.
  • css-loader - Processes URLs, fonts and other resources.
  • sass-loader - Compiles SASS with Webpack.
  • file-loader - Emits the file into the output folder and returns the (relative) url. (Used for images handling).
  • url-loader - The url loader works like the file loader, but can return a Data Url if the file is smaller than a limit. (Used for images handling).
  • eslint - JS Linter.
  • eslint-loader - ESLint with Webpack.
  • babel-eslint - ESLint using Babel as the parser.
  • jasmine-core - Unit Testing
  • karma - Tets runner
  • karma-jasmine - Karma - Jasmine integration
  • karma-phantomjs-launcher - PhantomJS Launcher
  • phantomjs-prebuilt - PhantomJS
  • karma-mochar-reporter - Mocha reporter
  • karma-webpack - Webpack with karma
  • karma-sourcemap-loader - Karma plugin that locates and loads existing javascript source map files.
  • chalk - Print console messages with colors
  • gulp-template - Replace strings in a template
  • gulp-rename - Rename files.
⚠️ **GitHub.com Fallback** ⚠️