-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
69 lines (69 loc) · 1.89 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
{
"name": "@jitesoft/babel-preset-main",
"private": false,
"version": "0.0.0",
"description": "Babel preset with configurations for Jitesoft projects.",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/jitesoft/babel-preset-main/issues",
"email": "[email protected]"
},
"repository": {
"url": "https://github.com/jitesoft/babel-preset-main",
"type": "git"
},
"keywords": [
"babel",
"preset",
"jitesoft"
],
"author": {
"url": "https://jitesoft.com",
"email": "[email protected]",
"name": "Johannes Tegnér"
},
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "7.25.9",
"@babel/plugin-proposal-async-do-expressions": "7.25.9",
"@babel/plugin-proposal-decorators": "7.25.9",
"@babel/plugin-proposal-export-default-from": "7.25.9",
"@babel/plugin-proposal-function-bind": "7.25.9",
"@babel/plugin-proposal-partial-application": "7.25.9",
"@babel/plugin-proposal-pipeline-operator": "7.25.9",
"@babel/plugin-proposal-record-and-tuple": "7.25.9",
"@babel/plugin-proposal-throw-expressions": "7.25.9",
"@babel/plugin-transform-object-assign": "7.25.9",
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/plugin-proposal-regexp-modifiers": "7.25.9"
},
"devDependencies": {
"@babel/core": "^7.26",
"@babel/runtime-corejs3": "^7.26",
"core-js": "^3.38"
},
"peerDependencies": {
"@babel/core": ">=7.26",
"@babel/runtime-corejs3": ">=7.26",
"core-js": ">=3.38",
"@bloomberg/record-tuple-polyfill": "^0.0.5"
},
"peerDependenciesMeta": {
"@babel/runtime-corejs3": {
"optional": true
},
"@babel/core": {
"optional": false
},
"core-js": {
"optional": false
},
"@bloomberg/record-tuple-polyfill": {
"optional": true
}
}
}