{ "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", "eject": "node scripts/eject.mjs", "rename": "node scripts/rename.mjs" }, "devDependencies": { "@redux-devtools/extension": "^3.2.5", "@trivago/prettier-plugin-sort-imports": "4.0.0", "@types/wordpress__block-editor": "11.0.1", "@types/wordpress__blocks": "12.0.3", "@typescript-eslint/parser": "5.50.0", "@wordpress/block-editor": "11.3.0", "@wordpress/env": "5.11.0", "@wordpress/scripts": "25.3.0", "@wordpress/url": "3.27.0", "autoprefixer": "10.4.13", "copy-webpack-plugin": "11.0.0", "cypress": "12.5.1", "cypress-wait-until": "1.7.2", "eslint": "8.33.0", "eslint-config-prettier": "8.6.0", "eslint-plugin-cypress": "2.12.1", "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": "8.1.0", "postcss-import": "15.1.0", "postcss-safe-important": "1.2.1", "prettier": "2.8.3", "replace-in-file": "6.3.5", "tailwindcss": "3.2.4", "typescript": "4.9.5" }, "dependencies": { "@headlessui/react": "1.7.9", "@wordpress/block-editor": "11.3.0", "@wordpress/blocks": "12.3.0", "@wordpress/element": "5.3.0", "@wordpress/escape-html": "^2.26.0", "@wordpress/hooks": "3.26.0", "@wordpress/html-entities": "^3.26.0", "@wordpress/i18n": "4.26.0", "copy-to-clipboard": "3.3.3", "react-simple-code-editor": "0.13.1", "shiki": "0.14.0", "strip-ansi": "^7.0.1", "swr": "2.0.3", "zustand": "4.3.2" } }