-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.27 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.27 KB
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
50
51
52
53
54
55
{
"name": "@gandi/babel-preset-gandi",
"version": "6.7.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",
"typescript.js",
"README.md",
"LICENSE"
],
"main": "index.js",
"exports": {
".": "./index.js",
"./typescript": "./typescript.js"
},
"scripts": {
"test": "vitest"
},
"packageManager": "npm@11.9.0",
"dependencies": {
"@babel/plugin-transform-runtime": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"@babel/preset-flow": "^7.27.1",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"babel-plugin-syntax-hermes-parser": "^0.33.3"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/runtime-corejs3": "^7.29.0",
"browserslist": "^4.28.1",
"filenamify": "^7.0.1",
"prettier": "^3.8.1",
"vitest": "^4.0.18"
},
"peerDependencies": {
"@babel/runtime-corejs3": "7.29.x"
}
}