{
  "name": "@lottiefiles/plugin-wordpress",
  "version": "3.1.0",
  "author": "Liaqat Saeed",
  "license": "UNLICENSED",
  "main": "build/index.js",
  "repository": "https://github.com/LottieFiles/lf-wordpress",
  "scripts": {
    "build": "wp-scripts build ./src/gutenberg-block/index ./src/gutenberg-block/frontend/frontend-helper ./src/gutenberg-block/frontend/lottiefiles-frontend.css",
    "build:babel": "babel src -d dist --extensions \".ts,.tsx,.js,.jsx\"",
    "build:dev": "NODE_ENV=development pnpm run build && pnpm run build:babel",
    "build:prod": "NODE_ENV=production pnpm run build && pnpm run build:babel",
    "watch:babel": "babel src -d dist --extensions \".ts,.tsx,.js,.jsx\" --watch",
    "format": "prettier --write \"**/*.{ts,tsx,md}\"",
    "lint:css": "wp-scripts lint-style",
    "lint": "eslint --fix --ext .ts,.tsx,.js,.jsx .",
    "packages-update": "wp-scripts packages-update",
    "plugin-zip": "wp-scripts plugin-zip",
    "start": "wp-scripts start ./src/gutenberg-block/index ./src/gutenberg-block/frontend/frontend-helper ./src/gutenberg-block/frontend/lottiefiles-frontend.css",
    "start:wordpress": "wp-env start",
    "stop:wordpress": "wp-env stop",
    "commit": "cz",
    "dev": "concurrently \"pnpm run start\" \"pnpm run watch:babel\"",
    "build:all": "pnpm run build:prod"
  },
  "dependencies": {
    "@bugsnag/js": "8.0.0",
    "@bugsnag/plugin-react": "8.0.0",
    "@changesets/cli": "2.22.0",
    "@headlessui/react": "1.5.0",
    "@lottiefiles/dotlottie-js": "1.4.2",
    "@lottiefiles/dotlottie-react-player": "^1.0.3",
    "@lottiefiles/lottie-interactivity": "1.6.2",
    "@lottiefiles/lottie-player": "1.5.5",
    "@lottiefiles/plugin-tracker": "1.8.1",
    "@lottiefiles/react-lottie-player": "3.4.1",
    "@lottiefiles/react-ui-kit": "3.0.0-beta.0",
    "@svgr/webpack": "^6.5.1",
    "@types/wordpress__block-editor": "^6.0.6",
    "@types/wordpress__media-utils": "2.0.1",
    "@wordpress/api-fetch": "6.3.0",
    "@wordpress/block-editor": "^8.6.0",
    "@wordpress/blocks": "^11.21.0",
    "@wordpress/components": "19.8.0",
    "@wordpress/element": "^4.20.0",
    "@wordpress/env": "4.2.1",
    "@wordpress/i18n": "^4.58.0",
    "@wordpress/icons": "^6.3.0",
    "@wordpress/media-utils": "3.1.1",
    "clsx": "1.1.1",
    "core-js": "^3.39.0",
    "csstype": "3.0.10",
    "eslint": "7.8.0",
    "filesize": "8.0.7",
    "graphql": "^16.9.0",
    "graphql-request": "4.0.0",
    "lottie-web": "5.8.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-query": "3.34.16",
    "react-router-dom": "^6.26.1",
    "semver": "7.3.7",
    "svgo": "^2.8.0",
    "timeago.js": "4.0.2",
    "ts-invariant": "0.9.4",
    "urql": "2.2.0",
    "vanilla-picker": "2.12.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.28.6",
    "@babel/core": "^7.26.0",
    "@babel/plugin-syntax-top-level-await": "^7.14.5",
    "@babel/plugin-transform-async-to-generator": "^7.25.9",
    "@babel/plugin-transform-runtime": "^7.25.9",
    "@babel/preset-env": "^7.26.0",
    "@babel/preset-react": "^7.26.3",
    "@babel/preset-typescript": "^7.26.0",
    "@babel/runtime": "^7.26.0",
    "@babel/runtime-corejs3": "^7.26.0",
    "@lottiefiles/eslint-plugin": "2.2.0",
    "@lottiefiles/tsconfig": "2.0.0",
    "@prettier/plugin-php": "0.18.3",
    "@types/node": "^13.13.52",
    "@types/react": "^18.3.13",
    "@types/react-dom": "^18.3.1",
    "@types/styled-components": "^5.1.34",
    "@types/wordpress__blocks": "^9.1.2",
    "@wordpress/scripts": "^21.0.2",
    "autoprefixer": "10.4.4",
    "babel-loader": "^9.2.1",
    "concurrently": "^9.1.0",
    "css-loader": "^7.1.2",
    "dotenv-webpack": "7.1.0",
    "jszip": "3.7.1",
    "postcss": "^8.4.49",
    "postcss-loader": "^8.1.1",
    "postcss-preset-env": "^10.1.1",
    "prettier": "2.5.1",
    "react-is": "^17.0.2",
    "style-loader": "^4.0.0",
    "styled-components": "^5.3.11",
    "tailwindcss": "2.2.19",
    "tslib": "2.3.1",
    "typescript": "^4.9.5",
    "url-loader": "^4.1.1",
    "webpack": "^5.94.0"
  },
  "hitcountsource": 11,
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "files": [
    "src/gutenberg-block/init.php",
    "src/common.php",
    "src/admin/settings/init.php",
    "uninstall.php",
    "build",
    "license.txt",
    "host.php"
  ],
  "packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}
