{
  "name": "social-feed-sync",
  "version": "1.3.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "build:stage": "wp-scripts build --env environment=stage",
    "build:prod": "wp-scripts build --env environment=prod",
    "start": "wp-scripts start --env environment=stage",
    "start:hot": "wp-scripts start --hot",
    "plugin-zip": "wp-scripts plugin-zip",
    "zip:free": "npm run build:prod && npm run plugin-zip",
    "test": "wp-scripts test-unit-js --passWithNoTests=false",
    "test:watch": "wp-scripts test-unit-js --watch",
    "test:coverage": "wp-scripts test-unit-js --coverage"
  },
  "files": [
    "admin",
    "assets",
    "frontend",
    "inc",
    "readme.txt",
    "social-feed-sync.php",
    "social-feed-sync-env.php",
    "src",
    "environments",
    "webpack.config.js",
    "tsconfig.json",
    "babel.config.js",
    "package.json"
  ],
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@radix-ui/react-popover": "^1.1.1",
    "@types/react": "^18.2.45",
    "@types/react-dom": "^18.2.18",
    "html-entities": "^2.4.0",
    "lodash": "^4.17.21",
    "prop-types": "^15.8.1",
    "react-colorful": "^5.6.1",
    "react-hook-form": "^7.49.3",
    "react-loader-spinner": "^5.4.5",
    "react-lottie": "^1.2.4",
    "react-router-dom": "^6.15.0",
    "react-toastify": "^9.1.3"
  },
  "devDependencies": {
    "@playwright/test": "^1.53.0",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^14.3.1",
    "@testing-library/user-event": "^14.6.1",
    "@types/jest": "^29.5.14",
    "@types/jquery": "^3.5.29",
    "@types/lodash": "^4.17.12",
    "@types/node": "^24.13.2",
    "@types/react-lottie": "^1.2.10",
    "@wordpress/element": "^5.25.0",
    "@wordpress/scripts": "^30.17.0",
    "dotenv": "^17.4.1",
    "identity-obj-proxy": "^3.0.0",
    "node-fetch": "^3.3.2",
    "ts-loader": "^9.5.1",
    "typescript": "^5.3.3"
  }
}
