-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.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": "[email protected]+sha512.11dff29565d2297c74e7c594a9762581bde969f0aa5cbe6f5b3644bf008a16c065ece61094d9ffbb81125be38df8e1ba43eb8244b3d30c61eb797e9a2440e3ec",
"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.26.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/runtime-corejs3": "^7.26.0",
"browserslist": "^4.24.4",
"jest": "^29.7.0",
"jest-file-snapshot": "^0.7.0",
"prettier": "^3.4.2"
},
"peerDependencies": {
"@babel/runtime-corejs3": "7.26.x"
}
}