-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.65 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
{
"name": "@jitesoft/babel-preset-react",
"private": false,
"description": "Babel preset for react with configurations for jitesoft projects.",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/jitesoft/babel-preset-react/issues",
"email": "[email protected]"
},
"repository": {
"url": "[email protected]:jitesoft/open-source/javascript/babel-preset-react.git",
"type": "git"
},
"keywords": [
"babel",
"preset",
"react",
"jitesoft"
],
"author": {
"url": "https://jitesoft.com",
"email": "[email protected]",
"name": "Johannes Tegnér"
},
"license": "MIT",
"dependencies": {
"@babel/helper-plugin-utils": "7.24.0",
"@babel/plugin-syntax-jsx": "7.24.1",
"@babel/plugin-transform-react-constant-elements": "7.24.1",
"@babel/plugin-transform-react-display-name": "7.24.1",
"@babel/plugin-transform-react-inline-elements": "7.24.1",
"@babel/plugin-transform-react-jsx": "7.23.4",
"@babel/plugin-transform-react-jsx-compat": "7.24.1",
"@babel/plugin-transform-react-jsx-self": "7.24.1",
"@babel/plugin-transform-react-jsx-source": "7.24.1",
"@jitesoft/babel-preset-main": "5.4.0"
},
"peerDependenciesMeta": {
"@babel/runtime-corejs3": {
"optional": true
},
"@babel/core": {
"optional": false
},
"core-js": {
"optional": false
},
"@bloomberg/record-tuple-polyfill": {
"optional": true
}
},
"peerDependencies": {
"@babel/core": ">=7.24",
"@babel/runtime-corejs3": ">=7.24",
"core-js": ">=3.36",
"@bloomberg/record-tuple-polyfill": "^0.0.5"
}
}