-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 850 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 850 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
{
"name": "@fp/babel",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@babel/cli": "7.14.3",
"@babel/core": "7.14.0",
"@babel/node": "7.14.9",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/plugin-proposal-export-default-from": "7.12.13",
"@babel/plugin-proposal-export-namespace-from": "7.12.13",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.14.5",
"@babel/plugin-proposal-optional-chaining": "7.14.5",
"@babel/plugin-transform-flow-strip-types": "7.16.7",
"@babel/preset-env": "7.19.4",
"@babel/preset-flow": "7.13.13",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.7.7",
"babel-plugin-require-context-hook": "1.0.0"
},
"devDependencies": {
"@types/babel__core": "7.1.18"
},
"main": "index.js"
}