The npm dependencies included in package.json are:
-
+
[bulma](https://github.com/jgthms/bulma)
+ [node-sass](https://github.com/sass/node-sass)to compile your own Sass file
+ [postcss-cli](https://github.com/postcss/postcss-cli)and[autoprefixer](https://github.com/postcss/autoprefixer)to add support for older browsers
+ [babel-cli](https://babeljs.io/docs/usage/cli/),[babel-preset-env](https://github.com/babel/babel-preset-env)and[babel-preset-es2015-ie](https://github.com/jmcriffey/babel-preset-es2015-ie)for compiling ES6 JavaScript files
+
Apart from package.json, the following files are included:
-
+
.babelrcconfiguration file for Babel
+ .gitignorecommon Git ignored files
+ index.htmlthis HTML5 file
+ _sass/main.scssa basic SCSS file that imports Bulma and explains how to customize your styles, and compiles tocss/main.css
+ _javascript/main.jsan ES6 JavaScript that compiles tolib/main.js
+
