{
    "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": "4.3.0",
        "@types/wordpress__block-editor": "11.5.9",
        "@types/wordpress__blocks": "12.5.13",
        "@types/wordpress__edit-post": "^7.5.6",
        "@typescript-eslint/eslint-plugin": "^6.17.0",
        "@typescript-eslint/parser": "6.17.0",
        "@wordpress/block-editor": "12.16.0",
        "@wordpress/env": "8.7.0",
        "@wordpress/scripts": "26.19.0",
        "@wordpress/url": "3.49.0",
        "autoprefixer": "10.4.16",
        "copy-webpack-plugin": "11.0.0",
        "cypress": "13.6.2",
        "cypress-real-events": "^1.11.0",
        "cypress-wait-until": "3.0.1",
        "eslint": "8.56.0",
        "eslint-config-prettier": "9.1.0",
        "eslint-plugin-cypress": "2.15.1",
        "eslint-plugin-no-only-tests": "^3.1.0",
        "eslint-plugin-prettier": "5.1.2",
        "eslint-plugin-react": "7.33.2",
        "eslint-plugin-react-hooks": "4.6.0",
        "fast-glob": "3.3.2",
        "glob": "10.3.10",
        "postcss-import": "16.0.0",
        "postcss-safe-important": "2.0.1",
        "prettier": "3.1.1",
        "replace-in-file": "7.1.0",
        "tailwindcss": "3.4.1",
        "typescript": "5.3.3",
        "webpack": "^5.89.0"
    },
    "dependencies": {
        "@headlessui/react": "1.7.17",
        "@wordpress/block-editor": "12.16.0",
        "@wordpress/blocks": "12.25.0",
        "@wordpress/edit-post": "^7.25.0",
        "@wordpress/element": "5.25.0",
        "@wordpress/escape-html": "^2.48.0",
        "@wordpress/hooks": "3.48.0",
        "@wordpress/html-entities": "^3.48.0",
        "@wordpress/i18n": "4.48.0",
        "copy-to-clipboard": "3.3.3",
        "react-simple-code-editor": "0.13.1",
        "shiki": "0.14.7",
        "strip-ansi": "^7.1.0",
        "swr": "2.2.4",
        "zustand": "4.4.7"
    }
}
