{
    "name": "react-notification-alert",
    "version": "0.0.13",
    "description": "React bootstrap 4 notification alert",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "build": "mkdir -p dist && babel index.js -o dist/index.js",
        "postbuild": "cp ./index.d.ts dist/ && cp ./animate.css dist/"
    },
    "babel": {
        "presets": [
            "@babel/preset-react",
            "@babel/preset-env"
        ],
        "plugins": [
            "@babel/plugin-syntax-dynamic-import",
            "@babel/plugin-syntax-import-meta",
            "@babel/plugin-proposal-class-properties",
            "@babel/plugin-proposal-json-strings",
            [
                "@babel/plugin-proposal-decorators",
                {
                    "legacy": true
                }
            ],
            "@babel/plugin-proposal-function-sent",
            "@babel/plugin-proposal-export-namespace-from",
            "@babel/plugin-proposal-numeric-separator",
            "@babel/plugin-proposal-throw-expressions",
            "@babel/plugin-proposal-export-default-from",
            "@babel/plugin-proposal-logical-assignment-operators",
            "@babel/plugin-proposal-optional-chaining",
            [
                "@babel/plugin-proposal-pipeline-operator",
                {
                    "proposal": "minimal"
                }
            ],
            "@babel/plugin-proposal-nullish-coalescing-operator",
            "@babel/plugin-proposal-do-expressions",
            "@babel/plugin-proposal-function-bind"
        ]
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/creativetimofficial/react-notification-alert.git"
    },
    "keywords": [
        "react",
        "react-component",
        "component",
        "reactstrap",
        "reactstrap-component",
        "bootstrap4",
        "react-bootstrap",
        "react-bootstrap4",
        "notification",
        "notify",
        "react-notification",
        "alert",
        "react-alert",
        "notification-alert",
        "alert-notification",
        "react-notification-alert"
    ],
    "author": "Creative Tim",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/creativetimofficial/react-notification-alert/issues"
    },
    "homepage": "https://github.com/creativetimofficial/react-notification-alert#readme",
    "devDependencies": {
        "@babel/cli": "7.12.10",
        "@babel/core": "7.12.10",
        "@babel/plugin-proposal-class-properties": "7.12.1",
        "@babel/plugin-proposal-decorators": "7.12.1",
        "@babel/plugin-proposal-do-expressions": "7.12.1",
        "@babel/plugin-proposal-export-default-from": "7.12.1",
        "@babel/plugin-proposal-export-namespace-from": "7.12.1",
        "@babel/plugin-proposal-function-bind": "7.12.1",
        "@babel/plugin-proposal-function-sent": "7.12.1",
        "@babel/plugin-proposal-json-strings": "7.12.1",
        "@babel/plugin-proposal-logical-assignment-operators": "7.12.1",
        "@babel/plugin-proposal-nullish-coalescing-operator": "7.12.1",
        "@babel/plugin-proposal-numeric-separator": "7.12.7",
        "@babel/plugin-proposal-optional-chaining": "7.12.7",
        "@babel/plugin-proposal-pipeline-operator": "7.12.1",
        "@babel/plugin-proposal-throw-expressions": "7.12.1",
        "@babel/plugin-syntax-dynamic-import": "7.8.3",
        "@babel/plugin-syntax-import-meta": "7.10.4",
        "@babel/preset-env": "7.12.10",
        "@babel/preset-react": "7.12.10"
    },
    "peerDependencies": {
        "react": "17.x.x",
        "reactstrap": "8.x.x",
        "prop-types": "15.x.x"
    }
}
