{
  "name": "@mendix/mendix-hybrid-app-base",
  "version": "9.0.4",
  "description": "Mendix PhoneGap Build base package",
  "scripts": {
    "appbase": "node ./node_modules/webpack/bin/webpack --config ./webpack.config.appbase.js",
    "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx}\""
  },
  "main": "src/www/scripts/entry.js",
  "directories": {
    "lib": "src"
  },
  "files": [
    "/scripts/*.js",
    "/config",
    "/src",
    "/*.json",
    "/*.js",
    "/*.md",
    "/*.gradle"
  ],
  "dependencies": {
    "@babel/core": "^7.21.4",
    "@babel/preset-env": "^7.13.15",
    "@zainulbr/i18n-webpack-plugin": "^2.0.3",
    "android-versions": "^1.8.1",
    "babel-loader": "^8.2.2",
    "clean-webpack-plugin": "^0.1.16",
    "copy-webpack-plugin": "^8.1.1",
    "core-js": "^3.10.1",
    "css-loader": "^5.2.1",
    "filemanager-webpack-plugin": "^8.0.0",
    "html-webpack-include-assets-plugin": "^2.0.0",
    "html-webpack-plugin": "^5.3.1",
    "html-webpack-tags-plugin": "^3.0.1",
    "mustache": "^2.1.2",
    "mustache-loader": "^1.4.0",
    "regenerator-runtime": "^0.13.9",
    "sanitize-filename": "^1.6.1",
    "style-loader": "^0.13.2",
    "terser-webpack-plugin": "^5.1.1",
    "webpack": "^5.80.0",
    "webpack-cli": "^4.6.0",
    "webpack-merge": "^5.7.3",
    "zip-webpack-plugin": "^4.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:mendix/hybrid-app-base.git"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Mendix",
    "email": "support@mendix.com",
    "url": "https://support.mendix.com"
  },
  "devDependencies": {
    "prettier": "^2.5.1"
  }
}
