| 1 |
{ |
| 2 |
"name": "code-block-pro", |
| 3 |
"version": "0.1.0", |
| 4 |
"description": "Code Block Pro - Beautiful syntax highlighting", |
| 5 |
"author": "Kevin Batdorf", |
| 6 |
"license": "GPL-2.0-or-later", |
| 7 |
"main": "build/index.js", |
| 8 |
"scripts": { |
| 9 |
"build": "wp-scripts build", |
| 10 |
"format": "wp-scripts format", |
| 11 |
"lint:css": "wp-scripts lint-style", |
| 12 |
"lint:js": "wp-scripts lint-js", |
| 13 |
"packages-update": "wp-scripts packages-update", |
| 14 |
"plugin-zip": "wp-scripts plugin-zip", |
| 15 |
"start": "wp-scripts start", |
| 16 |
"start:hot": "wp-scripts start --hot", |
| 17 |
"eject": "node scripts/eject.mjs", |
| 18 |
"rename": "node scripts/rename.mjs" |
| 19 |
}, |
| 20 |
"devDependencies": { |
| 21 |
"@redux-devtools/extension": "^3.3.0", |
| 22 |
"@trivago/prettier-plugin-sort-imports": "5.2.2", |
| 23 |
"@types/wordpress__block-editor": "11.5.16", |
| 24 |
"@types/wordpress__blocks": "12.5.17", |
| 25 |
"@types/wordpress__edit-post": "^8.4.2", |
| 26 |
"@typescript-eslint/eslint-plugin": "^8.32.0", |
| 27 |
"@typescript-eslint/parser": "8.32.0", |
| 28 |
"@wordpress/block-editor": "14.18.0", |
| 29 |
"@wordpress/env": "10.23.0", |
| 30 |
"@wordpress/scripts": "30.16.0", |
| 31 |
"@wordpress/url": "4.23.0", |
| 32 |
"autoprefixer": "10.4.21", |
| 33 |
"copy-webpack-plugin": "13.0.0", |
| 34 |
"cypress": "14.3.3", |
| 35 |
"cypress-real-events": "^1.14.0", |
| 36 |
"eslint": "9.26.0", |
| 37 |
"eslint-config-prettier": "10.1.5", |
| 38 |
"eslint-plugin-cypress": "4.3.0", |
| 39 |
"eslint-plugin-no-only-tests": "^3.3.0", |
| 40 |
"eslint-plugin-prettier": "5.4.0", |
| 41 |
"eslint-plugin-react": "7.37.5", |
| 42 |
"eslint-plugin-react-hooks": "rc", |
| 43 |
"fast-glob": "3.3.3", |
| 44 |
"glob": "11.0.2", |
| 45 |
"postcss-import": "16.1.0", |
| 46 |
"postcss-safe-important": "2.0.1", |
| 47 |
"prettier": "3.5.3", |
| 48 |
"replace-in-file": "8.3.0", |
| 49 |
"rtlcss-webpack-plugin": "^4.0.7", |
| 50 |
"tailwindcss": "3.4.17", |
| 51 |
"typescript": "5.8.3", |
| 52 |
"webpack": "^5.99.8" |
| 53 |
}, |
| 54 |
"dependencies": { |
| 55 |
"@eslint/compat": "^1.2.9", |
| 56 |
"@headlessui/react": "2.2.2", |
| 57 |
"@wordpress/block-editor": "14.18.0", |
| 58 |
"@wordpress/blocks": "14.12.0", |
| 59 |
"@wordpress/edit-post": "^8.23.0", |
| 60 |
"@wordpress/element": "6.23.0", |
| 61 |
"@wordpress/escape-html": "^3.23.0", |
| 62 |
"@wordpress/hooks": "4.23.0", |
| 63 |
"@wordpress/html-entities": "^4.23.0", |
| 64 |
"@wordpress/i18n": "5.23.0", |
| 65 |
"classnames": "^2.5.1", |
| 66 |
"copy-to-clipboard": "3.3.3", |
| 67 |
"react-simple-code-editor": "0.14.1", |
| 68 |
"shiki": "0.14.7", |
| 69 |
"strip-ansi": "^7.1.0", |
| 70 |
"swr": "2.3.3", |
| 71 |
"zustand": "5.0.4" |
| 72 |
} |
| 73 |
} |
| 74 |
|