forked from facebook/fbt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·29 lines (29 loc) · 966 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·29 lines (29 loc) · 966 Bytes
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
{
"//": "Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.",
"name": "fbt",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.2.2",
"@babel/node": "7.2.2",
"@babel/plugin-syntax-class-properties": "^7.2.0",
"@babel/plugin-syntax-flow": "^7.2.0",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.2.0",
"@babel/plugin-syntax-numeric-separator": "^7.2.0",
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
"@babel/plugin-syntax-optional-catch-binding": "^7.2.0",
"@babel/plugin-syntax-optional-chaining": "^7.2.0",
"babel-core": "7.0.0-bridge.0",
"flow-remove-types": "^1.2.3",
"invariant": "^2.2.4"
},
"dependencies": {
"@babel/plugin-transform-runtime": "7.2.0",
"babel-plugin-minify-replace": "0.5.0",
"fbjs": "1.0.0",
"npm": "^6.4.1",
"optimist": "^0.6.1"
}
}