itmar-block-packages
Version: 
We have put together a package of common React components used for WordPress custom blocks.
33 lines (32 loc) • 806 B
JSON
{
  "name": "itmar-block-packages",
  "version": "1.9.0",
  "description": "We have put together a package of common React components used for WordPress custom blocks.",
  "main": "build/index.js",
  "scripts": {
    "build": "wp-scripts build",
    "start": "wp-scripts start",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Web Creator ITmaroon",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/itmaroon/itmar-block-packages.git"
  },
  "keywords": [
    "WordPress",
    "Plugin",
    "Block",
    "Gutenberg"
  ],
  "license": "MIT",
  "dependencies": {
    "@wordpress/icons": "^9.47.0",
    "lodash": "^4.17.21",
    "react-select": "^5.8.0",
    "styled-components": "^6.1.8"
  },
  "devDependencies": {
    "@wordpress/scripts": "^27.6.0"
  }
}