-
Notifications
You must be signed in to change notification settings - Fork 178
/
package.json
35 lines (35 loc) · 1.05 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
{
"name": "@fbtjs/default-collection-transform",
"version": "1.0.0",
"description": "The default collection transform to run for FBT collection",
"license": "MIT",
"main": "index.js",
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/generator": "^7.0.0",
"@babel/parser": "^7.7.4",
"@babel/plugin-syntax-class-properties": "^7.0.0",
"@babel/plugin-syntax-flow": "^7.7.4",
"@babel/plugin-syntax-jsx": "^7.0.0",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-syntax-numeric-separator": "^7.2.0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-optional-catch-binding": "^7.0.0",
"@babel/plugin-syntax-optional-chaining": "^7.0.0"
},
"peerDependencies": {
"babel-plugin-fbt": "^1.0.0"
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/facebook/fbt.git"
},
"keywords": [
"fbt"
],
"bugs": {
"url": "https://github.com/facebook/fbt/issues"
},
"homepage": "https://github.com/facebook/fbt#readme"
}