{
    "name": "vue2-bootstrap-modal",
    "version": "0.2.0",
    "description": "Vue 2 Bootstrap Component",
    "main": "dist/bootstrap-modal.js",
    "scripts": {
        "dev": "webpack serve --mode development",
        "build": "webpack --mode production --config webpack.config.build.min.js && webpack --mode production --config webpack.config.build.js && webpack --mode production --config webpack.config.js"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/joturako/vue2-bootstrap-modal"
    },
    "keywords": [
        "vue2",
        "bootstrap",
        "vue-component",
        "vue2-bootstrap-modal"
    ],
    "author": "Luong Vu <luongvm183@gmail.com> (https://luongvu.com)",
    "license": "MIT",
    "peerDependencies": {},
    "devDependencies": {
        "@babel/core": "^7.26.0",
        "@babel/preset-env": "^7.26.0",
        "babel-loader": "^9.2.1",
        "css-loader": "^7.1.2",
        "style-loader": "^4.0.0",
        "vue": "^2.7.16",
        "vue-loader": "^15.11.1",
        "vue-template-compiler": "^2.7.16",
        "webpack": "^5.103.0",
        "webpack-cli": "^5.1.4",
        "webpack-dev-server": "^5.2.1"
    },
    "resolutions": {
        "postcss": "^8.4.47"
    }
}