{
  "name": "divi-5-amelia",
  "version": "1.0.0",
  "description": "Divi 5 Integration for Amelia Booking Plugin",
  "main": "src/index.jsx",
  "author": "Melograno Ventures",
  "license": "GPL2",
  "private": false,
  "devDependencies": {
    "@babel/core": "^7.21.0",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.28.5",
    "@types/react": "^19.2.2",
    "babel-loader": "^9.1.2",
    "thread-loader": "^3.0.4",
    "typescript": "^5.9.3",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.1",
    "jscodeshift": "^0.15.0",
    "lodash": "^4.17.21"
  },
  "scripts": {
    "start": "NODE_ENV=development webpack -w --config webpack.config.js --progress",
    "build": "NODE_ENV=production webpack --config webpack.config.js --progress",
    "build:dev": "NODE_ENV=development webpack --config webpack.config.js --progress"
  }
}
