-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.54 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
{
"name": "babel-preset-bonita",
"version": "2.0.0",
"description": "Babel preset for all Bonita plugins.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/bonitasoft/babel-preset-bonita"
},
"keywords": [
"babel",
"preset",
"bonita"
],
"author": "Julien Reboul <julien.reboul@bonitasoft.com>",
"license": "GPL-3.0",
"homepage": "https://github.com/bonitasoft/babel-preset-bonita",
"dependencies": {
"@babel/plugin-check-constants": "7.0.0-beta.38",
"@babel/plugin-transform-arrow-functions": "7.12.1",
"@babel/plugin-transform-block-scoped-functions": "7.12.1",
"@babel/plugin-transform-block-scoping": "7.12.1",
"@babel/plugin-transform-classes": "7.12.1",
"@babel/plugin-transform-computed-properties": "7.12.1",
"@babel/plugin-transform-destructuring": "7.12.1",
"@babel/plugin-transform-for-of": "7.12.1",
"@babel/plugin-transform-literals": "7.12.1",
"@babel/plugin-transform-modules-commonjs": "7.12.1",
"@babel/plugin-transform-object-super": "7.12.1",
"@babel/plugin-transform-parameters": "7.12.1",
"@babel/plugin-transform-shorthand-properties": "7.12.1",
"@babel/plugin-transform-spread": "7.12.1",
"@babel/plugin-transform-sticky-regex": "7.12.1",
"@babel/plugin-transform-template-literals": "7.12.1",
"@babel/plugin-transform-typeof-symbol": "7.12.1",
"@babel/plugin-transform-unicode-regex": "7.12.1",
"@babel/plugin-transform-object-assign": "7.12.1",
"@babel/plugin-transform-strict-mode": "7.12.1"
}
}