Skip to content

Instantly share code, notes, and snippets.

@deoxxa
Created May 19, 2016 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deoxxa/51b6805f24e83e8afd4a950b10fb888f to your computer and use it in GitHub Desktop.
Save deoxxa/51b6805f24e83e8afd4a950b10fb888f to your computer and use it in GitHub Desktop.
react-boilerplate@3.0.0 /Users/conrad/Work/nimblic/medtasker-react/react-boilerplate
├─┬ babel-polyfill@6.9.0
│ ├── babel-regenerator-runtime@6.5.0
│ ├── babel-runtime@6.9.0
│ └── core-js@2.4.0
├─┬ chalk@1.1.3
│ ├── ansi-styles@2.2.1
│ ├── escape-string-regexp@1.0.5
│ ├─┬ has-ansi@2.0.0
│ │ └── ansi-regex@2.0.0
│ ├── strip-ansi@3.0.1
│ └── supports-color@2.0.0
├─┬ compression@1.6.2
│ ├─┬ accepts@1.3.3
│ │ ├── mime-types@2.1.11
│ │ └── negotiator@0.6.1
│ ├── bytes@2.3.0
│ ├─┬ compressible@2.0.8
│ │ └── mime-db@1.23.0
│ ├─┬ debug@2.2.0
│ │ └── ms@0.7.1
│ ├── on-headers@1.0.1
│ └── vary@1.1.0
├─┬ express@4.13.4
│ ├─┬ accepts@1.2.13
│ │ └── negotiator@0.5.3
│ ├── array-flatten@1.1.1
│ ├── content-disposition@0.5.1
│ ├── content-type@1.0.2
│ ├── cookie@0.1.5
│ ├── cookie-signature@1.0.6
│ ├── depd@1.1.0
│ ├── escape-html@1.0.3
│ ├── etag@1.7.0
│ ├─┬ finalhandler@0.4.1
│ │ └── unpipe@1.0.0
│ ├── fresh@0.3.0
│ ├── merge-descriptors@1.0.1
│ ├── methods@1.1.2
│ ├─┬ on-finished@2.3.0
│ │ └── ee-first@1.1.1
│ ├── parseurl@1.3.1
│ ├── path-to-regexp@0.1.7
│ ├─┬ proxy-addr@1.0.10
│ │ ├── forwarded@0.1.0
│ │ └── ipaddr.js@1.0.5
│ ├── qs@4.0.0
│ ├── range-parser@1.0.3
│ ├─┬ send@0.13.1
│ │ ├── destroy@1.0.4
│ │ ├─┬ http-errors@1.3.1
│ │ │ └── inherits@2.0.1
│ │ ├── mime@1.3.4
│ │ └── statuses@1.2.1
│ ├── serve-static@1.10.2
│ ├─┬ type-is@1.6.13
│ │ └── media-typer@0.3.0
│ ├── utils-merge@1.0.0
│ └── vary@1.0.1
├── fontfaceobserver@1.7.1
├─┬ history@2.1.1
│ ├── deep-equal@1.0.1
│ ├── invariant@2.2.1
│ ├─┬ query-string@3.0.3
│ │ └── strict-uri-encode@1.1.0
│ └── warning@2.1.0
├── immutable@3.8.1
├─┬ react@15.0.2
│ ├─┬ fbjs@0.8.2
│ │ ├── core-js@1.2.6
│ │ ├─┬ isomorphic-fetch@2.2.1
│ │ │ └─┬ node-fetch@1.5.2
│ │ │ ├─┬ encoding@0.1.12
│ │ │ │ └── iconv-lite@0.4.13
│ │ │ └── is-stream@1.1.0
│ │ ├─┬ promise@7.1.1
│ │ │ └── asap@2.0.3
│ │ └── ua-parser-js@0.7.10
│ ├─┬ loose-envify@1.2.0
│ │ └── js-tokens@1.0.3
│ └── object-assign@4.1.0
├── react-dom@15.0.2
├── react-pure-render@1.0.2
├─┬ react-redux@4.4.5
│ ├── hoist-non-react-statics@1.0.6
│ └── lodash@4.12.0
├── react-router@2.4.0
├── react-router-redux@4.0.4
├─┬ react-router-scroll@0.2.0
│ └─┬ scroll-behavior@0.7.0
│ └── dom-helpers@2.4.0
├─┬ redux@3.5.2
│ ├── lodash-es@4.12.0
│ └── symbol-observable@0.2.4
├── redux-immutable@3.0.6
├── redux-saga@0.10.4
├── reselect@2.5.1
├── sanitize.css@3.3.0
└── whatwg-fetch@1.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment