{
  "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"
  ],
  "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",
    "/FivePrayer.php"
  ],
  "main": "index.js",
  "devDependencies": {
    "@babel/core": "^7.26.8",
    "@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.4.0",
    "@wordpress/core-data": "^7.17.0",
    "@wordpress/data": "^10.17.0",
    "@wordpress/edit-post": "^8.17.1",
    "@wordpress/icons": "^10.17.0",
    "@wordpress/plugins": "^7.17.0",
    "@wordpress/scripts": "^30.10.0",
    "autoprefixer": "^10.4.19",
    "babel-loader": "^9.2.1",
    "concurrently": "^9.1.2",
    "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": {
    "@fontsource/roboto": "^5.1.1",
    "@tailwindcss/postcss": "^4.0.5",
    "@typescript-eslint/eslint-plugin": "^8.23.0",
    "@typescript-eslint/parser": "^8.23.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-dom": "^18.0.0",
    "react-icons": "^5.4.0",
    "sonner": "^1.5.0",
    "zod": "^3.23.8",
    "zustand": "^4.5.2"
  },
  "scripts": {
    "start": "wp-scripts start",
    "start:hot": "wp-scripts start --hot",
    "start:src": "wp-scripts start --webpack-src-dir=src --webpack-copy-svg --webpack-copy-php --output-path=./build-admin/",
    "start:php": "wp-scripts start --webpack-src-dir=blocks --webpack-copy-php --output-path=./build-blocks/",
    "build:css": "npx @tailwindcss/cli -i ./src/index.css -o ./build/index.css --watch",
    "dev": "concurrently \"npm run start:src\" \"npm run start:php\"",
    "build": "  wp-scripts build --webpack-src-dir=blocks --webpack-copy-php --output-path=./build-blocks/ && wp-scripts build --webpack-src-dir=src --output-path=./build-admin/  ",
    "start:custom": "wp-scripts start entry-one.js entry-two.js --output-path=custom",
    "packages-update": "wp-scripts packages-update",
    "start:copy-php": "wp-scripts start --webpack-copy-php",
    "plugin:zip": "wp-scripts plugin-zip",
    "start:custom-directory": "wp-scripts start --source-path=custom-directory"
  }
}
