-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.07 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
{
"name": "kaba-babel-preset",
"version": "4.1.4",
"description": "Babel preset for usage in kaba.",
"license": "BSD-3-Clause",
"homepage": "https://github.com/Becklyn/kaba-babel-preset",
"repository": {
"type": "git",
"url": "https://github.com/Becklyn/kaba-babel-preset.git"
},
"main": "index.js",
"scripts": {
"test": "echo 'No tests found' && exit 0"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-json-strings": "^7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
"@babel/plugin-proposal-private-methods": "^7.14.5",
"@babel/plugin-proposal-private-property-in-object": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@becklyn/browserslist-config": "^2.1.0"
},
"peerDependencies": {
"core-js": "^3.16.1"
}
}