{
  "name": "fiveprayer",
  "version": "2.0.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"
  ],
  "main": "index.js",
  "pnpm": {
    "overrides": {
      "@babel/runtime": "^7.26.9"
    }
  },
  "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.26.8",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.27.1",
    "@babel/preset-env": "^7.26.8",
    "@babel/preset-react": "^7.26.3",
    "@babel/preset-typescript": "^7.26.0",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@wordpress/components": "^29.6.0",
    "@wordpress/core-data": "^7.20.0",
    "@wordpress/data": "^10.20.0",
    "@wordpress/edit-post": "^8.20.0",
    "@wordpress/icons": "^10.20.0",
    "@wordpress/plugins": "^7.20.0",
    "@wordpress/scripts": "^30.13.0",
    "autoprefixer": "^10.4.19",
    "babel-loader": "^9.2.1",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "concurrently": "^9.1.2",
    "core-js": "^3.42.0",
    "cross-env": "^7.0.3",
    "cssnano": "^7.0.7",
    "postcss-preset-env": "^9.5.14",
    "react-router-dom": "^7.1.5",
    "react-toastify": "^10.0.5",
    "styled-components": "^6.1.11",
    "tailwindcss": "^3.4.4",
    "webpack": "^5.97.1",
    "webpack-cli": "^6.0.1",
    "webpack-remove-empty-scripts": "^1.0.4"
  },
  "dependencies": {
    "@babel/runtime": "^7.27.1",
    "@tailwindcss/postcss": "^4.0.5",
    "@typescript-eslint/eslint-plugin": "^8.23.0",
    "@typescript-eslint/parser": "^8.23.0",
    "@wordpress/api-fetch": "^7.22.0",
    "@wordpress/url": "^4.22.0",
    "postcss": "^8.5.1",
    "postcss-import": "^16.1.0",
    "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.4.0",
    "react-router": "^7.5.1",
    "sonner": "^1.7.4",
    "zod": "^3.23.8",
    "zustand": "^4.5.2"
  },
  "browserslist": [
    ">0.25%",
    "not dead",
    "not op_mini all"
  ]
}
