| 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.2.5", |
| 22 |
"@trivago/prettier-plugin-sort-imports": "4.1.1", |
| 23 |
"@types/wordpress__block-editor": "11.5.1", |
| 24 |
"@types/wordpress__blocks": "12.5.0", |
| 25 |
"@types/wordpress__edit-post": "^7.5.0", |
| 26 |
"@typescript-eslint/parser": "5.59.7", |
| 27 |
"@wordpress/block-editor": "12.2.0", |
| 28 |
"@wordpress/env": "8.0.0", |
| 29 |
"@wordpress/scripts": "26.5.0", |
| 30 |
"@wordpress/url": "3.35.0", |
| 31 |
"autoprefixer": "10.4.14", |
| 32 |
"copy-webpack-plugin": "11.0.0", |
| 33 |
"cypress": "12.13.0", |
| 34 |
"cypress-real-events": "^1.8.1", |
| 35 |
"cypress-wait-until": "1.7.2", |
| 36 |
"eslint": "8.41.0", |
| 37 |
"eslint-config-prettier": "8.8.0", |
| 38 |
"eslint-plugin-cypress": "2.13.3", |
| 39 |
"eslint-plugin-no-only-tests": "^3.1.0", |
| 40 |
"eslint-plugin-prettier": "4.2.1", |
| 41 |
"eslint-plugin-react": "7.32.2", |
| 42 |
"eslint-plugin-react-hooks": "4.6.0", |
| 43 |
"fast-glob": "3.2.12", |
| 44 |
"glob": "10.2.6", |
| 45 |
"postcss-import": "15.1.0", |
| 46 |
"postcss-safe-important": "1.2.1", |
| 47 |
"prettier": "2.8.8", |
| 48 |
"replace-in-file": "6.3.5", |
| 49 |
"tailwindcss": "3.3.2", |
| 50 |
"typescript": "5.0.4", |
| 51 |
"webpack": "^5.84.1" |
| 52 |
}, |
| 53 |
"dependencies": { |
| 54 |
"@headlessui/react": "1.7.14", |
| 55 |
"@wordpress/block-editor": "12.2.0", |
| 56 |
"@wordpress/blocks": "12.11.0", |
| 57 |
"@wordpress/edit-post": "^7.11.0", |
| 58 |
"@wordpress/element": "5.11.0", |
| 59 |
"@wordpress/escape-html": "^2.34.0", |
| 60 |
"@wordpress/hooks": "3.34.0", |
| 61 |
"@wordpress/html-entities": "^3.34.0", |
| 62 |
"@wordpress/i18n": "4.34.0", |
| 63 |
"copy-to-clipboard": "3.3.3", |
| 64 |
"react-simple-code-editor": "0.13.1", |
| 65 |
"shiki": "0.14.2", |
| 66 |
"strip-ansi": "^7.0.1", |
| 67 |
"swr": "2.1.5", |
| 68 |
"zustand": "4.3.8" |
| 69 |
} |
| 70 |
} |
| 71 |
|