-
Notifications
You must be signed in to change notification settings - Fork 634
/
Copy pathpackage.json
105 lines (105 loc) · 3.78 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"version": "0.30.2",
"name": "metro",
"description": "🚇 The JavaScript bundler for React Native.",
"main": "src/index.js",
"bin": "src/cli.js",
"repository": {
"type": "git",
"url": "[email protected]:facebook/metro.git"
},
"scripts": {
"prepare-release": "test -d build && rm -rf src.real && mv src src.real && mv build src",
"cleanup-release": "test ! -e build && mv src build && mv src.real src"
},
"dependencies": {
"@babel/core": "^7.0.0-beta",
"@babel/generator": "^7.0.0-beta",
"@babel/helper-remap-async-to-generator": "^7.0.0-beta",
"@babel/plugin-external-helpers": "^7.0.0-beta",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta",
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta",
"@babel/plugin-transform-arrow-functions": "^7.0.0-beta",
"@babel/plugin-transform-block-scoping": "^7.0.0-beta",
"@babel/plugin-transform-classes": "^7.0.0-beta",
"@babel/plugin-transform-computed-properties": "^7.0.0-beta",
"@babel/plugin-transform-destructuring": "^7.0.0-beta",
"@babel/plugin-transform-exponentiation-operator": "^7.0.0-beta",
"@babel/plugin-transform-flow-strip-types": "^7.0.0-beta",
"@babel/plugin-transform-for-of": "^7.0.0-beta",
"@babel/plugin-transform-function-name": "^7.0.0-beta",
"@babel/plugin-transform-literals": "^7.0.0-beta",
"@babel/plugin-transform-modules-commonjs": "^7.0.0-beta",
"@babel/plugin-transform-object-assign": "^7.0.0-beta",
"@babel/plugin-transform-parameters": "^7.0.0-beta",
"@babel/plugin-transform-react-display-name": "^7.0.0-beta",
"@babel/plugin-transform-react-jsx": "^7.0.0-beta",
"@babel/plugin-transform-react-jsx-source": "^7.0.0-beta",
"@babel/plugin-transform-regenerator": "^7.0.0-beta",
"@babel/plugin-transform-shorthand-properties": "^7.0.0-beta",
"@babel/plugin-transform-spread": "^7.0.0-beta",
"@babel/plugin-transform-template-literals": "^7.0.0-beta",
"@babel/register": "^7.0.0-beta",
"@babel/template": "^7.0.0-beta",
"@babel/traverse": "^7.0.0-beta",
"@babel/types": "^7.0.0-beta",
"absolute-path": "^0.0.0",
"async": "^2.4.0",
"babel-core": "^6.24.1",
"babel-generator": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-transform-flow-strip-types": "^6.21.0",
"babel-preset-es2015-node": "^6.1.1",
"babel-preset-fbjs": "^2.1.4",
"babel-preset-react-native": "^4.0.0",
"babel-register": "^6.24.1",
"babel-template": "^6.24.1",
"babylon": "^6.18.0",
"chalk": "^1.1.1",
"concat-stream": "^1.6.0",
"connect": "^3.6.5",
"core-js": "^2.2.2",
"debug": "^2.2.0",
"denodeify": "^1.2.1",
"eventemitter3": "^3.0.0",
"fbjs": "^0.8.14",
"fs-extra": "^1.0.0",
"graceful-fs": "^4.1.3",
"image-size": "^0.6.0",
"jest-docblock": "22.4.0",
"jest-haste-map": "22.4.2",
"jest-worker": "22.2.2",
"json-stable-stringify": "^1.0.1",
"json5": "^0.4.0",
"left-pad": "^1.1.3",
"lodash.throttle": "^4.1.1",
"merge-stream": "^1.0.1",
"metro-babylon7": "0.30.2",
"metro-cache": "0.30.2",
"metro-core": "0.30.2",
"metro-minify-uglify": "0.30.2",
"metro-resolver": "0.30.2",
"metro-source-map": "0.30.2",
"mime-types": "2.1.11",
"mkdirp": "^0.5.1",
"node-fetch": "^1.3.3",
"resolve": "^1.5.0",
"rimraf": "^2.5.4",
"serialize-error": "^2.1.0",
"source-map": "^0.5.6",
"temp": "0.8.3",
"throat": "^4.1.0",
"wordwrap": "^1.0.0",
"write-file-atomic": "^1.2.0",
"ws": "^1.1.0",
"xpipe": "^1.0.5",
"yargs": "^9.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"metro-memory-fs": "0.30.2",
"sinon": "^2.2.0"
}
}