-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
29 lines (29 loc) · 972 Bytes
/
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
{
"name": "babel-preset-sui",
"version": "3.55.0",
"description": "A preset for all babel-transpiled javascript of the SUI family.",
"main": "src/index.js",
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@babel/core": "7.18.10",
"@babel/plugin-proposal-decorators": "7.23.7",
"@babel/plugin-syntax-export-default-from": "7.18.6",
"@babel/plugin-syntax-export-namespace-from": "7.8.3",
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/preset-env": "7.18.10",
"@babel/preset-react": "7.18.6",
"@babel/runtime": "7.18.9",
"babel-plugin-preval": "5.0.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SUI-Components/sui.git"
},
"bugs": {
"url": "https://github.com/SUI-Components/sui/issues"
},
"homepage": "https://github.com/SUI-Components/sui/tree/master/packages/babel-preset-sui#readme"
}