{
  "name": "elementor-magic-kit",
  "version": "1.0.0",
  "description": "**Contributors:**      [WildRain](https://github.com/wildrain)   **Thanks to:**      [johnbillion](https://github.com/johnbillion/extended-cpts), [CMB2](https://github.com/CMB2/CMB2)",
  "main": "index.js",
  "scripts": {
    "build": "webpack --mode production",
    "watch": "webpack --watch --mode development",
    "build:dev": "webpack --config-name dev",
    "build:prod": "webpack --config-name prod",
    "bundle": "find . -name '*.DS_Store' -type f -delete && find ./assets/dist -name '*.map' -type f -delete && dir-archiver --src ./ --dest ~/Downloads/magic-elements.zip --exclude .stylelintrc.json LICENSE .eslintrc .git .gitattributes .github .gitignore README.md node_modules  .cursorrules .travis.yml phpcs.xml.dist readme.md  yarn.lock tailwind-blocks.config.js tailwind.config.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.26.0",
    "@babel/preset-env": "^7.26.0",
    "babel-loader": "^9.2.1",
    "css-loader": "^7.1.2",
    "mini-css-extract-plugin": "^2.9.2",
    "sass": "^1.82.0",
    "sass-loader": "^16.0.4",
    "webpack": "^5.97.1",
    "webpack-cli": "^6.0.1"
  },
  "dependencies": {
    "@popperjs/core": "^2.11.8",
    "bootstrap": "^5.3.3",
    "dir-archiver": "^2.1.0"
  }
}
