| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "name": "code-block-pro", |
| 3 | 3 | "version": "0.1.0", |
| 4 | - "description": "My amazing block", | |
| 4 | + "description": "Code Block Pro - Beautiful syntax highlighting", | |
| 5 | 5 | "author": "Kevin Batdorf", |
| 6 | 6 | "license": "GPL-2.0-or-later", |
| 7 | 7 | "main": "build/index.js", |
| 8 | 8 | "scripts": { |
| @@ -12,49 +12,60 @@ | ||
| 12 | 12 | "lint:js": "wp-scripts lint-js", |
| 13 | 13 | "packages-update": "wp-scripts packages-update", |
| 14 | 14 | "plugin-zip": "wp-scripts plugin-zip", |
| 15 | 15 | "start": "wp-scripts start", |
| 16 | + "start:hot": "wp-scripts start --hot", | |
| 16 | 17 | "eject": "node scripts/eject.mjs", |
| 17 | 18 | "rename": "node scripts/rename.mjs" |
| 18 | 19 | }, |
| 19 | 20 | "devDependencies": { |
| 20 | - "@redux-devtools/extension": "^3.2.3", | |
| 21 | - "@trivago/prettier-plugin-sort-imports": "^3.4.0", | |
| 22 | - "@types/wordpress__block-editor": "^7.0.0", | |
| 23 | - "@types/wordpress__blocks": "^11.0.7", | |
| 24 | - "@typescript-eslint/parser": "^5.42.1", | |
| 25 | - "@wordpress/block-editor": "^10.4.0", | |
| 26 | - "@wordpress/env": "^5.6.0", | |
| 27 | - "@wordpress/scripts": "^24.5.0", | |
| 28 | - "@wordpress/url": "^3.22.0", | |
| 29 | - "autoprefixer": "^10.4.13", | |
| 30 | - "copy-webpack-plugin": "^11.0.0", | |
| 31 | - "cypress": "^10.7.0", | |
| 32 | - "cypress-wait-until": "^1.7.2", | |
| 33 | - "eslint": "^8.27.0", | |
| 34 | - "eslint-config-prettier": "^8.5.0", | |
| 35 | - "eslint-plugin-cypress": "^2.12.1", | |
| 36 | - "eslint-plugin-prettier": "^4.2.1", | |
| 37 | - "eslint-plugin-react": "^7.31.10", | |
| 38 | - "eslint-plugin-react-hooks": "^4.6.0", | |
| 39 | - "fast-glob": "^3.2.12", | |
| 40 | - "glob": "^8.0.3", | |
| 41 | - "postcss-import": "^15.0.0", | |
| 42 | - "postcss-safe-important": "^1.2.1", | |
| 43 | - "prettier": "^2.7.1", | |
| 44 | - "replace-in-file": "^6.3.5", | |
| 45 | - "tailwindcss": "^3.2.3", | |
| 46 | - "typescript": "^4.8.4" | |
| 21 | + "@redux-devtools/extension": "^3.2.5", | |
| 22 | + "@trivago/prettier-plugin-sort-imports": "4.2.0", | |
| 23 | + "@types/wordpress__block-editor": "11.5.2", | |
| 24 | + "@types/wordpress__blocks": "12.5.3", | |
| 25 | + "@types/wordpress__edit-post": "^7.5.1", | |
| 26 | + "@typescript-eslint/eslint-plugin": "^6.5.0", | |
| 27 | + "@typescript-eslint/parser": "6.5.0", | |
| 28 | + "@wordpress/block-editor": "12.9.0", | |
| 29 | + "@wordpress/env": "8.7.0", | |
| 30 | + "@wordpress/scripts": "26.12.0", | |
| 31 | + "@wordpress/url": "3.42.0", | |
| 32 | + "autoprefixer": "10.4.15", | |
| 33 | + "copy-webpack-plugin": "11.0.0", | |
| 34 | + "cypress": "12.17.0", | |
| 35 | + "cypress-real-events": "^1.10.1", | |
| 36 | + "cypress-wait-until": "2.0.1", | |
| 37 | + "eslint": "8.48.0", | |
| 38 | + "eslint-config-prettier": "9.0.0", | |
| 39 | + "eslint-plugin-cypress": "2.14.0", | |
| 40 | + "eslint-plugin-no-only-tests": "^3.1.0", | |
| 41 | + "eslint-plugin-prettier": "5.0.0", | |
| 42 | + "eslint-plugin-react": "7.33.2", | |
| 43 | + "eslint-plugin-react-hooks": "4.6.0", | |
| 44 | + "fast-glob": "3.3.1", | |
| 45 | + "glob": "10.3.4", | |
| 46 | + "postcss-import": "15.1.0", | |
| 47 | + "postcss-safe-important": "1.2.1", | |
| 48 | + "prettier": "3.0.3", | |
| 49 | + "replace-in-file": "7.0.1", | |
| 50 | + "tailwindcss": "3.3.3", | |
| 51 | + "typescript": "5.2.2", | |
| 52 | + "webpack": "^5.88.2" | |
| 47 | 53 | }, |
| 48 | 54 | "dependencies": { |
| 49 | - "@headlessui/react": "^1.7.4", | |
| 50 | - "@wordpress/block-editor": "^10.4.0", | |
| 51 | - "@wordpress/blocks": "^11.20.0", | |
| 52 | - "@wordpress/element": "^4.19.0", | |
| 53 | - "@wordpress/i18n": "^4.21.0", | |
| 54 | - "copy-to-clipboard": "^3.3.2", | |
| 55 | - "react-simple-code-editor": "^0.13.1", | |
| 56 | - "shiki": "^0.11.1", | |
| 57 | - "swr": "^1.3.0", | |
| 58 | - "zustand": "^4.1.4" | |
| 55 | + "@headlessui/react": "1.7.17", | |
| 56 | + "@wordpress/block-editor": "12.9.0", | |
| 57 | + "@wordpress/blocks": "12.18.0", | |
| 58 | + "@wordpress/edit-post": "^7.18.0", | |
| 59 | + "@wordpress/element": "5.18.0", | |
| 60 | + "@wordpress/escape-html": "^2.41.0", | |
| 61 | + "@wordpress/hooks": "3.41.0", | |
| 62 | + "@wordpress/html-entities": "^3.41.0", | |
| 63 | + "@wordpress/i18n": "4.41.0", | |
| 64 | + "copy-to-clipboard": "3.3.3", | |
| 65 | + "react-simple-code-editor": "0.13.1", | |
| 66 | + "shiki": "0.14.4", | |
| 67 | + "strip-ansi": "^7.1.0", | |
| 68 | + "swr": "2.2.2", | |
| 69 | + "zustand": "4.4.1" | |
| 59 | 70 | } |
| 60 | 71 | } |