netlify-templates / victor-hugo

Victor Hugo is a Hugo boilerplate for creating truly epic websites!
MIT License
1.53k stars 379 forks source link

Tons of Theme errors, won't build, require Hugo .2, its using .18 #47

Closed username1290 closed 6 years ago

username1290 commented 7 years ago

- Do you want to request a feature or report a bug? Bug - What is the current behavior? Fails to build - If the current behavior is a bug, please provide the steps to reproduce. Many themes refuse to build expect higher Hugo version Themes such as Crab, Artists Theme, Ananke refuse to build. - What is the expected behavior? Build succeeds - Please mention your node.js, NPM, Hugo and operating system version. Hugo v0.27.1 OSX Sierra Node v6.9.4

tech4him1 commented 7 years ago

@sogen What version of victor-hugo are you using? If the latest, can you please post the actual error that you are getting?

username1290 commented 7 years ago

Error from "Future Imperfect" theme:

ERROR: 2017/09/24 13:47:00 template.go:495: Failed to add template theme/itemized/content-single.html in path /Users/macbook/Documents/github/somerepo/site/themes/hugo-future-imperfect/layouts/itemized/content-single.html: template: theme/itemized/content-single.html:23: function "partials" not defined ERROR: 2017/09/24 13:47:00 template.go:529: template: theme/itemized/content-single.html:23: function "partials" not defined [13:47:02] Error: Hugo build failed at formatError (/Users/macbook/Documents/github/somerepo/node_modules/gulp/bin/gulp.js:169:10) at Gulp. (/Users/macbook/Documents/github/somerepo/node_modules/gulp/bin/gulp.js:195:15) at emitOne (events.js:96:13) at Gulp.emit (events.js:188:7) at Gulp.Orchestrator._emitTaskDone (/Users/macbook/Documents/github/somerepo/node_modules/orchestrator/index.js:264:8) at /Users/macbook/Documents/github/somerepo/node_modules/orchestrator/index.js:275:23 at finish (/Users/macbook/Documents/github/somerepo/node_modules/orchestrator/lib/runTask.js:21:8) at cb (/Users/macbook/Documents/github/somerepo/node_modules/orchestrator/lib/runTask.js:29:3) at ChildProcess. (/Users/macbook/Documents/github/somerepo/gulpfile.babel.js:104:7) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:191:7) at maybeClose (internal/child_process.js:877:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)

npm ERR! Darwin 16.7.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
npm ERR! node v6.9.4
npm ERR! npm  v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! victor-hugo@1.0.0 start: `gulp server`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the victor-hugo@1.0.0 start script 'gulp server'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the victor-hugo package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     gulp server
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs victor-hugo
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls victor-hugo
npm ERR! There is likely additional logging output above.
tech4him1 commented 7 years ago

@sogen Thank you. Could you please also post the output of npm list in that directory?

username1290 commented 7 years ago

victor-hugo@1.0.0 /Users/macbook/Documents/github/somerepo ├─┬ autoprefixer@6.7.7 │ ├─┬ browserslist@1.7.7 │ │ └── electron-to-chromium@1.3.22 │ ├── caniuse-db@1.0.30000737 │ ├── normalize-range@0.1.2 │ ├── num2fraction@1.2.2 │ ├── postcss@5.2.17 │ └── postcss-value-parser@3.3.0 ├─┬ babel-eslint@6.1.2 │ ├─┬ babel-traverse@6.26.0 │ │ ├── babel-messages@6.23.0 │ │ └── invariant@2.2.2 │ ├─┬ babel-types@6.26.0 │ │ └── to-fast-properties@1.0.3 │ ├── babylon@6.18.0 │ ├── lodash.assign@4.2.0 │ └── lodash.pickby@4.6.0 ├─┬ babel-loader@6.4.1 │ ├─┬ find-cache-dir@0.1.1 │ │ └── commondir@1.0.1 │ ├─┬ loader-utils@0.2.17 │ │ ├── big.js@3.2.0 │ │ ├── emojis-list@2.1.0 │ │ └── json5@0.5.1 │ ├─┬ mkdirp@0.5.1 │ │ └── minimist@0.0.8 │ └── object-assign@4.1.1 ├── babel-plugin-syntax-object-rest-spread@6.13.0 ├─┬ babel-plugin-transform-class-properties@6.24.1 │ ├─┬ babel-helper-function-name@6.24.1 │ │ └── babel-helper-get-function-arity@6.24.1 │ ├── babel-plugin-syntax-class-properties@6.13.0 │ ├─┬ babel-runtime@6.26.0 │ │ └── regenerator-runtime@0.11.0 │ └── babel-template@6.26.0 ├── babel-plugin-transform-object-assign@6.22.0 ├── babel-plugin-transform-object-rest-spread@6.26.0 ├─┬ babel-preset-es2015@6.24.1 │ ├── babel-plugin-check-es2015-constants@6.22.0 │ ├── babel-plugin-transform-es2015-arrow-functions@6.22.0 │ ├── babel-plugin-transform-es2015-block-scoped-functions@6.22.0 │ ├── babel-plugin-transform-es2015-block-scoping@6.26.0 │ ├─┬ babel-plugin-transform-es2015-classes@6.24.1 │ │ ├── babel-helper-define-map@6.26.0 │ │ ├── babel-helper-optimise-call-expression@6.24.1 │ │ └── babel-helper-replace-supers@6.24.1 │ ├── babel-plugin-transform-es2015-computed-properties@6.24.1 │ ├── babel-plugin-transform-es2015-destructuring@6.23.0 │ ├── babel-plugin-transform-es2015-duplicate-keys@6.24.1 │ ├── babel-plugin-transform-es2015-for-of@6.23.0 │ ├── babel-plugin-transform-es2015-function-name@6.24.1 │ ├── babel-plugin-transform-es2015-literals@6.22.0 │ ├── babel-plugin-transform-es2015-modules-amd@6.24.1 │ ├─┬ babel-plugin-transform-es2015-modules-commonjs@6.26.0 │ │ └── babel-plugin-transform-strict-mode@6.24.1 │ ├─┬ babel-plugin-transform-es2015-modules-systemjs@6.24.1 │ │ └── babel-helper-hoist-variables@6.24.1 │ ├── babel-plugin-transform-es2015-modules-umd@6.24.1 │ ├── babel-plugin-transform-es2015-object-super@6.24.1 │ ├─┬ babel-plugin-transform-es2015-parameters@6.24.1 │ │ └── babel-helper-call-delegate@6.24.1 │ ├── babel-plugin-transform-es2015-shorthand-properties@6.24.1 │ ├── babel-plugin-transform-es2015-spread@6.22.0 │ ├─┬ babel-plugin-transform-es2015-sticky-regex@6.24.1 │ │ └── babel-helper-regex@6.26.0 │ ├── babel-plugin-transform-es2015-template-literals@6.22.0 │ ├── babel-plugin-transform-es2015-typeof-symbol@6.23.0 │ ├─┬ babel-plugin-transform-es2015-unicode-regex@6.24.1 │ │ └─┬ regexpu-core@2.0.0 │ │ ├── regenerate@1.3.3 │ │ ├── regjsgen@0.2.0 │ │ └─┬ regjsparser@0.1.5 │ │ └── jsesc@0.5.0 │ └─┬ babel-plugin-transform-regenerator@6.26.0 │ └── regenerator-transform@0.10.1 ├─┬ babel-register@6.26.0 │ ├─┬ babel-core@6.26.0 │ │ ├─┬ babel-generator@6.26.0 │ │ │ ├─┬ detect-indent@4.0.0 │ │ │ │ └─┬ repeating@2.0.1 │ │ │ │ └── is-finite@1.0.2 │ │ │ ├── jsesc@1.3.0 │ │ │ └── trim-right@1.0.1 │ │ ├── babel-helpers@6.24.1 │ │ ├── convert-source-map@1.5.0 │ │ ├── path-is-absolute@1.0.1 │ │ ├── private@0.1.7 │ │ └── slash@1.0.0 │ ├── core-js@2.5.1 │ ├─┬ home-or-tmp@2.0.0 │ │ ├── os-homedir@1.0.2 │ │ └── os-tmpdir@1.0.2 │ ├── lodash@4.17.4 │ └── source-map-support@0.4.18 ├─┬ browser-sync@2.18.13 │ ├─┬ browser-sync-client@2.5.1 │ │ ├── etag@1.8.1 │ │ └── fresh@0.3.0 │ ├─┬ browser-sync-ui@0.6.3 │ │ ├── async-each-series@0.1.1 │ │ ├── connect-history-api-fallback@1.3.0 │ │ ├─┬ stream-throttle@0.1.3 │ │ │ └── limiter@1.1.2 │ │ └─┬ weinre@2.0.0-pre-I0Z7U9OV │ │ ├─┬ express@2.5.11 │ │ │ ├─┬ connect@1.9.2 │ │ │ │ └── formidable@1.0.17 │ │ │ ├── mime@1.2.4 │ │ │ ├── mkdirp@0.3.0 │ │ │ └── qs@0.4.2 │ │ ├─┬ nopt@3.0.6 │ │ │ └── abbrev@1.1.0 │ │ └── underscore@1.7.0 │ ├── bs-recipes@1.3.4 │ ├─┬ chokidar@1.7.0 │ │ ├── anymatch@1.3.2 │ │ ├── async-each@1.0.1 │ │ ├── glob-parent@2.0.0 │ │ ├── inherits@2.0.3 │ │ ├─┬ is-binary-path@1.0.1 │ │ │ └── binary-extensions@1.10.0 │ │ ├── is-glob@2.0.1 │ │ └─┬ readdirp@2.1.0 │ │ └── set-immediate-shim@1.0.1 │ ├─┬ connect@3.5.0 │ │ ├─┬ debug@2.2.0 │ │ │ └── ms@0.7.1 │ │ ├─┬ finalhandler@0.5.0 │ │ │ ├─┬ debug@2.2.0 │ │ │ │ └── ms@0.7.1 │ │ │ ├─┬ on-finished@2.3.0 │ │ │ │ └── ee-first@1.1.1 │ │ │ ├── statuses@1.3.1 │ │ │ └── unpipe@1.0.0 │ │ ├── parseurl@1.3.2 │ │ └── utils-merge@1.0.0 │ ├── dev-ip@1.0.1 │ ├─┬ easy-extender@2.3.2 │ │ └── lodash@3.10.1 │ ├─┬ eazy-logger@3.0.2 │ │ └─┬ tfunk@3.1.0 │ │ └── object-path@0.9.2 │ ├── emitter-steward@1.0.0 │ ├─┬ fs-extra@3.0.1 │ │ ├── graceful-fs@4.1.11 │ │ ├── jsonfile@3.0.1 │ │ └── universalify@0.1.1 │ ├─┬ http-proxy@1.15.2 │ │ ├── eventemitter3@1.2.0 │ │ └── requires-port@1.0.0 │ ├── immutable@3.8.1 │ ├─┬ localtunnel@1.8.3 │ │ ├── debug@2.6.8 │ │ ├── openurl@1.1.1 │ │ ├─┬ request@2.81.0 │ │ │ ├── caseless@0.12.0 │ │ │ ├─┬ form-data@2.1.4 │ │ │ │ └── asynckit@0.4.0 │ │ │ ├─┬ har-validator@4.2.1 │ │ │ │ └── har-schema@1.0.5 │ │ │ ├── performance-now@0.2.0 │ │ │ ├── qs@6.4.0 │ │ │ ├── tough-cookie@2.3.3 │ │ │ ├── tunnel-agent@0.6.0 │ │ │ └── uuid@3.1.0 │ │ └─┬ yargs@3.29.0 │ │ ├── camelcase@1.2.1 │ │ └── window-size@0.1.4 │ ├─┬ micromatch@2.3.11 │ │ ├── arr-diff@2.0.0 │ │ ├── array-unique@0.2.1 │ │ ├─┬ braces@1.8.5 │ │ │ ├─┬ expand-range@1.8.2 │ │ │ │ └─┬ fill-range@2.2.3 │ │ │ │ ├── is-number@2.1.0 │ │ │ │ ├── isobject@2.1.0 │ │ │ │ ├─┬ randomatic@1.1.7 │ │ │ │ │ ├─┬ is-number@3.0.0 │ │ │ │ │ │ └── kind-of@3.2.2 │ │ │ │ │ └── kind-of@4.0.0 │ │ │ │ └── repeat-string@1.6.1 │ │ │ ├── preserve@0.2.0 │ │ │ └── repeat-element@1.1.2 │ │ ├─┬ expand-brackets@0.1.5 │ │ │ └── is-posix-bracket@0.1.1 │ │ ├── extglob@0.3.2 │ │ ├── filename-regex@2.0.1 │ │ ├── is-extglob@1.0.0 │ │ ├─┬ kind-of@3.2.2 │ │ │ └── is-buffer@1.1.5 │ │ ├─┬ normalize-path@2.1.1 │ │ │ └── remove-trailing-separator@1.1.0 │ │ ├─┬ object.omit@2.0.1 │ │ │ └── is-extendable@0.1.1 │ │ ├─┬ parse-glob@3.0.4 │ │ │ ├── glob-base@0.3.0 │ │ │ └── is-dotfile@1.0.3 │ │ └─┬ regex-cache@0.4.4 │ │ └─┬ is-equal-shallow@0.1.3 │ │ └── is-primitive@2.0.0 │ ├─┬ opn@4.0.2 │ │ └─┬ pinkie-promise@2.0.1 │ │ └── pinkie@2.0.4 │ ├─┬ portscanner@2.1.1 │ │ └─┬ is-number-like@1.0.8 │ │ └── lodash.isfinite@3.3.2 │ ├── qs@6.2.1 │ ├── resp-modifier@6.0.2 │ ├── rx@4.1.0 │ ├─┬ serve-index@1.8.0 │ │ ├─┬ accepts@1.3.4 │ │ │ └── negotiator@0.6.1 │ │ ├── batch@0.5.3 │ │ ├─┬ debug@2.2.0 │ │ │ └── ms@0.7.1 │ │ ├── escape-html@1.0.3 │ │ ├─┬ http-errors@1.5.1 │ │ │ └── setprototypeof@1.0.2 │ │ └─┬ mime-types@2.1.17 │ │ └── mime-db@1.30.0 │ ├─┬ serve-static@1.12.2 │ │ ├── encodeurl@1.0.1 │ │ └─┬ send@0.15.2 │ │ ├─┬ debug@2.6.4 │ │ │ └── ms@0.7.3 │ │ ├── depd@1.1.1 │ │ ├── destroy@1.0.4 │ │ ├── fresh@0.5.0 │ │ ├─┬ http-errors@1.6.2 │ │ │ └── setprototypeof@1.0.3 │ │ ├── mime@1.3.4 │ │ ├── ms@1.0.0 │ │ └── range-parser@1.2.0 │ ├── server-destroy@1.0.1 │ ├─┬ socket.io@1.6.0 │ │ ├─┬ debug@2.3.3 │ │ │ └── ms@0.7.2 │ │ ├─┬ engine.io@1.8.0 │ │ │ ├── accepts@1.3.3 │ │ │ ├── base64id@0.1.0 │ │ │ ├── cookie@0.3.1 │ │ │ ├─┬ debug@2.3.3 │ │ │ │ └── ms@0.7.2 │ │ │ ├─┬ engine.io-parser@1.3.1 │ │ │ │ ├── after@0.8.1 │ │ │ │ ├── arraybuffer.slice@0.0.6 │ │ │ │ ├── base64-arraybuffer@0.1.5 │ │ │ │ ├── blob@0.0.4 │ │ │ │ ├─┬ has-binary@0.1.6 │ │ │ │ │ └── isarray@0.0.1 │ │ │ │ └── wtf-8@1.0.0 │ │ │ └─┬ ws@1.1.1 │ │ │ ├── options@0.0.6 │ │ │ └── ultron@1.0.2 │ │ ├─┬ has-binary@0.1.7 │ │ │ └── isarray@0.0.1 │ │ ├── object-assign@4.1.0 │ │ ├─┬ socket.io-adapter@0.5.0 │ │ │ └─┬ debug@2.3.3 │ │ │ └── ms@0.7.2 │ │ └─┬ socket.io-parser@2.3.1 │ │ ├── component-emitter@1.1.2 │ │ ├─┬ debug@2.2.0 │ │ │ └── ms@0.7.1 │ │ ├── isarray@0.0.1 │ │ └── json3@3.3.2 │ ├─┬ socket.io-client@1.6.0 │ │ ├── backo2@1.0.2 │ │ ├── component-bind@1.0.0 │ │ ├── component-emitter@1.2.1 │ │ ├─┬ debug@2.3.3 │ │ │ └── ms@0.7.2 │ │ ├─┬ engine.io-client@1.8.0 │ │ │ ├── component-emitter@1.2.1 │ │ │ ├── component-inherit@0.0.3 │ │ │ ├─┬ debug@2.3.3 │ │ │ │ └── ms@0.7.2 │ │ │ ├── has-cors@1.1.0 │ │ │ ├── parsejson@0.0.3 │ │ │ ├── parseqs@0.0.5 │ │ │ ├── xmlhttprequest-ssl@1.5.3 │ │ │ └── yeast@0.1.2 │ │ ├── indexof@0.0.1 │ │ ├── object-component@0.0.3 │ │ ├─┬ parseuri@0.0.5 │ │ │ └─┬ better-assert@1.0.2 │ │ │ └── callsite@1.0.0 │ │ └── to-array@0.1.4 │ ├── ua-parser-js@0.7.12 │ └─┬ yargs@6.4.0 │ ├── camelcase@3.0.0 │ ├─┬ cliui@3.2.0 │ │ └── wrap-ansi@2.1.0 │ ├── get-caller-file@1.0.2 │ ├─┬ os-locale@1.4.0 │ │ └─┬ lcid@1.0.0 │ │ └── invert-kv@1.0.0 │ ├─┬ read-pkg-up@1.0.1 │ │ └─┬ read-pkg@1.1.0 │ │ ├─┬ load-json-file@1.1.0 │ │ │ └── strip-bom@2.0.0 │ │ └── path-type@1.1.0 │ ├── require-directory@2.1.1 │ ├── require-main-filename@1.0.1 │ ├── set-blocking@2.0.0 │ ├─┬ string-width@1.0.2 │ │ ├── code-point-at@1.1.0 │ │ └─┬ is-fullwidth-code-point@1.0.0 │ │ └── number-is-nan@1.0.1 │ ├── which-module@1.0.0 │ ├── window-size@0.2.0 │ ├── y18n@3.2.1 │ └─┬ yargs-parser@4.2.1 │ └── camelcase@3.0.0 ├─┬ css-loader@0.23.1 │ ├─┬ css-selector-tokenizer@0.5.4 │ │ ├── cssesc@0.1.0 │ │ └── fastparse@1.1.1 │ ├─┬ lodash.camelcase@3.0.1 │ │ └─┬ lodash._createcompounder@3.0.0 │ │ ├── lodash.deburr@3.2.0 │ │ └── lodash.words@3.2.0 │ ├─┬ postcss-modules-extract-imports@1.1.0 │ │ └─┬ postcss@6.0.11 │ │ ├─┬ chalk@2.1.0 │ │ │ └── ansi-styles@3.2.0 │ │ └─┬ supports-color@4.4.0 │ │ └── has-flag@2.0.0 │ ├─┬ postcss-modules-local-by-default@1.2.0 │ │ ├─┬ css-selector-tokenizer@0.7.0 │ │ │ └── regexpu-core@1.0.0 │ │ └─┬ postcss@6.0.11 │ │ ├─┬ chalk@2.1.0 │ │ │ └── ansi-styles@3.2.0 │ │ └─┬ supports-color@4.4.0 │ │ └── has-flag@2.0.0 │ ├─┬ postcss-modules-scope@1.1.0 │ │ ├─┬ css-selector-tokenizer@0.7.0 │ │ │ └── regexpu-core@1.0.0 │ │ └─┬ postcss@6.0.11 │ │ ├─┬ chalk@2.1.0 │ │ │ └── ansi-styles@3.2.0 │ │ └─┬ supports-color@4.4.0 │ │ └── has-flag@2.0.0 │ ├─┬ postcss-modules-values@1.3.0 │ │ ├── icss-replace-symbols@1.1.0 │ │ └─┬ postcss@6.0.11 │ │ ├─┬ chalk@2.1.0 │ │ │ └── ansi-styles@3.2.0 │ │ └─┬ supports-color@4.4.0 │ │ └── has-flag@2.0.0 │ └── source-list-map@0.1.8 ├─┬ cssnano@3.10.0 │ ├── decamelize@1.2.0 │ ├── defined@1.0.0 │ ├─┬ has@1.0.1 │ │ └── function-bind@1.1.1 │ ├─┬ postcss-calc@5.3.1 │ │ ├── postcss-message-helpers@2.0.0 │ │ └─┬ reduce-css-calc@1.3.0 │ │ ├── balanced-match@0.4.2 │ │ └── math-expression-evaluator@1.2.17 │ ├─┬ postcss-colormin@2.2.2 │ │ └─┬ colormin@1.1.2 │ │ └── css-color-names@0.0.4 │ ├── postcss-convert-values@2.6.1 │ ├── postcss-discard-comments@2.0.4 │ ├── postcss-discard-duplicates@2.1.0 │ ├── postcss-discard-empty@2.1.0 │ ├── postcss-discard-overridden@0.1.1 │ ├─┬ postcss-discard-unused@2.2.3 │ │ └── uniqs@2.0.0 │ ├─┬ postcss-filter-plugins@2.0.2 │ │ └─┬ uniqid@4.1.1 │ │ └── macaddress@0.2.8 │ ├── postcss-merge-idents@2.1.7 │ ├── postcss-merge-longhand@2.0.2 │ ├─┬ postcss-merge-rules@2.1.2 │ │ ├─┬ postcss-selector-parser@2.2.3 │ │ │ ├── flatten@1.0.2 │ │ │ ├── indexes-of@1.0.1 │ │ │ └── uniq@1.0.1 │ │ └── vendors@1.0.1 │ ├── postcss-minify-font-values@1.0.5 │ ├── postcss-minify-gradients@1.0.5 │ ├─┬ postcss-minify-params@1.2.2 │ │ └── alphanum-sort@1.0.2 │ ├── postcss-minify-selectors@2.1.1 │ ├── postcss-normalize-charset@1.1.1 │ ├─┬ postcss-normalize-url@3.0.8 │ │ ├── is-absolute-url@2.1.0 │ │ └─┬ normalize-url@1.9.1 │ │ ├── prepend-http@1.0.4 │ │ ├── query-string@4.3.4 │ │ └─┬ sort-keys@1.1.2 │ │ └── is-plain-obj@1.1.0 │ ├── postcss-ordered-values@2.2.3 │ ├── postcss-reduce-idents@2.4.0 │ ├── postcss-reduce-initial@1.0.1 │ ├── postcss-reduce-transforms@1.0.4 │ ├─┬ postcss-svgo@2.1.6 │ │ └─┬ is-svg@2.1.0 │ │ └── html-comment-regex@1.1.1 │ ├── postcss-unique-selectors@2.0.2 │ └── postcss-zindex@2.2.0 ├── date-fns@1.28.5 ├─┬ eslint@3.19.0 │ ├─┬ babel-code-frame@6.26.0 │ │ └── js-tokens@3.0.2 │ ├─┬ chalk@1.1.3 │ │ ├── ansi-styles@2.2.1 │ │ ├── has-ansi@2.0.0 │ │ ├── strip-ansi@3.0.1 │ │ └── supports-color@2.0.0 │ ├─┬ concat-stream@1.6.0 │ │ └── typedarray@0.0.6 │ ├─┬ debug@2.6.9 │ │ └── ms@2.0.0 │ ├─┬ doctrine@2.0.0 │ │ └── isarray@1.0.0 │ ├─┬ escope@3.6.0 │ │ ├── es6-weak-map@2.0.2 │ │ └── esrecurse@4.2.0 │ ├─┬ espree@3.5.1 │ │ ├── acorn@5.1.2 │ │ └─┬ acorn-jsx@3.0.1 │ │ └── acorn@3.3.0 │ ├── esquery@1.0.0 │ ├── estraverse@4.2.0 │ ├── esutils@2.0.2 │ ├─┬ file-entry-cache@2.0.0 │ │ └─┬ flat-cache@1.2.2 │ │ ├── circular-json@0.3.3 │ │ ├─┬ del@2.2.2 │ │ │ ├─┬ globby@5.0.0 │ │ │ │ └── array-union@1.0.2 │ │ │ ├── is-path-cwd@1.0.0 │ │ │ └─┬ is-path-in-cwd@1.0.0 │ │ │ └── is-path-inside@1.0.0 │ │ └── write@0.2.1 │ ├─┬ glob@7.1.2 │ │ ├── fs.realpath@1.0.0 │ │ ├─┬ inflight@1.0.6 │ │ │ └── wrappy@1.0.2 │ │ └── once@1.4.0 │ ├── globals@9.18.0 │ ├── ignore@3.3.5 │ ├── imurmurhash@0.1.4 │ ├─┬ inquirer@0.12.0 │ │ ├── ansi-escapes@1.4.0 │ │ ├── ansi-regex@2.1.1 │ │ ├─┬ cli-cursor@1.0.2 │ │ │ └─┬ restore-cursor@1.0.1 │ │ │ ├── exit-hook@1.1.1 │ │ │ └── onetime@1.1.0 │ │ ├── cli-width@2.2.0 │ │ ├── figures@1.7.0 │ │ ├─┬ readline2@1.0.1 │ │ │ └── mute-stream@0.0.5 │ │ ├── run-async@0.1.0 │ │ ├── rx-lite@3.1.2 │ │ └── through@2.3.8 │ ├─┬ is-my-json-valid@2.16.1 │ │ ├── generate-function@2.0.0 │ │ ├─┬ generate-object-property@1.2.0 │ │ │ └── is-property@1.0.2 │ │ ├── jsonpointer@4.0.1 │ │ └── xtend@4.0.1 │ ├─┬ is-resolvable@1.0.0 │ │ └── tryit@1.0.3 │ ├─┬ js-yaml@3.7.0 │ │ ├─┬ argparse@1.0.9 │ │ │ └── sprintf-js@1.0.3 │ │ └── esprima@2.7.3 │ ├─┬ json-stable-stringify@1.0.1 │ │ └── jsonify@0.0.0 │ ├─┬ levn@0.3.0 │ │ ├── prelude-ls@1.1.2 │ │ └── type-check@0.3.2 │ ├── natural-compare@1.4.0 │ ├─┬ optionator@0.8.2 │ │ ├── deep-is@0.1.3 │ │ ├── fast-levenshtein@2.0.6 │ │ └── wordwrap@1.0.0 │ ├── path-is-inside@1.0.2 │ ├── pluralize@1.2.1 │ ├── progress@1.1.8 │ ├─┬ require-uncached@1.0.3 │ │ ├─┬ caller-path@0.1.0 │ │ │ └── callsites@0.2.0 │ │ └── resolve-from@1.0.1 │ ├─┬ shelljs@0.7.8 │ │ └── rechoir@0.6.2 │ ├── strip-bom@3.0.0 │ ├── strip-json-comments@2.0.1 │ ├─┬ table@3.8.3 │ │ ├─┬ ajv@4.11.8 │ │ │ └── co@4.6.0 │ │ ├── ajv-keywords@1.5.1 │ │ ├── slice-ansi@0.0.4 │ │ └─┬ string-width@2.1.1 │ │ ├── is-fullwidth-code-point@2.0.0 │ │ └─┬ strip-ansi@4.0.0 │ │ └── ansi-regex@3.0.0 │ ├── text-table@0.2.0 │ └── user-home@2.0.0 ├─┬ eslint-plugin-import@1.16.0 │ ├── builtin-modules@1.1.1 │ ├── contains-path@0.1.0 │ ├── doctrine@1.3.0 │ ├─┬ es6-map@0.1.5 │ │ ├── d@1.0.0 │ │ ├── es5-ext@0.10.30 │ │ ├── es6-iterator@2.0.1 │ │ ├── es6-symbol@3.1.1 │ │ └── event-emitter@0.3.5 │ ├── es6-set@0.1.5 │ ├── eslint-import-resolver-node@0.2.3 │ ├── lodash.cond@4.5.2 │ ├── lodash.endswith@4.2.1 │ ├── lodash.find@4.6.0 │ ├── lodash.findindex@4.6.0 │ ├─┬ minimatch@3.0.4 │ │ └─┬ brace-expansion@1.1.8 │ │ ├── balanced-match@1.0.0 │ │ └── concat-map@0.0.1 │ ├─┬ pkg-dir@1.0.0 │ │ └─┬ find-up@1.1.2 │ │ └── path-exists@2.1.0 │ └── pkg-up@1.0.0 ├─┬ exports-loader@0.6.4 │ ├── loader-utils@1.1.0 │ └── source-map@0.5.7 ├── file-loader@0.9.0 ├─┬ gulp@3.9.1 │ ├── archy@1.0.0 │ ├── deprecated@0.0.1 │ ├── interpret@1.0.4 │ ├─┬ liftoff@2.3.0 │ │ ├─┬ findup-sync@0.4.3 │ │ │ ├─┬ detect-file@0.1.0 │ │ │ │ └── fs-exists-sync@0.1.0 │ │ │ └─┬ resolve-dir@0.1.1 │ │ │ ├── expand-tilde@1.2.2 │ │ │ └─┬ global-modules@0.2.3 │ │ │ ├─┬ global-prefix@0.1.5 │ │ │ │ └── ini@1.3.4 │ │ │ └── is-windows@0.2.0 │ │ ├─┬ fined@1.1.0 │ │ │ ├─┬ expand-tilde@2.0.2 │ │ │ │ └─┬ homedir-polyfill@1.0.1 │ │ │ │ └── parse-passwd@1.0.0 │ │ │ ├─┬ is-plain-object@2.0.4 │ │ │ │ └── isobject@3.0.1 │ │ │ ├─┬ object.defaults@1.1.0 │ │ │ │ ├── array-each@1.0.1 │ │ │ │ ├── array-slice@1.0.0 │ │ │ │ ├── for-own@1.0.0 │ │ │ │ └── isobject@3.0.1 │ │ │ ├─┬ object.pick@1.3.0 │ │ │ │ └── isobject@3.0.1 │ │ │ └─┬ parse-filepath@1.0.1 │ │ │ ├─┬ is-absolute@0.2.6 │ │ │ │ └─┬ is-relative@0.2.1 │ │ │ │ └─┬ is-unc-path@0.1.2 │ │ │ │ └── unc-path-regex@0.1.2 │ │ │ ├── map-cache@0.2.2 │ │ │ └─┬ path-root@0.1.1 │ │ │ └── path-root-regex@0.1.2 │ │ ├── flagged-respawn@0.3.2 │ │ ├── lodash.isplainobject@4.0.6 │ │ ├── lodash.isstring@4.0.1 │ │ └── lodash.mapvalues@4.6.0 │ ├── minimist@1.2.0 │ ├─┬ orchestrator@0.3.8 │ │ ├─┬ end-of-stream@0.1.5 │ │ │ └── once@1.3.3 │ │ ├── sequencify@0.0.7 │ │ └── stream-consume@0.1.0 │ ├── pretty-hrtime@1.0.3 │ ├── semver@4.3.6 │ ├── tildify@1.2.0 │ ├─┬ v8flags@2.1.1 │ │ └── user-home@1.1.1 │ └─┬ vinyl-fs@0.3.14 │ ├── defaults@1.0.3 │ ├─┬ glob-stream@3.1.18 │ │ ├── glob@4.5.3 │ │ ├─┬ glob2base@0.0.12 │ │ │ └── find-index@0.1.1 │ │ ├── minimatch@2.0.10 │ │ ├── ordered-read-streams@0.1.0 │ │ ├─┬ through2@0.6.5 │ │ │ └─┬ readable-stream@1.0.34 │ │ │ ├── isarray@0.0.1 │ │ │ └── string_decoder@0.10.31 │ │ └── unique-stream@1.0.0 │ ├─┬ glob-watcher@0.0.6 │ │ └─┬ gaze@0.5.2 │ │ └─┬ globule@0.1.0 │ │ ├─┬ glob@3.1.21 │ │ │ ├── graceful-fs@1.2.3 │ │ │ └── inherits@1.0.2 │ │ ├── lodash@1.0.2 │ │ └─┬ minimatch@0.2.14 │ │ ├── lru-cache@2.7.3 │ │ └── sigmund@1.0.1 │ ├─┬ graceful-fs@3.0.11 │ │ └── natives@1.1.0 │ ├─┬ strip-bom@1.0.0 │ │ ├── first-chunk-stream@1.0.0 │ │ └── is-utf8@0.2.1 │ ├─┬ through2@0.6.5 │ │ └─┬ readable-stream@1.0.34 │ │ ├── isarray@0.0.1 │ │ └── string_decoder@0.10.31 │ └─┬ vinyl@0.4.6 │ └── clone@0.2.0 ├─┬ gulp-babel@6.1.2 │ ├── replace-ext@0.0.1 │ ├── through2@2.0.3 │ └── vinyl-sourcemaps-apply@0.2.1 ├─┬ gulp-inject@4.3.0 │ ├── arrify@1.0.1 │ ├── escape-string-regexp@1.0.5 │ ├─┬ event-stream@3.3.4 │ │ ├── duplexer@0.1.1 │ │ ├── from@0.1.7 │ │ ├── map-stream@0.1.0 │ │ ├── pause-stream@0.0.11 │ │ ├── split@0.3.3 │ │ └── stream-combiner@0.0.4 │ ├─┬ group-array@0.3.3 │ │ ├── arr-flatten@1.1.0 │ │ ├─┬ for-own@0.1.5 │ │ │ └── for-in@1.0.2 │ │ ├── get-value@2.0.6 │ │ ├─┬ split-string@1.0.1 │ │ │ └── extend-shallow@2.0.1 │ │ └─┬ union-value@0.2.4 │ │ ├── arr-union@3.1.0 │ │ └─┬ set-value@0.4.3 │ │ └── to-object-path@0.3.0 │ └─┬ stream-to-array@2.3.0 │ └── any-promise@1.3.0 ├─┬ gulp-postcss@6.4.0 │ └─┬ postcss-load-config@1.2.0 │ ├─┬ cosmiconfig@2.2.2 │ │ ├── is-directory@0.3.1 │ │ ├── minimist@1.2.0 │ │ ├─┬ parse-json@2.2.0 │ │ │ └─┬ error-ex@1.3.1 │ │ │ └── is-arrayish@0.2.1 │ │ └── require-from-string@1.2.1 │ ├── postcss-load-options@1.2.0 │ └── postcss-load-plugins@2.3.0 ├─┬ gulp-replace@0.5.4 │ ├─┬ istextorbinary@1.0.2 │ │ ├── binaryextensions@1.0.1 │ │ └── textextensions@1.0.2 │ ├─┬ readable-stream@2.3.3 │ │ ├── core-util-is@1.0.2 │ │ ├── process-nextick-args@1.0.7 │ │ ├── safe-buffer@5.1.1 │ │ ├── string_decoder@1.0.3 │ │ └── util-deprecate@1.0.2 │ └── replacestream@4.0.3 ├─┬ gulp-svgmin@1.2.4 │ └─┬ svgo@0.7.2 │ ├─┬ coa@1.0.4 │ │ └── q@1.5.0 │ ├── colors@1.1.2 │ ├─┬ csso@2.3.2 │ │ └── clap@1.2.3 │ ├── sax@1.2.4 │ └── whet.extend@0.9.9 ├─┬ gulp-svgstore@6.1.0 │ └─┬ cheerio@0.22.0 │ ├─┬ css-select@1.2.0 │ │ ├── boolbase@1.0.0 │ │ ├── css-what@2.1.0 │ │ ├── domutils@1.5.1 │ │ └── nth-check@1.0.1 │ ├─┬ dom-serializer@0.1.0 │ │ └── domelementtype@1.1.3 │ ├── entities@1.1.1 │ ├─┬ htmlparser2@3.9.2 │ │ ├── domelementtype@1.3.0 │ │ ├── domhandler@2.4.1 │ │ └── domutils@1.6.2 │ ├── lodash.assignin@4.2.0 │ ├── lodash.bind@4.2.1 │ ├── lodash.defaults@4.2.0 │ ├── lodash.filter@4.6.0 │ ├── lodash.flatten@4.4.0 │ ├── lodash.foreach@4.5.0 │ ├── lodash.map@4.6.0 │ ├── lodash.merge@4.6.0 │ ├── lodash.pick@4.4.0 │ ├── lodash.reduce@4.6.0 │ ├── lodash.reject@4.6.0 │ └── lodash.some@4.6.0 ├─┬ gulp-util@3.0.8 │ ├── array-differ@1.0.0 │ ├── array-uniq@1.0.3 │ ├── beeper@1.1.1 │ ├── dateformat@2.2.0 │ ├─┬ fancy-log@1.3.0 │ │ └── time-stamp@1.1.0 │ ├─┬ gulplog@1.0.0 │ │ └── glogg@1.0.0 │ ├─┬ has-gulplog@0.1.0 │ │ └── sparkles@1.0.0 │ ├── lodash._reescape@3.0.0 │ ├── lodash._reevaluate@3.0.0 │ ├── lodash._reinterpolate@3.0.0 │ ├─┬ lodash.template@3.6.2 │ │ ├── lodash._basecopy@3.0.1 │ │ ├── lodash._basetostring@3.0.1 │ │ ├── lodash._basevalues@3.0.0 │ │ ├── lodash._isiterateecall@3.0.9 │ │ ├─┬ lodash.escape@3.2.0 │ │ │ └── lodash._root@3.0.1 │ │ ├─┬ lodash.keys@3.1.2 │ │ │ ├── lodash._getnative@3.9.1 │ │ │ ├── lodash.isarguments@3.1.0 │ │ │ └── lodash.isarray@3.0.4 │ │ ├── lodash.restparam@3.6.1 │ │ └── lodash.templatesettings@3.1.1 │ ├── minimist@1.2.0 │ ├─┬ multipipe@0.1.2 │ │ └─┬ duplexer2@0.0.2 │ │ └─┬ readable-stream@1.1.14 │ │ ├── isarray@0.0.1 │ │ └── string_decoder@0.10.31 │ ├── object-assign@3.0.0 │ └─┬ vinyl@0.5.3 │ └── clone-stats@0.0.1 ├─┬ imports-loader@0.6.5 │ └─┬ source-map@0.1.43 │ └── amdefine@1.0.1 ├─┬ netlify-cms@0.4.6 │ ├─┬ @kadira/storybook@1.41.0 │ │ ├─┬ @kadira/storybook-ui@2.6.1 │ │ │ ├── @kadira/react-split-pane@1.4.7 │ │ │ ├── fuzzysearch@1.0.3 │ │ │ ├─┬ mantra-core@1.7.0 │ │ │ │ ├─┬ react-komposer@1.13.1 │ │ │ │ │ ├── mobx@2.7.0 │ │ │ │ │ └── shallowequal@0.2.2 │ │ │ │ └── react-simple-di@1.2.0 │ │ │ ├─┬ react-fuzzy@0.2.3 │ │ │ │ └── fuse.js@2.7.4 │ │ │ ├─┬ react-inspector@1.1.2 │ │ │ │ └── is-dom@1.0.9 │ │ │ └─┬ react-modal@1.9.7 │ │ │ ├── element-class@0.2.2 │ │ │ ├── exenv@1.2.0 │ │ │ └── react-dom-factories@1.0.1 │ │ ├─┬ airbnb-js-shims@1.3.0 │ │ │ ├─┬ array-includes@3.0.3 │ │ │ │ ├─┬ define-properties@1.1.2 │ │ │ │ │ ├── foreach@2.0.5 │ │ │ │ │ └── object-keys@1.0.11 │ │ │ │ └─┬ es-abstract@1.8.2 │ │ │ │ ├─┬ es-to-primitive@1.1.1 │ │ │ │ │ ├── is-date-object@1.0.1 │ │ │ │ │ └── is-symbol@1.0.1 │ │ │ │ └── is-regex@1.0.4 │ │ │ ├── es5-shim@4.5.9 │ │ │ ├─┬ function.prototype.name@1.0.3 │ │ │ │ └── is-callable@1.1.3 │ │ │ ├── object.entries@1.0.4 │ │ │ ├── object.getownpropertydescriptors@2.0.3 │ │ │ ├── object.values@1.0.4 │ │ │ ├── promise.prototype.finally@3.0.1 │ │ │ ├── string.prototype.padend@3.0.0 │ │ │ └── string.prototype.padstart@3.0.0 │ │ ├─┬ babel-polyfill@6.26.0 │ │ │ └── regenerator-runtime@0.10.5 │ │ ├─┬ babel-preset-react@6.24.1 │ │ │ ├── babel-plugin-syntax-jsx@6.18.0 │ │ │ ├── babel-plugin-transform-react-display-name@6.25.0 │ │ │ ├─┬ babel-plugin-transform-react-jsx@6.24.1 │ │ │ │ └── babel-helper-builder-react-jsx@6.26.0 │ │ │ ├── babel-plugin-transform-react-jsx-self@6.22.0 │ │ │ ├── babel-plugin-transform-react-jsx-source@6.22.0 │ │ │ └─┬ babel-preset-flow@6.23.0 │ │ │ └─┬ babel-plugin-transform-flow-strip-types@6.22.0 │ │ │ └── babel-plugin-syntax-flow@6.18.0 │ │ ├─┬ babel-preset-stage-0@6.24.1 │ │ │ ├─┬ babel-plugin-transform-do-expressions@6.22.0 │ │ │ │ └── babel-plugin-syntax-do-expressions@6.13.0 │ │ │ ├─┬ babel-plugin-transform-function-bind@6.22.0 │ │ │ │ └── babel-plugin-syntax-function-bind@6.13.0 │ │ │ └─┬ babel-preset-stage-1@6.24.1 │ │ │ ├─┬ babel-plugin-transform-class-constructor-call@6.24.1 │ │ │ │ └── babel-plugin-syntax-class-constructor-call@6.18.0 │ │ │ ├─┬ babel-plugin-transform-export-extensions@6.22.0 │ │ │ │ └── babel-plugin-syntax-export-extensions@6.13.0 │ │ │ └─┬ babel-preset-stage-2@6.24.1 │ │ │ ├─┬ babel-plugin-transform-decorators@6.24.1 │ │ │ │ ├─┬ babel-helper-explode-class@6.24.1 │ │ │ │ │ └── babel-helper-bindify-decorators@6.24.1 │ │ │ │ └── babel-plugin-syntax-decorators@6.13.0 │ │ │ └─┬ babel-preset-stage-3@6.24.1 │ │ │ ├── babel-plugin-syntax-trailing-function-commas@6.22.0 │ │ │ ├─┬ babel-plugin-transform-async-generator-functions@6.24.1 │ │ │ │ ├── babel-helper-remap-async-to-generator@6.24.1 │ │ │ │ └── babel-plugin-syntax-async-generators@6.13.0 │ │ │ ├─┬ babel-plugin-transform-async-to-generator@6.24.1 │ │ │ │ └── babel-plugin-syntax-async-functions@6.13.0 │ │ │ └─┬ babel-plugin-transform-exponentiation-operator@6.24.1 │ │ │ ├─┬ babel-helper-builder-binary-assignment-operator-visitor@6.24.1 │ │ │ │ └── babel-helper-explode-assignable-expression@6.24.1 │ │ │ └── babel-plugin-syntax-exponentiation-operator@6.13.0 │ │ ├─┬ cjson@0.4.0 │ │ │ └─┬ json-parse-helpfulerror@1.0.3 │ │ │ └── jju@1.3.0 │ │ ├── commander@2.11.0 │ │ ├── es6-shim@0.35.3 │ │ ├─┬ express@4.15.4 │ │ │ ├── array-flatten@1.1.1 │ │ │ ├── content-disposition@0.5.2 │ │ │ ├── content-type@1.0.4 │ │ │ ├── cookie-signature@1.0.6 │ │ │ ├── debug@2.6.8 │ │ │ ├─┬ finalhandler@1.0.6 │ │ │ │ └── debug@2.6.9 │ │ │ ├── fresh@0.5.0 │ │ │ ├── merge-descriptors@1.0.1 │ │ │ ├── methods@1.1.2 │ │ │ ├── path-to-regexp@0.1.7 │ │ │ ├─┬ proxy-addr@1.1.5 │ │ │ │ ├── forwarded@0.1.2 │ │ │ │ └── ipaddr.js@1.4.0 │ │ │ ├── qs@6.5.0 │ │ │ ├─┬ send@0.15.4 │ │ │ │ ├── http-errors@1.6.2 │ │ │ │ └── mime@1.3.4 │ │ │ ├── serve-static@1.12.4 │ │ │ ├── setprototypeof@1.0.3 │ │ │ ├─┬ type-is@1.6.15 │ │ │ │ └── media-typer@0.3.0 │ │ │ └── vary@1.1.2 │ │ ├── json-stringify-safe@5.0.1 │ │ ├── page-bus@3.0.1 │ │ ├─┬ redbox-react@1.5.0 │ │ │ ├─┬ error-stack-parser@1.3.6 │ │ │ │ └── stackframe@0.3.1 │ │ │ └─┬ sourcemapped-stacktrace@1.1.7 │ │ │ └── source-map@0.5.6 │ │ ├── shelljs@0.6.1 │ │ ├── stack-source-map@1.0.7 │ │ ├── uuid@2.0.3 │ │ ├─┬ webpack-dev-middleware@1.12.0 │ │ │ ├── memory-fs@0.4.1 │ │ │ ├── mime@1.4.0 │ │ │ └── time-stamp@2.0.0 │ │ └─┬ webpack-hot-middleware@2.19.1 │ │ ├── ansi-html@0.0.7 │ │ └── querystring@0.2.0 │ ├── babel-plugin-transform-builtin-extend@1.1.2 │ ├── classnames@2.2.5 │ ├─┬ dateformat@1.0.12 │ │ ├── get-stdin@4.0.1 │ │ └─┬ meow@3.7.0 │ │ ├─┬ camelcase-keys@2.1.0 │ │ │ └── camelcase@2.1.1 │ │ ├─┬ loud-rejection@1.6.0 │ │ │ ├─┬ currently-unhandled@0.4.1 │ │ │ │ └── array-find-index@1.0.2 │ │ │ └── signal-exit@3.0.2 │ │ ├── map-obj@1.0.1 │ │ ├── minimist@1.2.0 │ │ ├─┬ normalize-package-data@2.4.0 │ │ │ ├── hosted-git-info@2.5.0 │ │ │ ├── is-builtin-module@1.0.0 │ │ │ └─┬ validate-npm-package-license@3.0.1 │ │ │ ├─┬ spdx-correct@1.0.2 │ │ │ │ └── spdx-license-ids@1.2.2 │ │ │ └── spdx-expression-parse@1.0.4 │ │ ├─┬ redent@1.0.0 │ │ │ ├── indent-string@2.1.0 │ │ │ └── strip-indent@1.0.1 │ │ └── trim-newlines@1.0.0 │ ├── deep-equal@1.0.1 │ ├─┬ fsevents@1.1.2 │ │ ├── nan@2.7.0 │ │ └─┬ node-pre-gyp@0.6.36 │ │ ├─┬ mkdirp@0.5.1 │ │ │ └── minimist@0.0.8 │ │ ├─┬ nopt@4.0.1 │ │ │ ├── abbrev@1.1.0 │ │ │ └─┬ osenv@0.1.4 │ │ │ ├── os-homedir@1.0.2 │ │ │ └── os-tmpdir@1.0.2 │ │ ├─┬ npmlog@4.1.0 │ │ │ ├─┬ are-we-there-yet@1.1.4 │ │ │ │ └── delegates@1.0.0 │ │ │ ├── console-control-strings@1.1.0 │ │ │ ├─┬ gauge@2.7.4 │ │ │ │ ├── aproba@1.1.1 │ │ │ │ ├── has-unicode@2.0.1 │ │ │ │ ├── object-assign@4.1.1 │ │ │ │ ├── signal-exit@3.0.2 │ │ │ │ ├─┬ string-width@1.0.2 │ │ │ │ │ ├── code-point-at@1.1.0 │ │ │ │ │ └─┬ is-fullwidth-code-point@1.0.0 │ │ │ │ │ └── number-is-nan@1.0.1 │ │ │ │ ├─┬ strip-ansi@3.0.1 │ │ │ │ │ └── ansi-regex@2.1.1 │ │ │ │ └── wide-align@1.1.2 │ │ │ └── set-blocking@2.0.0 │ │ ├─┬ rc@1.2.1 │ │ │ ├── deep-extend@0.4.2 │ │ │ ├── ini@1.3.4 │ │ │ ├── minimist@1.2.0 │ │ │ └── strip-json-comments@2.0.1 │ │ ├─┬ request@2.81.0 │ │ │ ├── aws-sign2@0.6.0 │ │ │ ├── aws4@1.6.0 │ │ │ ├── caseless@0.12.0 │ │ │ ├─┬ combined-stream@1.0.5 │ │ │ │ └── delayed-stream@1.0.0 │ │ │ ├── extend@3.0.1 │ │ │ ├── forever-agent@0.6.1 │ │ │ ├─┬ form-data@2.1.4 │ │ │ │ └── asynckit@0.4.0 │ │ │ ├─┬ har-validator@4.2.1 │ │ │ │ ├─┬ ajv@4.11.8 │ │ │ │ │ ├── co@4.6.0 │ │ │ │ │ └─┬ json-stable-stringify@1.0.1 │ │ │ │ │ └── jsonify@0.0.0 │ │ │ │ └── har-schema@1.0.5 │ │ │ ├─┬ hawk@3.1.3 │ │ │ │ ├── boom@2.10.1 │ │ │ │ ├── cryptiles@2.0.5 │ │ │ │ ├── hoek@2.16.3 │ │ │ │ └── sntp@1.0.9 │ │ │ ├─┬ http-signature@1.1.1 │ │ │ │ ├── assert-plus@0.2.0 │ │ │ │ ├─┬ jsprim@1.4.0 │ │ │ │ │ ├── assert-plus@1.0.0 │ │ │ │ │ ├── extsprintf@1.0.2 │ │ │ │ │ ├── json-schema@0.2.3 │ │ │ │ │ └── verror@1.3.6 │ │ │ │ └─┬ sshpk@1.13.0 │ │ │ │ ├── asn1@0.2.3 │ │ │ │ ├── assert-plus@1.0.0 │ │ │ │ ├── bcrypt-pbkdf@1.0.1 │ │ │ │ ├─┬ dashdash@1.14.1 │ │ │ │ │ └── assert-plus@1.0.0 │ │ │ │ ├── ecc-jsbn@0.1.1 │ │ │ │ ├─┬ getpass@0.1.7 │ │ │ │ │ └── assert-plus@1.0.0 │ │ │ │ ├── jodid25519@1.0.2 │ │ │ │ ├── jsbn@0.1.1 │ │ │ │ └── tweetnacl@0.14.5 │ │ │ ├── is-typedarray@1.0.0 │ │ │ ├── isstream@0.1.2 │ │ │ ├── json-stringify-safe@5.0.1 │ │ │ ├─┬ mime-types@2.1.15 │ │ │ │ └── mime-db@1.27.0 │ │ │ ├── oauth-sign@0.8.2 │ │ │ ├── performance-now@0.2.0 │ │ │ ├── qs@6.4.0 │ │ │ ├── safe-buffer@5.0.1 │ │ │ ├── stringstream@0.0.5 │ │ │ ├─┬ tough-cookie@2.3.2 │ │ │ │ └── punycode@1.4.1 │ │ │ ├── tunnel-agent@0.6.0 │ │ │ └── uuid@3.0.1 │ │ ├─┬ rimraf@2.6.1 │ │ │ └─┬ glob@7.1.2 │ │ │ ├── fs.realpath@1.0.0 │ │ │ ├── inflight@1.0.6 │ │ │ ├─┬ minimatch@3.0.4 │ │ │ │ └─┬ brace-expansion@1.1.7 │ │ │ │ ├── balanced-match@0.4.2 │ │ │ │ └── concat-map@0.0.1 │ │ │ └── path-is-absolute@1.0.1 │ │ ├── semver@5.3.0 │ │ ├─┬ tar@2.2.1 │ │ │ ├── block-stream@0.0.9 │ │ │ ├─┬ fstream@1.0.11 │ │ │ │ └── graceful-fs@4.1.11 │ │ │ └── inherits@2.0.3 │ │ └─┬ tar-pack@3.4.0 │ │ ├─┬ debug@2.6.8 │ │ │ └── ms@2.0.0 │ │ ├── fstream-ignore@1.0.5 │ │ ├─┬ once@1.4.0 │ │ │ └── wrappy@1.0.2 │ │ ├─┬ readable-stream@2.2.9 │ │ │ ├── buffer-shims@1.0.0 │ │ │ ├── core-util-is@1.0.2 │ │ │ ├── isarray@1.0.0 │ │ │ ├── process-nextick-args@1.0.7 │ │ │ ├── string_decoder@1.0.1 │ │ │ └── util-deprecate@1.0.2 │ │ └── uid-number@0.0.6 │ ├── fuzzy@0.1.3 │ ├─┬ history@2.1.2 │ │ ├─┬ query-string@3.0.3 │ │ │ └── strict-uri-encode@1.1.0 │ │ └── warning@2.1.0 │ ├── immutability-helper@2.4.0 │ ├── js-base64@2.3.2 │ ├── json-loader@0.5.7 │ ├── jwt-decode@2.2.0 │ ├─┬ localforage@1.5.0 │ │ └─┬ lie@3.0.2 │ │ ├─┬ es3ify@0.1.4 │ │ │ ├── esprima-fb@3001.1.0-dev-harmony-fb │ │ │ └─┬ jstransform@3.0.0 │ │ │ ├── base62@0.1.1 │ │ │ ├── esprima-fb@3001.1.0-dev-harmony-fb │ │ │ └── source-map@0.1.31 │ │ ├── immediate@3.0.6 │ │ ├─┬ inline-process-browser@1.0.0 │ │ │ ├─┬ falafel@1.2.0 │ │ │ │ ├── acorn@1.2.2 │ │ │ │ └── isarray@0.0.1 │ │ │ └─┬ through2@0.6.5 │ │ │ └─┬ readable-stream@1.0.34 │ │ │ ├── isarray@0.0.1 │ │ │ └── string_decoder@0.10.31 │ │ └─┬ unreachable-branch-transform@0.3.0 │ │ ├── esmangle-evaluator@1.0.1 │ │ ├─┬ recast@0.10.43 │ │ │ ├── ast-types@0.8.15 │ │ │ └── esprima-fb@15001.1001.0-dev-harmony-fb │ │ └─┬ through2@0.6.5 │ │ └─┬ readable-stream@1.0.34 │ │ ├── isarray@0.0.1 │ │ └── string_decoder@0.10.31 │ ├─┬ markup-it@2.5.0 │ │ ├── html-entities@1.2.1 │ │ ├── is@3.2.1 │ │ ├── ltrim@0.0.3 │ │ ├── object-values@1.0.0 │ │ ├── range-utils@1.1.0 │ │ ├── rtrim@0.0.3 │ │ └─┬ yargs@4.8.1 │ │ ├── window-size@0.2.0 │ │ └─┬ yargs-parser@2.4.1 │ │ └── camelcase@3.0.0 │ ├── material-design-icons@3.0.1 │ ├── moment@2.18.1 │ ├─┬ netlify-auth-js@0.5.5 │ │ └── micro-api-client@2.0.0 │ ├── normalize.css@4.2.0 │ ├── preliminaries@1.1.0 │ ├─┬ preliminaries-parser-toml@1.1.0 │ │ ├── toml@2.3.3 │ │ └── toml-js@0.0.8 │ ├─┬ preliminaries-parser-yaml@1.1.0 │ │ └─┬ js-yaml@3.10.0 │ │ └── esprima@4.0.0 │ ├─┬ prismjs@1.8.1 │ │ └─┬ clipboard@1.7.1 │ │ ├─┬ good-listener@1.2.2 │ │ │ └── delegate@3.1.3 │ │ ├── select@1.1.2 │ │ └── tiny-emitter@2.0.2 │ ├── prosemirror-commands@0.16.0 │ ├─┬ prosemirror-history@0.16.0 │ │ └── rope-sequence@1.2.2 │ ├── prosemirror-inputrules@0.16.0 │ ├─┬ prosemirror-keymap@0.16.0 │ │ └── w3c-keyname@1.1.6 │ ├─┬ prosemirror-markdown@0.16.0 │ │ └─┬ markdown-it@6.1.1 │ │ ├── linkify-it@1.2.4 │ │ ├── mdurl@1.0.1 │ │ └── uc.micro@1.0.3 │ ├─┬ prosemirror-model@0.16.1 │ │ └── orderedmap@1.0.0 │ ├── prosemirror-schema-basic@0.16.0 │ ├── prosemirror-schema-list@0.16.0 │ ├── prosemirror-schema-table@0.16.0 │ ├── prosemirror-state@0.16.0 │ ├── prosemirror-transform@0.16.0 │ ├── prosemirror-view@0.16.2 │ ├─┬ UNMET PEER DEPENDENCY react@15.6.1 │ │ ├── create-react-class@15.6.0 │ │ ├─┬ fbjs@0.8.15 │ │ │ ├── core-js@1.2.7 │ │ │ ├─┬ isomorphic-fetch@2.2.1 │ │ │ │ └─┬ node-fetch@1.7.3 │ │ │ │ └─┬ encoding@0.1.12 │ │ │ │ └── iconv-lite@0.4.19 │ │ │ ├─┬ promise@7.3.1 │ │ │ │ └── asap@2.0.6 │ │ │ └── setimmediate@1.0.5 │ │ ├── loose-envify@1.3.1 │ │ └── prop-types@15.5.10 │ ├─┬ UNMET PEER DEPENDENCY react-addons-css-transition-group@15.6.0 │ │ └─┬ react-transition-group@1.2.0 │ │ ├── chain-function@1.0.0 │ │ ├── dom-helpers@3.2.1 │ │ └── warning@3.0.0 │ ├─┬ react-autosuggest@7.1.0 │ │ ├─┬ react-autowhatever@7.0.0 │ │ │ ├─┬ react-themeable@1.1.0 │ │ │ │ └── object-assign@3.0.0 │ │ │ └── section-iterator@2.0.0 │ │ ├─┬ react-redux@5.0.6 │ │ │ └── hoist-non-react-statics@2.3.1 │ │ └── shallow-equal@1.0.0 │ ├─┬ react-datetime@2.10.2 │ │ ├── object-assign@3.0.0 │ │ └── react-onclickoutside@5.11.1 │ ├── UNMET PEER DEPENDENCY react-dom@15.6.1 │ ├── react-frame-component@1.1.1 │ ├─┬ react-hot-loader@3.0.0-beta.7 │ │ ├─┬ global@4.3.2 │ │ │ ├─┬ min-document@2.19.0 │ │ │ │ └── dom-walk@0.1.1 │ │ │ └── process@0.5.2 │ │ ├── react-deep-force-update@2.1.1 │ │ ├── react-proxy@3.0.0-alpha.1 │ │ └── source-map@0.4.4 │ ├── react-immutable-proptypes@2.1.0 │ ├─┬ react-lazy-load@3.0.12 │ │ ├── eventlistener@0.0.1 │ │ ├── lodash.debounce@4.0.8 │ │ └── lodash.throttle@4.1.1 │ ├── react-portal@2.2.1 │ ├── react-pure-render@1.0.2 │ ├─┬ react-redux@4.4.8 │ │ └── hoist-non-react-statics@1.2.0 │ ├─┬ react-router@2.8.1 │ │ └── warning@3.0.0 │ ├── react-router-redux@4.0.8 │ ├── react-sidebar@2.3.2 │ ├─┬ react-simple-dnd@0.1.2 │ │ ├─┬ react-dnd@2.5.1 │ │ │ ├── disposables@1.0.1 │ │ │ ├── dnd-core@2.5.1 │ │ │ └── hoist-non-react-statics@2.3.1 │ │ └── react-dnd-html5-backend@2.5.1 │ ├── react-sortable@1.2.0 │ ├─┬ react-split-pane@0.1.66 │ │ ├─┬ inline-style-prefixer@3.0.8 │ │ │ ├── bowser@1.7.3 │ │ │ └─┬ css-in-js-utils@2.0.0 │ │ │ └── hyphenate-style-name@1.0.2 │ │ └── react-style-proptype@3.0.0 │ ├── react-textarea-autosize@4.3.2 │ ├─┬ react-toolbox@1.3.4 │ │ └── react-css-themr@1.7.2 │ ├─┬ react-topbar-progress-indicator@1.0.0 │ │ └── topbar@0.1.3 │ ├── react-waypoint@3.1.3 │ ├─┬ redux@3.7.2 │ │ ├── lodash-es@4.17.4 │ │ └── symbol-observable@1.0.4 │ ├── redux-notifications@2.1.1 │ ├── redux-optimist@0.0.2 │ ├── redux-thunk@1.0.3 │ ├── selection-position@1.0.0 │ ├── semaphore@1.1.0 │ ├─┬ slate@0.14.19 │ │ ├── detect-browser@1.12.0 │ │ ├── direction@0.1.5 │ │ ├── esrever@0.2.0 │ │ ├─┬ get-window@1.1.1 │ │ │ └── get-document@1.0.0 │ │ ├── is-empty@1.2.0 │ │ ├── keycode@2.1.9 │ │ ├── type-of@2.0.1 │ │ └── uid@0.0.2 │ ├─┬ slate-drop-or-paste-images@0.2.0 │ │ ├── data-uri-to-blob@0.0.4 │ │ ├── image-to-data-uri@1.1.0 │ │ ├─┬ is-data-uri@0.1.0 │ │ │ └── data-uri-regex@0.1.4 │ │ ├─┬ is-image@1.0.1 │ │ │ └── image-extensions@1.1.0 │ │ └── is-url@1.2.2 │ ├─┬ slug@0.9.1 │ │ └── unicode@10.0.0 │ ├── textarea-caret-position@0.1.1 │ └── uuid@2.0.3 ├─┬ postcss-cssnext@2.11.0 │ ├─┬ caniuse-api@1.6.1 │ │ ├── lodash.memoize@4.1.2 │ │ └── lodash.uniq@4.5.0 │ ├── pixrem@3.0.2 │ ├─┬ pleeease-filters@3.0.1 │ │ └── onecolor@2.4.2 │ ├─┬ postcss-apply@0.3.0 │ │ └── balanced-match@0.4.2 │ ├── postcss-attribute-case-insensitive@1.0.1 │ ├─┬ postcss-color-function@2.0.1 │ │ └─┬ css-color-function@1.3.0 │ │ ├── balanced-match@0.1.0 │ │ ├── debug@0.7.4 │ │ └── rgb@0.1.0 │ ├─┬ postcss-color-gray@3.0.1 │ │ ├─┬ color@0.11.4 │ │ │ ├─┬ color-convert@1.9.0 │ │ │ │ └── color-name@1.1.3 │ │ │ └── color-string@0.3.0 │ │ └─┬ reduce-function-call@1.0.2 │ │ └── balanced-match@0.4.2 │ ├─┬ postcss-color-hex-alpha@2.0.0 │ │ └─┬ color@0.10.1 │ │ └── color-convert@0.5.3 │ ├─┬ postcss-color-hsl@1.0.5 │ │ └─┬ units-css@0.4.0 │ │ ├── isnumeric@0.2.0 │ │ └── viewport-dimensions@0.2.0 │ ├── postcss-color-hwb@2.0.1 │ ├── postcss-color-rebeccapurple@2.0.1 │ ├── postcss-color-rgb@1.1.4 │ ├─┬ postcss-color-rgba-fallback@2.2.0 │ │ └── rgb-hex@1.0.0 │ ├── postcss-custom-media@5.0.1 │ ├─┬ postcss-custom-properties@5.0.2 │ │ └── balanced-match@0.4.2 │ ├─┬ postcss-custom-selectors@3.0.0 │ │ └── balanced-match@0.2.1 │ ├── postcss-font-family-system-ui@1.0.2 │ ├── postcss-font-variant@2.0.1 │ ├─┬ postcss-image-set-polyfill@0.3.5 │ │ ├─┬ postcss@6.0.11 │ │ │ ├─┬ chalk@2.1.0 │ │ │ │ └── ansi-styles@3.2.0 │ │ │ └─┬ supports-color@4.4.0 │ │ │ └── has-flag@2.0.0 │ │ └── postcss-media-query-parser@0.2.3 │ ├─┬ postcss-initial@1.5.3 │ │ └─┬ lodash.template@4.4.0 │ │ └── lodash.templatesettings@4.1.0 │ ├── postcss-media-minmax@2.1.2 │ ├── postcss-nesting@2.3.1 │ ├─┬ postcss-pseudo-class-any-link@1.0.0 │ │ └── postcss-selector-parser@1.3.3 │ ├── postcss-pseudoelements@3.0.0 │ ├── postcss-replace-overflow-wrap@1.0.0 │ ├─┬ postcss-selector-matches@2.0.5 │ │ └── balanced-match@0.4.2 │ └─┬ postcss-selector-not@2.0.0 │ └── balanced-match@0.2.1 ├─┬ postcss-import@8.2.0 │ ├─┬ pkg-resolve@0.1.14 │ │ └─┬ jspm@0.17.0-beta.45 │ │ ├── bluebird@3.5.0 │ │ ├── core-js@1.2.7 │ │ ├── glob@6.0.4 │ │ ├─┬ jspm-github@0.14.13 │ │ │ ├── netrc@0.1.4 │ │ │ ├─┬ tar-fs@1.15.3 │ │ │ │ ├── chownr@1.0.1 │ │ │ │ ├─┬ pump@1.0.2 │ │ │ │ │ └── end-of-stream@1.4.0 │ │ │ │ └─┬ tar-stream@1.5.4 │ │ │ │ ├── bl@1.2.1 │ │ │ │ └── end-of-stream@1.4.0 │ │ │ └── which@1.3.0 │ │ ├─┬ jspm-npm@0.30.3 │ │ │ └── buffer-peek-stream@1.0.1 │ │ ├─┬ jspm-registry@0.4.4 │ │ │ ├── rsvp@3.6.2 │ │ │ └── semver@4.3.6 │ │ ├── ncp@2.0.0 │ │ ├─┬ proper-lockfile@1.2.0 │ │ │ ├── err-code@1.1.2 │ │ │ └── retry@0.10.1 │ │ ├── rimraf@2.6.2 │ │ ├─┬ sane@1.7.0 │ │ │ ├─┬ exec-sh@0.2.1 │ │ │ │ └── merge@1.2.0 │ │ │ ├─┬ fb-watchman@2.0.0 │ │ │ │ └─┬ bser@2.0.0 │ │ │ │ └── node-int64@0.4.0 │ │ │ ├── minimist@1.2.0 │ │ │ ├─┬ walker@1.0.7 │ │ │ │ └─┬ makeerror@1.0.11 │ │ │ │ └── tmpl@1.0.4 │ │ │ └── watch@0.10.0 │ │ ├── semver@5.4.1 │ │ ├── systemjs@0.20.19 │ │ ├─┬ systemjs-builder@0.16.11 │ │ │ ├── babel-plugin-syntax-dynamic-import@6.18.0 │ │ │ ├── babel-plugin-transform-amd-system-wrapper@0.3.7 │ │ │ ├── babel-plugin-transform-cjs-system-wrapper@0.6.2 │ │ │ ├── babel-plugin-transform-global-system-wrapper@0.3.4 │ │ │ ├── babel-plugin-transform-system-register@0.0.1 │ │ │ ├── data-uri-to-buffer@0.0.4 │ │ │ ├─┬ es6-template-strings@2.0.1 │ │ │ │ └── esniff@1.1.0 │ │ │ ├── rollup@0.36.4 │ │ │ └─┬ systemjs@0.19.47 │ │ │ └── when@3.7.8 │ │ └─┬ traceur@0.0.105 │ │ ├── commander@2.9.0 │ │ ├── glob@5.0.15 │ │ ├── semver@4.3.6 │ │ └─┬ source-map-support@0.2.10 │ │ └── source-map@0.1.32 │ ├─┬ promise-each@2.2.0 │ │ └── any-promise@0.1.0 │ ├─┬ read-cache@1.0.0 │ │ └── pify@2.3.0 │ └─┬ resolve@1.4.0 │ └── path-parse@1.0.5 ├── postcss-loader@0.9.1 ├── postcss-uncss@0.14.0 ├─┬ svg-sprite-loader@0.1.2 │ ├─┬ cheerio@0.19.0 │ │ ├─┬ css-select@1.0.0 │ │ │ ├── css-what@1.0.0 │ │ │ └── domutils@1.4.3 │ │ ├─┬ htmlparser2@3.8.3 │ │ │ ├── domhandler@2.3.0 │ │ │ ├── domutils@1.5.1 │ │ │ ├── entities@1.0.0 │ │ │ └─┬ readable-stream@1.1.14 │ │ │ ├── isarray@0.0.1 │ │ │ └── string_decoder@0.10.31 │ │ └── lodash@3.10.1 │ ├── extend@3.0.1 │ ├── image-size@0.3.5 │ └── sniffr@1.1.4 ├─┬ uncss@0.14.1 │ ├── async@1.5.2 │ ├── bluebird@3.1.5 │ ├─┬ commander@2.9.0 │ │ └── graceful-readlink@1.0.1 │ ├── glob@6.0.4 │ ├── is-absolute-url@2.0.0 │ ├─┬ is-html@1.0.0 │ │ └── html-tags@1.2.0 │ ├── lodash@4.0.1 │ ├─┬ phridge@2.0.0 │ │ ├── fork-stream@0.0.4 │ │ ├── linerstream@0.1.4 │ │ ├─┬ phantomjs-prebuilt@2.1.15 │ │ │ ├── es6-promise@4.0.5 │ │ │ ├─┬ extract-zip@1.6.5 │ │ │ │ ├─┬ debug@2.2.0 │ │ │ │ │ └── ms@0.7.1 │ │ │ │ ├── mkdirp@0.5.0 │ │ │ │ └─┬ yauzl@2.4.1 │ │ │ │ └─┬ fd-slicer@1.0.1 │ │ │ │ └── pend@1.2.0 │ │ │ ├─┬ fs-extra@1.0.0 │ │ │ │ ├── jsonfile@2.4.0 │ │ │ │ └── klaw@1.3.1 │ │ │ ├─┬ hasha@2.2.0 │ │ │ │ └── is-stream@1.1.0 │ │ │ ├── kew@0.7.0 │ │ │ ├─┬ request-progress@2.0.1 │ │ │ │ └── throttleit@1.0.0 │ │ │ └─┬ which@1.2.14 │ │ │ └── isexe@2.0.0 │ │ └─┬ temp@0.8.3 │ │ └── rimraf@2.2.8 │ ├── postcss@5.0.21 │ └─┬ request@2.69.0 │ ├── aws-sign2@0.6.0 │ ├── aws4@1.6.0 │ ├─┬ bl@1.0.3 │ │ └─┬ readable-stream@2.0.6 │ │ └── string_decoder@0.10.31 │ ├── caseless@0.11.0 │ ├─┬ combined-stream@1.0.5 │ │ └── delayed-stream@1.0.0 │ ├── forever-agent@0.6.1 │ ├─┬ form-data@1.0.1 │ │ └─┬ async@2.5.0 │ │ └── lodash@4.17.4 │ ├── har-validator@2.0.6 │ ├─┬ hawk@3.1.3 │ │ ├── boom@2.10.1 │ │ ├── cryptiles@2.0.5 │ │ ├── hoek@2.16.3 │ │ └── sntp@1.0.9 │ ├─┬ http-signature@1.1.1 │ │ ├── assert-plus@0.2.0 │ │ ├─┬ jsprim@1.4.1 │ │ │ ├── assert-plus@1.0.0 │ │ │ ├── extsprintf@1.3.0 │ │ │ ├── json-schema@0.2.3 │ │ │ └─┬ verror@1.10.0 │ │ │ └── assert-plus@1.0.0 │ │ └─┬ sshpk@1.13.1 │ │ ├── asn1@0.2.3 │ │ ├── assert-plus@1.0.0 │ │ ├── bcrypt-pbkdf@1.0.1 │ │ ├─┬ dashdash@1.14.1 │ │ │ └── assert-plus@1.0.0 │ │ ├── ecc-jsbn@0.1.1 │ │ ├─┬ getpass@0.1.7 │ │ │ └── assert-plus@1.0.0 │ │ ├── jsbn@0.1.1 │ │ └── tweetnacl@0.14.5 │ ├── is-typedarray@1.0.0 │ ├── isstream@0.1.2 │ ├── node-uuid@1.4.8 │ ├── oauth-sign@0.8.2 │ ├── qs@6.0.4 │ ├── stringstream@0.0.5 │ ├── tough-cookie@2.2.2 │ └── tunnel-agent@0.4.3 ├─┬ url-loader@0.5.9 │ ├── loader-utils@1.1.0 │ └── mime@1.3.6 ├─┬ webpack@1.15.0 │ ├── acorn@3.3.0 │ ├── clone@1.0.2 │ ├─┬ enhanced-resolve@0.9.1 │ │ └── memory-fs@0.2.0 │ ├── interpret@0.6.6 │ ├─┬ memory-fs@0.3.0 │ │ └─┬ errno@0.1.4 │ │ └── prr@0.0.0 │ ├─┬ node-libs-browser@0.7.0 │ │ ├── assert@1.4.1 │ │ ├─┬ browserify-zlib@0.1.4 │ │ │ └── pako@0.2.9 │ │ ├─┬ buffer@4.9.1 │ │ │ ├── base64-js@1.2.1 │ │ │ └── ieee754@1.1.8 │ │ ├─┬ console-browserify@1.1.0 │ │ │ └── date-now@0.1.4 │ │ ├── constants-browserify@1.0.0 │ │ ├─┬ crypto-browserify@3.3.0 │ │ │ ├── browserify-aes@0.4.0 │ │ │ ├── pbkdf2-compat@2.0.1 │ │ │ ├── ripemd160@0.2.0 │ │ │ └── sha.js@2.2.6 │ │ ├── domain-browser@1.1.7 │ │ ├── events@1.1.1 │ │ ├── https-browserify@0.0.1 │ │ ├── os-browserify@0.2.1 │ │ ├── path-browserify@0.0.0 │ │ ├── process@0.11.10 │ │ ├── punycode@1.4.1 │ │ ├── querystring-es3@0.2.1 │ │ ├── stream-browserify@2.0.1 │ │ ├─┬ stream-http@2.7.2 │ │ │ ├── builtin-status-codes@3.0.0 │ │ │ └── to-arraybuffer@1.0.1 │ │ ├── string_decoder@0.10.31 │ │ ├── timers-browserify@2.0.4 │ │ ├── tty-browserify@0.0.0 │ │ ├─┬ url@0.11.0 │ │ │ └── punycode@1.3.2 │ │ ├─┬ util@0.10.3 │ │ │ └── inherits@2.0.1 │ │ └── vm-browserify@0.0.4 │ ├─┬ optimist@0.6.1 │ │ └── wordwrap@0.0.3 │ ├─┬ supports-color@3.2.3 │ │ └── has-flag@1.0.0 │ ├── tapable@0.1.10 │ ├─┬ uglify-js@2.7.5 │ │ ├── async@0.2.10 │ │ ├── uglify-to-browserify@1.0.2 │ │ └─┬ yargs@3.10.0 │ │ ├─┬ cliui@2.1.0 │ │ │ ├─┬ center-align@0.1.3 │ │ │ │ ├─┬ align-text@0.1.4 │ │ │ │ │ └── longest@1.0.1 │ │ │ │ └── lazy-cache@1.0.4 │ │ │ ├── right-align@0.1.3 │ │ │ └── wordwrap@0.0.2 │ │ └── window-size@0.1.0 │ ├─┬ watchpack@0.2.9 │ │ └── async@0.9.2 │ └─┬ webpack-core@0.6.9 │ └── source-map@0.4.4 └── whatwg-fetch@1.1.1

npm ERR! peer dep missing: react@^0.14 || ~15.4.0, required by react-toolbox@1.3.4 npm ERR! peer dep missing: react-addons-css-transition-group@^0.14.0 || ~15.4.0, required by react-toolbox@1.3.4 npm ERR! peer dep missing: react-dom@^0.14.0 || ~15.4.0, required by react-toolbox@1.3.4

tech4him1 commented 7 years ago

@sogen What version of Hugo do you actually have installed on your computer (run hugo --version)?

username1290 commented 7 years ago

hugo version Hugo Static Site Generator v0.27.1 darwin/amd64 BuildDate: 2017-09-23T21:52:10-06:00

ghost commented 7 years ago

If you're having issues with your dev environment—that can be resolved with Docker.

EDIT: Here's a pull from @eyedol adding docker support to victor-hugo.

calavera commented 7 years ago

Thanks for opening this issue @sogen.

We use a vendored version of Hugo: https://github.com/netlify/victor-hugo/commit/10ee33cf5da14cd63e4f683a8b2b766610f697ec

The problem might be that 0.25.1 doesn't have that function. We should be able to update the version. Alternatively, you can modify the gulp script to point to your version:

https://github.com/netlify/victor-hugo/blob/master/gulpfile.babel.js#L19

username1290 commented 7 years ago

np, just wanted to let you know.

On Thu, Sep 28, 2017 at 3:07 PM, David Calavera notifications@github.com wrote:

Thanks for opening this issue @sogen https://github.com/sogen.

We use a vendored version of Hugo: 10ee33c https://github.com/netlify/victor-hugo/commit/10ee33cf5da14cd63e4f683a8b2b766610f697ec

The problem might be that 0.25.1 doesn't have that function. We should be able to update the version. Alternatively, you can modify the gulp script to point to your version:

https://github.com/netlify/victor-hugo/blob/master/gulpfile.babel.js#L19

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/netlify/victor-hugo/issues/47#issuecomment-332964337, or mute the thread https://github.com/notifications/unsubscribe-auth/ACp8QzQKzOzUudDaTmxWr2D9UnT7GWTaks5snAqPgaJpZM4Ph-6l .

durkinio commented 7 years ago

Been having the same issue.

tech4him1 commented 7 years ago

@calavera I wonder if it would be worth having a postinstall script to ask what version the user wanted (with the supported version marked).

username1290 commented 7 years ago

Or a command to run the beta(release candidate) inside, I.e. “npm start -beta”, with the user acknowledgement that it might not work

On Sep 29, 2017, at 7:17 AM, Caleb notifications@github.com wrote:

@calavera I wonder if it would be worth having a postinstall script to ask what version the user wanted (with the supported version marked).

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

atomtigerzoo commented 7 years ago

I tried with the latest victor-hugo master and the Ananke theme and have no problems at all.

username1290 commented 7 years ago

How can I try that? Only npm start?

On Oct 8, 2017, at 8:33 AM, HerrH notifications@github.com wrote:

I tried with the latest victor-hugo master and the Ananke theme and have no problems at all.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

atomtigerzoo commented 7 years ago

Clone victor-hugo, run npm install, install the theme as told on the themes page, run gulp server. That's what I did - no errors.

Are you running the latest stable node/npm? Maybe force delete your npm cache and re-install all packages :/ Or maybe some themes are just too new to deal with the older hugo version included in victor-hugo right now. You can change the version in package.json to the newest, that is 0.16.0 by the time of this writing, and try again with the newest hugo version.

ghost commented 7 years ago

An alternative to implementing and maintaining a working docker image would be to institute a lock file of either the NPM or Yarn variety. Adding Yarn will also enhance security and speed.

To generate a yarn lock file, from the project directory do:

npm i -g yarn
yarn

Yarn can then be added as a devDependency to the NPM package manifest with npm i -D yarn.

anagio commented 6 years ago

Late to this but the error is from Hugo have you maybe put {{ partials... in a template and not partial singular ?

username1290 commented 6 years ago

Ahh the partials error, I’ll check that, thanks!

On Thu, Dec 7, 2017 at 1:05 PM Peter notifications@github.com wrote:

Late to this but the error is from Hugo have you maybe put {{ partials... in a template and not partial singular ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/netlify/victor-hugo/issues/47#issuecomment-350079370, or mute the thread https://github.com/notifications/unsubscribe-auth/ACp8QxSQaZibTm7Bl8zD1NY7FtDzwMtXks5s-EUVgaJpZM4Ph-6l .

username1290 commented 6 years ago

I've also seen that many themes are broken because they use params instead of Params or use BaseURL instead of absURL

On Thu, Dec 7, 2017 at 1:28 PM, Genaro Paez genaropaez@gmail.com wrote:

Ahh the partials error, I’ll check that, thanks!

On Thu, Dec 7, 2017 at 1:05 PM Peter notifications@github.com wrote:

Late to this but the error is from Hugo have you maybe put {{ partials... in a template and not partial singular ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/netlify/victor-hugo/issues/47#issuecomment-350079370, or mute the thread https://github.com/notifications/unsubscribe-auth/ACp8QxSQaZibTm7Bl8zD1NY7FtDzwMtXks5s-EUVgaJpZM4Ph-6l .

anagio commented 6 years ago

Ok that's a problem with a theme or hugo not victor hugo's build system. I'd opt to close the thread

erquhart commented 6 years ago

Hugo updated in #51.