{ "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.26.1", "@typescript-eslint/parser": "8.26.1", "@wordpress/block-editor": "14.15.0", "@wordpress/env": "10.20.0", "@wordpress/scripts": "30.13.0", "@wordpress/url": "4.20.0", "autoprefixer": "10.4.21", "copy-webpack-plugin": "13.0.0", "cypress": "14.2.0", "cypress-real-events": "^1.14.0", "cypress-wait-until": "3.0.2", "eslint": "9.22.0", "eslint-config-prettier": "10.1.1", "eslint-plugin-cypress": "4.2.0", "eslint-plugin-no-only-tests": "^3.3.0", "eslint-plugin-prettier": "5.2.3", "eslint-plugin-react": "7.37.4", "eslint-plugin-react-hooks": "rc", "fast-glob": "3.3.3", "glob": "11.0.1", "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.13", "typescript": "5.8.2", "webpack": "^5.98.0" }, "dependencies": { "@eslint/compat": "^1.2.7", "@headlessui/react": "2.2.0", "@wordpress/block-editor": "14.15.0", "@wordpress/blocks": "14.9.0", "@wordpress/edit-post": "^8.20.0", "@wordpress/element": "6.20.0", "@wordpress/escape-html": "^3.20.0", "@wordpress/hooks": "4.20.0", "@wordpress/html-entities": "^4.20.0", "@wordpress/i18n": "5.20.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.3" } }