| 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": "4.3.0", |
| 23 |
"@types/wordpress__block-editor": "11.5.14", |
| 24 |
"@types/wordpress__blocks": "12.5.14", |
| 25 |
"@types/wordpress__edit-post": "^7.5.6", |
| 26 |
"@typescript-eslint/eslint-plugin": "^7.5.0", |
| 27 |
"@typescript-eslint/parser": "7.5.0", |
| 28 |
"@wordpress/block-editor": "12.23.0", |
| 29 |
"@wordpress/env": "9.7.0", |
| 30 |
"@wordpress/scripts": "27.6.0", |
| 31 |
"@wordpress/url": "3.56.0", |
| 32 |
"autoprefixer": "10.4.19", |
| 33 |
"copy-webpack-plugin": "12.0.2", |
| 34 |
"cypress": "13.7.2", |
| 35 |
"cypress-real-events": "^1.12.0", |
| 36 |
"cypress-wait-until": "3.0.1", |
| 37 |
"eslint": "8.57.0", |
| 38 |
"eslint-config-prettier": "9.1.0", |
| 39 |
"eslint-plugin-cypress": "2.15.1", |
| 40 |
"eslint-plugin-no-only-tests": "^3.1.0", |
| 41 |
"eslint-plugin-prettier": "5.1.3", |
| 42 |
"eslint-plugin-react": "7.34.1", |
| 43 |
"eslint-plugin-react-hooks": "4.6.0", |
| 44 |
"fast-glob": "3.3.2", |
| 45 |
"glob": "10.3.12", |
| 46 |
"postcss-import": "16.1.0", |
| 47 |
"postcss-safe-important": "2.0.1", |
| 48 |
"prettier": "3.2.5", |
| 49 |
"replace-in-file": "7.1.0", |
| 50 |
"tailwindcss": "3.4.3", |
| 51 |
"typescript": "5.4.3", |
| 52 |
"webpack": "^5.91.0" |
| 53 |
}, |
| 54 |
"dependencies": { |
| 55 |
"@headlessui/react": "1.7.18", |
| 56 |
"@wordpress/block-editor": "12.23.0", |
| 57 |
"@wordpress/blocks": "12.32.0", |
| 58 |
"@wordpress/edit-post": "^7.32.0", |
| 59 |
"@wordpress/element": "5.32.0", |
| 60 |
"@wordpress/escape-html": "^2.55.0", |
| 61 |
"@wordpress/hooks": "3.55.0", |
| 62 |
"@wordpress/html-entities": "^3.55.0", |
| 63 |
"@wordpress/i18n": "4.55.0", |
| 64 |
"copy-to-clipboard": "3.3.3", |
| 65 |
"react-simple-code-editor": "0.13.1", |
| 66 |
"shiki": "0.14.7", |
| 67 |
"strip-ansi": "^7.1.0", |
| 68 |
"swr": "2.2.5", |
| 69 |
"zustand": "4.5.2" |
| 70 |
} |
| 71 |
} |
| 72 |
|