{
  "name": "fiveprayer",
  "version": "2.4.0",
  "description": "Five Prayer Plugin is For Muslim WordPress Website",
  "author": "jamaaldev",
  "license": "GPL-3.0-or-later",
  "keywords": [
    "prayer",
    "muslim",
    "fiveprayer"
  ],
  "sideEffects": true,
  "homepage": "https://github.com/jamaaldev/fiveprayer#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jamaaldev/fiveprayer.git"
  },
  "bugs": {
    "url": "https://github.com/jamaaldev/fiveprayer/issues"
  },
  "files": [
    "build-admin",
    "build-blocks",
    "php",
    "vendor",
    "/FivePrayer.php",
    "/UtilityHelper.php"
  ],
  "main": "index.js",
  "pnpm": {
    "overrides": {
      "@babel/runtime": "^7.26.9",
      "form-data": "^4.0.4",
      "tar-fs": "^3.0.9",
      "axios": "^1.12.2",
      "webpack-dev-server": "^5.2.1",
      "brace-expansion": "^1.1.12",
      "on-headers": "^1.1.0",
      "playwright@<1.55.1": ">=1.55.1",
      "js-yaml@<3.14.2": ">=3.14.2",
      "js-yaml@>=4.0.0 <4.1.1": ">=4.1.1",
      "glob@>=10.2.0 <10.5.0": ">=10.5.0",
      "node-forge@<1.3.2": ">=1.3.2"
    }
  },
  "scripts": {
    "start": "concurrently \"wp-scripts start --webpack-src-dir=src --webpack-copy-svg --webpack-copy-php --output-path=./build-admin/\" \"wp-scripts start --webpack-src-dir=blocks --webpack-copy-php --output-path=./build-blocks/\"",
    "build:css": "npx tailwindcss -i ./src/index.css -o ./build/index.css --watch",
    "build": "cross-env NODE_ENV=production wp-scripts build --webpack-src-dir=blocks --webpack-copy-php --output-path=./build-blocks/ && cross-env NODE_ENV=production wp-scripts build --webpack-src-dir=src --output-path=./build-admin/",
    "plugin:zip": "wp-scripts plugin-zip",
    "packages-update": "wp-scripts packages-update"
  },
  "devDependencies": {
    "@babel/core": "^7.28.4",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-react-constant-elements": "^7.27.1",
    "@babel/plugin-transform-react-inline-elements": "^7.27.1",
    "@babel/plugin-transform-runtime": "^7.28.3",
    "@babel/preset-env": "^7.28.3",
    "@babel/preset-react": "^7.27.1",
    "@babel/preset-typescript": "^7.27.1",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@wordpress/components": "^30.9.0",
    "@wordpress/core-data": "^7.36.0",
    "@wordpress/data": "^10.36.0",
    "@wordpress/edit-post": "^8.36.0",
    "@wordpress/icons": "^10.32.0",
    "@wordpress/plugins": "^7.36.0",
    "@wordpress/scripts": "^31.1.0",
    "autoprefixer": "^10.4.21",
    "babel-loader": "^9.2.1",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "concurrently": "^9.2.1",
    "core-js": "^3.45.1",
    "cross-env": "^7.0.3",
    "cssnano": "^7.1.1",
    "postcss-preset-env": "^9.5.14",
    "react-router-dom": "^7.9.1",
    "react-toastify": "^10.0.5",
    "styled-components": "^6.1.19",
    "tailwindcss": "^3.4.4",
    "webpack-remove-empty-scripts": "^1.1.1"
  },
  "dependencies": {
    "@babel/runtime": "^7.28.4",
    "@tailwindcss/postcss": "^4.1.13",
    "@typescript-eslint/eslint-plugin": "^8.44.0",
    "@typescript-eslint/parser": "^8.44.0",
    "@wordpress/api-fetch": "^7.31.0",
    "@wordpress/url": "^4.31.0",
    "postcss": "^8.5.6",
    "postcss-import": "^16.1.1",
    "postcss-nested": "^6.0.1",
    "postcss-nesting": "^12.1.5",
    "react": "^18.0.0",
    "react-colorful": "^5.6.1",
    "react-dom": "^18.0.0",
    "react-icons": "^5.5.0",
    "react-router": "^7.9.1",
    "sonner": "^1.7.4",
    "zod": "^3.23.8",
    "zustand": "^4.5.2"
  },
  "browserslist": [
    ">0.25%",
    "not dead",
    "not op_mini all"
  ],
  "packageManager": "pnpm@10.27.0"
}
