{
  "name": "top-posts-for-google-analytics",
  "version": "1.4.2",
  "description": "",
  "main": "index.js",
  "scripts": {
    "build:stage": "wp-scripts build --env environment=stage",
    "build:prod": "wp-scripts build --env environment=prod",
    "build:premium-stage": "wp-scripts build --env environment=premium-stage",
    "build:premium-prod": "wp-scripts build --env environment=premium-prod",
    "start": "wp-scripts start --env environment=stage",
    "start:premium": "wp-scripts start --env environment=premium-stage",
    "start:hot": "wp-scripts start --hot",
    "plugin-zip": "wp-scripts plugin-zip",
    "zip:free": "npm run build:prod && npm run plugin-zip",
    "zip:premium": "npm run build:premium-prod && npm run plugin-zip",
    "test:unit": "jest",
    "test:unit:watch": "jest --watch",
    "test:unit:coverage": "jest --coverage",
    "test:php": "phpunit",
    "test:playwright": "npx playwright test --grep='.*\\.spec\\.ts$'",
    "test": "npm run test:unit && npm run test:php && npm run test:playwright",
    "test:coverage": "npm run test:unit:coverage && npm run test:php",
    "test:all": "npm run test:coverage && npm run test:playwright",
    "lint": "eslint src --ext .ts,.tsx --fix",
    "lint:check": "eslint src --ext .ts,.tsx",
    "sonar": "sonar-scanner"
  },
  "files": [
    "admin",
    "assets",
    "frontend",
    "inc",
    "templates",
    "widget",
    "readme.txt",
    "top-posts-for-google-analytics.php",
    "top-posts-plugin-type.php"
  ],
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@radix-ui/react-popover": "^1.1.1",
    "@types/react": "^18.2.45",
    "@types/react-dom": "^18.2.18",
    "clsx": "^2.1.1",
    "date-fns": "^3.6.0",
    "html-entities": "^2.4.0",
    "lodash": "^4.17.21",
    "prop-types": "^15.8.1",
    "react-colorful": "^5.6.1",
    "react-day-picker": "^8.10.1",
    "react-hook-form": "^7.50.0",
    "react-loader-spinner": "^5.4.5",
    "react-lottie": "^1.2.4",
    "react-quill": "^2.0.0",
    "react-router-dom": "^6.15.0",
    "react-toastify": "^9.1.3"
  },
  "devDependencies": {
    "@playwright/test": "^1.57.0",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^14.4.3",
    "@types/jest": "^29.5.5",
    "@types/jquery": "^3.5.29",
    "@types/lodash": "^4.17.0",
    "@types/node": "^22.15.21",
    "@types/react-lottie": "^1.2.10",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.62.0",
    "@wordpress/element": "^5.25.0",
    "@wordpress/scripts": "^30.10.0",
    "eslint": "^8.45.0",
    "eslint-plugin-react": "^7.33.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "msw": "^1.3.2",
    "node-fetch": "^3.3.2",
    "sonar-scanner": "^3.1.0",
    "ts-jest": "^29.1.1",
    "ts-loader": "^9.5.1",
    "typescript": "^5.3.3"
  }
}
