{
    "name": "code-block-pro",
    "version": "0.1.0",
    "description": "Code Block Pro - Beautiful syntax highlighting",
    "author": "Kevin Batdorf",
    "license": "GPL-2.0-or-later",
    "main": "build/index.js",
    "scripts": {
        "build": "wp-scripts build",
        "format": "wp-scripts format",
        "lint:css": "wp-scripts lint-style",
        "lint:js": "wp-scripts lint-js",
        "packages-update": "wp-scripts packages-update",
        "plugin-zip": "wp-scripts plugin-zip",
        "start": "wp-scripts start",
        "start:hot": "wp-scripts start --hot",
        "eject": "node scripts/eject.mjs",
        "rename": "node scripts/rename.mjs"
    },
    "devDependencies": {
        "@redux-devtools/extension": "^3.3.0",
        "@trivago/prettier-plugin-sort-imports": "5.2.2",
        "@types/wordpress__block-editor": "11.5.16",
        "@types/wordpress__blocks": "12.5.17",
        "@types/wordpress__edit-post": "^8.4.2",
        "@typescript-eslint/eslint-plugin": "^8.32.0",
        "@typescript-eslint/parser": "8.32.0",
        "@wordpress/block-editor": "14.18.0",
        "@wordpress/env": "10.23.0",
        "@wordpress/scripts": "30.16.0",
        "@wordpress/url": "4.23.0",
        "autoprefixer": "10.4.21",
        "copy-webpack-plugin": "13.0.0",
        "cypress": "14.3.3",
        "cypress-real-events": "^1.14.0",
        "eslint": "9.26.0",
        "eslint-config-prettier": "10.1.5",
        "eslint-plugin-cypress": "4.3.0",
        "eslint-plugin-no-only-tests": "^3.3.0",
        "eslint-plugin-prettier": "5.4.0",
        "eslint-plugin-react": "7.37.5",
        "eslint-plugin-react-hooks": "rc",
        "fast-glob": "3.3.3",
        "glob": "11.0.2",
        "postcss-import": "16.1.0",
        "postcss-safe-important": "2.0.1",
        "prettier": "3.5.3",
        "replace-in-file": "8.3.0",
        "rtlcss-webpack-plugin": "^4.0.7",
        "tailwindcss": "3.4.17",
        "typescript": "5.8.3",
        "webpack": "^5.99.8"
    },
    "dependencies": {
        "@eslint/compat": "^1.2.9",
        "@headlessui/react": "2.2.2",
        "@wordpress/block-editor": "14.18.0",
        "@wordpress/blocks": "14.12.0",
        "@wordpress/edit-post": "^8.23.0",
        "@wordpress/element": "6.23.0",
        "@wordpress/escape-html": "^3.23.0",
        "@wordpress/hooks": "4.23.0",
        "@wordpress/html-entities": "^4.23.0",
        "@wordpress/i18n": "5.23.0",
        "classnames": "^2.5.1",
        "copy-to-clipboard": "3.3.3",
        "react-simple-code-editor": "0.14.1",
        "shiki": "0.14.7",
        "strip-ansi": "^7.1.0",
        "swr": "2.3.3",
        "zustand": "5.0.4"
    }
}
