🚇 The JavaScript bundler for React Native. https://facebook.github.io/metro
Go to file
Christoph Pojer 7e8ab0d237 Add dependencies to package.json
Summary:
I extracted all the dependencies (using jest-haste-map) and copied them from the package.json in react-native to RNP. There is some duplication here for now but we can later go back and remove the duplicated dependencies from react-native that aren't needed there.

I also removed a mock file that hasn't been in use for a long time.

Reviewed By: jeanlauliac

Differential Revision: D4598155

fbshipit-source-id: 850b6dfa6fc2eec138ebdd7208cd34bee21f7927
2017-02-23 01:07:28 -08:00
.github Initial repository structure. 2017-01-26 12:56:40 +00:00
flow-typed Initial repository structure. 2017-01-26 12:56:40 +00:00
packages/metro-bundler Add dependencies to package.json 2017-02-23 01:07:28 -08:00
scripts Initial repository structure. 2017-01-26 12:56:40 +00:00
.babelrc Initial repository structure. 2017-01-26 12:56:40 +00:00
.eslintignore Initial repository structure. 2017-01-26 12:56:40 +00:00
.eslintrc Initial repository structure. 2017-01-26 12:56:40 +00:00
.flowconfig Initial repository structure. 2017-01-26 12:56:40 +00:00
.gitignore Initial repository structure. 2017-01-26 12:56:40 +00:00
.npmignore Initial repository structure. 2017-01-26 12:56:40 +00:00
.travis.yml Initial repository structure. 2017-01-26 12:56:40 +00:00
CHANGELOG.md Initial repository structure. 2017-01-26 12:56:40 +00:00
CONTRIBUTING.md Initial repository structure. 2017-01-26 12:56:40 +00:00
LICENSE Initial repository structure. 2017-01-26 12:56:40 +00:00
PATENTS Initial repository structure. 2017-01-26 12:56:40 +00:00
README.md Move 2017-01-26 13:31:04 +00:00
appveyor.yml Initial repository structure. 2017-01-26 12:56:40 +00:00
lerna.json Initial repository structure. 2017-01-26 12:56:40 +00:00
package.json Move 2017-01-26 13:31:04 +00:00
yarn.lock Initial repository structure. 2017-01-26 12:56:40 +00:00

README.md

metro-bundler Build Status Windows Build Status npm version

The JavaScript bundler for React Native