{
  "name": "@1stg/babel-preset",
  "version": "4.2.0",
  "type": "commonjs",
  "description": "Personal but Shareable Babel Preset for all 1stG.me projects",
  "repository": "git+https://github.com/1stG/configs.git",
  "homepage": "https://github.com/1stG/configs/tree/master/packages/babel-preset",
  "author": "JounQin <admin@1stg.me> (https://www.1stG.me)",
  "funding": "https://opencollective.com/configs",
  "license": "MIT",
  "engines": {
    "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
  },
  "main": "index.js",
  "exports": {
    ".": "./index.js",
    "./package.json": "./package.json",
    "./config": "./config.js"
  },
  "peerDependencies": {
    "@babel/core": ">=7.14.1"
  },
  "dependencies": {
    "@babel/helper-plugin-utils": "^7.29.7",
    "@babel/plugin-proposal-decorators": "^7.29.7",
    "@babel/plugin-transform-class-properties": "^7.29.7",
    "@babel/preset-env": "^7.29.7",
    "@babel/preset-react": "^7.29.7",
    "@babel/preset-typescript": "^7.29.7",
    "@pkgr/utils": "^4.1.0",
    "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
    "@vue/babel-plugin-jsx": "^1.5.0 || ^2.0.1",
    "@vue/babel-preset-jsx": "^1.4.0",
    "babel-plugin-import": "^1.13.8",
    "babel-plugin-transform-async-to-promises": "^0.8.18",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "babel-plugin-transform-remove-console": "^6.9.4",
    "babel-plugin-transform-typescript-metadata": "^0.4.0",
    "babel-preset-proposal-typescript": "^4.0.0",
    "core-js": "^3.49.0",
    "fast-async": "^7.0.6"
  },
  "publishConfig": {
    "access": "public"
  }
}
