{ "name": "code-block-pro", "version": "0.1.0", "description": "My amazing block", "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", "eject": "node scripts/eject.mjs", "rename": "node scripts/rename.mjs" }, "devDependencies": { "@redux-devtools/extension": "^3.2.3", "@trivago/prettier-plugin-sort-imports": "^3.4.0", "@types/wordpress__block-editor": "^7.0.0", "@types/wordpress__blocks": "^11.0.7", "@typescript-eslint/parser": "^5.42.1", "@wordpress/block-editor": "^10.4.0", "@wordpress/env": "^5.6.0", "@wordpress/scripts": "^24.5.0", "@wordpress/url": "^3.22.0", "autoprefixer": "^10.4.13", "copy-webpack-plugin": "^11.0.0", "cypress": "^10.7.0", "cypress-wait-until": "^1.7.2", "eslint": "^8.27.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-cypress": "^2.12.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "fast-glob": "^3.2.12", "glob": "^8.0.3", "postcss-import": "^15.0.0", "postcss-safe-important": "^1.2.1", "prettier": "^2.7.1", "replace-in-file": "^6.3.5", "tailwindcss": "^3.2.3", "typescript": "^4.8.4" }, "dependencies": { "@headlessui/react": "^1.7.4", "@wordpress/block-editor": "^10.4.0", "@wordpress/blocks": "^11.20.0", "@wordpress/element": "^4.19.0", "@wordpress/i18n": "^4.21.0", "copy-to-clipboard": "^3.3.2", "react-simple-code-editor": "^0.13.1", "shiki": "^0.11.1", "swr": "^1.3.0", "zustand": "^4.1.4" } }