-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
49 lines (49 loc) · 1.26 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": "vitest"
},
"packageManager": "[email protected]+sha512.acf301ad9b9ddba948fcb72341e2f0fcae477f56a95cc2a092934d133a7461062633cefbf93d5934a3dc0768674e2edee9f04dcfcc4bb4c327ff0e3a7d552a1b",
"dependencies": {
"@babel/plugin-transform-runtime": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@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.9",
"@babel/runtime-corejs3": "^7.26.9",
"browserslist": "^4.24.4",
"filenamify": "^6.0.0",
"prettier": "^3.5.1",
"vitest": "^3.0.5"
},
"peerDependencies": {
"@babel/runtime-corejs3": "7.26.x"
}
}