{
    "name": "@theorchard/babel-preset-frontend",
    "version": "1.0.5",
    "description": "Babel preset for transpiling front end projects",
    "main": "index.js",
    "author": "The Orchard",
    "publishConfig": {
        "registry": "https://npm.pkg.github.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/theorchard/orchard-suite.git"
    },
    "scripts": {
        "format": "prettier --write .",
        "format:check": "prettier --check ."
    },
    "prettier": "@theorchard/prettier-config",
    "dependencies": {
        "@babel/plugin-proposal-class-properties": "^7.16.7",
        "@babel/plugin-proposal-export-default-from": "^7.16.7",
        "@babel/plugin-transform-runtime": "^7.16.8",
        "@babel/preset-env": "^7.16.8",
        "@babel/preset-react": "^7.16.7",
        "@babel/preset-typescript": "^7.16.7"
    },
    "peerDependencies": {
        "@babel/core": ">=7.16.7"
    }
}
