-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.27 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
{
"name": "@gandi/babel-preset-gandi",
"version": "6.3.0",
"description": "Babel preset for Gandi",
"keywords": [
"babel",
"babel-preset",
"gandi"
],
"homepage": "https://github.com/Gandi/babel-preset-gandi",
"repository": {
"type": "git",
"url": "git+https://github.com/Gandi/babel-preset-gandi.git"
},
"bugs": {
"url": "https://github.com/Gandi/babel-preset-gandi/issues"
},
"author": "Gandi",
"license": "ISC",
"private": false,
"files": [
"index.js",
"README.md",
"LICENSE"
],
"main": "index.js",
"scripts": {
"test": "jest"
},
"packageManager": "npm@10.9.2+sha512.8ab88f10f224a0c614cb717a7f7c30499014f77134120e9c1f0211ea3cf3397592cbe483feb38e0c4b3be1c54e347292c76a1b5edb94a3289d5448484ab8ac81",
"dependencies": {
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-flow": "^7.25.9",
"@babel/preset-react": "^7.26.3",
"babel-plugin-syntax-hermes-parser": "^0.25.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/runtime-corejs3": "^7.26.0",
"browserslist": "^4.24.2",
"jest": "^29.7.0",
"jest-file-snapshot": "^0.7.0",
"prettier": "^3.4.2"
},
"peerDependencies": {
"@babel/runtime-corejs3": "7.26.x"
}
}