{
    "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.2.5",
        "@trivago/prettier-plugin-sort-imports": "4.1.1",
        "@types/wordpress__block-editor": "11.5.1",
        "@types/wordpress__blocks": "12.5.0",
        "@types/wordpress__edit-post": "^7.5.0",
        "@typescript-eslint/parser": "5.59.7",
        "@wordpress/block-editor": "12.2.0",
        "@wordpress/env": "8.0.0",
        "@wordpress/scripts": "26.5.0",
        "@wordpress/url": "3.35.0",
        "autoprefixer": "10.4.14",
        "copy-webpack-plugin": "11.0.0",
        "cypress": "12.13.0",
        "cypress-real-events": "^1.8.1",
        "cypress-wait-until": "1.7.2",
        "eslint": "8.41.0",
        "eslint-config-prettier": "8.8.0",
        "eslint-plugin-cypress": "2.13.3",
        "eslint-plugin-no-only-tests": "^3.1.0",
        "eslint-plugin-prettier": "4.2.1",
        "eslint-plugin-react": "7.32.2",
        "eslint-plugin-react-hooks": "4.6.0",
        "fast-glob": "3.2.12",
        "glob": "10.2.6",
        "postcss-import": "15.1.0",
        "postcss-safe-important": "1.2.1",
        "prettier": "2.8.8",
        "replace-in-file": "6.3.5",
        "tailwindcss": "3.3.2",
        "typescript": "5.0.4",
        "webpack": "^5.84.1"
    },
    "dependencies": {
        "@headlessui/react": "1.7.14",
        "@wordpress/block-editor": "12.2.0",
        "@wordpress/blocks": "12.11.0",
        "@wordpress/edit-post": "^7.11.0",
        "@wordpress/element": "5.11.0",
        "@wordpress/escape-html": "^2.34.0",
        "@wordpress/hooks": "3.34.0",
        "@wordpress/html-entities": "^3.34.0",
        "@wordpress/i18n": "4.34.0",
        "copy-to-clipboard": "3.3.3",
        "react-simple-code-editor": "0.13.1",
        "shiki": "0.14.2",
        "strip-ansi": "^7.0.1",
        "swr": "2.1.5",
        "zustand": "4.3.8"
    }
}
