{
    "name": "code-block-pro",
    "version": "0.1.0",
    "description": "My amazing block",
    "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",
        "eject": "node scripts/eject.mjs",
        "rename": "node scripts/rename.mjs"
    },
    "devDependencies": {
        "@redux-devtools/extension": "^3.2.3",
        "@trivago/prettier-plugin-sort-imports": "4.0.0",
        "@types/wordpress__block-editor": "11.0.1",
        "@types/wordpress__blocks": "12.0.1",
        "@typescript-eslint/parser": "5.48.0",
        "@wordpress/block-editor": "11.1.0",
        "@wordpress/env": "5.9.0",
        "@wordpress/scripts": "25.1.0",
        "@wordpress/url": "3.25.0",
        "autoprefixer": "10.4.13",
        "copy-webpack-plugin": "11.0.0",
        "cypress": "12.3.0",
        "cypress-wait-until": "1.7.2",
        "eslint": "8.31.0",
        "eslint-config-prettier": "8.6.0",
        "eslint-plugin-cypress": "2.12.1",
        "eslint-plugin-prettier": "4.2.1",
        "eslint-plugin-react": "7.31.11",
        "eslint-plugin-react-hooks": "4.6.0",
        "fast-glob": "3.2.12",
        "glob": "8.0.3",
        "postcss-import": "15.1.0",
        "postcss-safe-important": "1.2.1",
        "prettier": "2.8.1",
        "replace-in-file": "6.3.5",
        "tailwindcss": "3.2.4",
        "typescript": "4.9.4"
    },
    "dependencies": {
        "@headlessui/react": "1.7.7",
        "@wordpress/block-editor": "11.1.0",
        "@wordpress/blocks": "12.1.0",
        "@wordpress/element": "5.1.0",
        "@wordpress/hooks": "3.24.0",
        "@wordpress/i18n": "4.24.0",
        "copy-to-clipboard": "3.3.3",
        "react-simple-code-editor": "0.13.1",
        "shiki": "0.12.1",
        "swr": "2.0.0",
        "zustand": "4.2.0"
    }
}
