-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 908 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
30
31
32
33
34
35
{
"name": "@diplodoc/babel-preset",
"version": "1.0.3",
"description": "diplodoc Babel preset",
"keywords": [
"babel",
"preset"
],
"main": "index.js",
"license": "MIT",
"files": [
"index.js"
],
"scripts": {
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diplodoc-platform/babel-preset.git"
},
"bugs": {
"url": "https://github.com/diplodoc-platform/babel-preset/issues"
},
"homepage": "https://github.com/diplodoc-platform/babel-preset#readme",
"dependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@babel/runtime": "^7.23.2"
}
}