75 lines
2.6 KiB
JSON
Executable File
75 lines
2.6 KiB
JSON
Executable File
{
|
|
"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": "4.3.0",
|
|
"@types/wordpress__block-editor": "11.5.15",
|
|
"@types/wordpress__blocks": "12.5.14",
|
|
"@types/wordpress__edit-post": "^8.4.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.7.0",
|
|
"@typescript-eslint/parser": "8.7.0",
|
|
"@wordpress/block-editor": "14.3.0",
|
|
"@wordpress/env": "10.8.0",
|
|
"@wordpress/scripts": "30.0.2",
|
|
"@wordpress/url": "4.8.0",
|
|
"autoprefixer": "10.4.20",
|
|
"copy-webpack-plugin": "12.0.2",
|
|
"cypress": "13.15.0",
|
|
"cypress-real-events": "^1.13.0",
|
|
"cypress-wait-until": "3.0.2",
|
|
"eslint": "9.11.1",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"eslint-plugin-cypress": "3.5.0",
|
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
"eslint-plugin-prettier": "5.2.1",
|
|
"eslint-plugin-react": "7.37.0",
|
|
"eslint-plugin-react-hooks": "rc",
|
|
"fast-glob": "3.3.2",
|
|
"glob": "11.0.0",
|
|
"postcss-import": "16.1.0",
|
|
"postcss-safe-important": "2.0.1",
|
|
"prettier": "3.3.3",
|
|
"replace-in-file": "8.2.0",
|
|
"rtlcss-webpack-plugin": "^4.0.7",
|
|
"tailwindcss": "3.4.13",
|
|
"typescript": "5.6.2",
|
|
"webpack": "^5.95.0"
|
|
},
|
|
"dependencies": {
|
|
"@eslint/compat": "^1.1.1",
|
|
"@headlessui/react": "2.1.8",
|
|
"@wordpress/block-editor": "14.3.0",
|
|
"@wordpress/blocks": "13.8.0",
|
|
"@wordpress/edit-post": "^8.8.3",
|
|
"@wordpress/element": "6.8.0",
|
|
"@wordpress/escape-html": "^3.8.0",
|
|
"@wordpress/hooks": "4.8.0",
|
|
"@wordpress/html-entities": "^4.8.0",
|
|
"@wordpress/i18n": "5.8.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.2.5",
|
|
"zustand": "4.5.5"
|
|
}
|
|
}
|