Skip to content

Commit 13edf6d

Browse files
cpojerfacebook-github-bot
authored andcommitted
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
1 parent a151fce commit 13edf6d

File tree

2 files changed

+34
-14
lines changed

2 files changed

+34
-14
lines changed

packager/package.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,39 @@
55
"repository": {
66
"type": "git",
77
"url": "git@github.com:facebook/react-native.git"
8+
},
9+
"dependencies": {
10+
"absolute-path": "^0.0.0",
11+
"async": "^2.0.1",
12+
"babel-core": "^6.21.0",
13+
"babel-generator": "^6.21.0",
14+
"babel-plugin-external-helpers": "^6.18.0",
15+
"babel-preset-fbjs": "^2.1.0",
16+
"babel-preset-react-native": "^1.9.1",
17+
"babel-register": "^6.18.0",
18+
"babylon": "^6.14.1",
19+
"chalk": "^1.1.1",
20+
"core-js": "^2.2.2",
21+
"debug": "^2.2.0",
22+
"denodeify": "^1.2.1",
23+
"fbjs": "^0.8.9",
24+
"graceful-fs": "^4.1.3",
25+
"image-size": "^0.3.5",
26+
"imurmurhash": "^0.1.4",
27+
"jest-haste-map": "18.0.0",
28+
"joi": "^6.6.1",
29+
"json-stable-stringify": "^1.0.1",
30+
"json5": "^0.4.0",
31+
"left-pad": "^1.1.3",
32+
"lodash": "^4.16.6",
33+
"mime-types": "2.1.11",
34+
"mkdirp": "^0.5.1",
35+
"request": "^2.79.0",
36+
"rimraf": "^2.5.4",
37+
"source-map": "^0.5.6",
38+
"throat": "^3.0.0",
39+
"uglify-js": "^2.6.2",
40+
"worker-farm": "^1.3.1",
41+
"write-file-atomic": "^1.2.0"
842
}
943
}

packager/src/JSTransformer/__mocks__/q.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)