UNPKG

@gandi/babel-preset-gandi

Version:
56 lines (55 loc) 1.3 kB
{ "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" } }