UNPKG

cgb-scripts

Version:

Configuration and scripts for Create Guten Blocks which help you create a WordPress Gutenberg Block plugin with Zero-Config #OCJS, Webpack, React, ES6/7/8/Next, ESLint, Babel, and more

66 lines (65 loc) 1.69 kB
{ "name": "cgb-scripts", "version": "1.23.1", "description": "Configuration and scripts for Create Guten Blocks which help you create a WordPress Gutenberg Block plugin with Zero-Config #OCJS, Webpack, React, ES6/7/8/Next, ESLint, Babel, and more", "repository": "ahmadawais/create-guten-block", "keywords": [ "gutenberg", "create-gutenberg-block", "create-gutenberg-blocks", "wp", "wordpress", "cgb", "wp webpack", "react", "ESLint", "Webpack", "wp-scripts", "cgb-scripts", "guten-scripts", "babel", "cgb-dev-utils", "babel-preset-cgb" ], "author": "Ahmad Awais (https://AhmadAwais.com/)", "license": "MIT", "bugs": { "url": "https://github.com/ahmadawais/create-guten-block/issues" }, "bin": { "cgb-scripts": "./bin/cgb-scripts.js" }, "dependencies": { "@scarf/scarf": "^1.0.6", "autoprefixer": "^7.2.4", "babel-core": "^6.25.0", "babel-eslint": "^8.2.1", "babel-loader": "^7.1.1", "babel-preset-cgb": "^1.7.0", "cgb-dev-utils": "^1.6.0", "chalk": "^2.3.0", "cross-env": "^5.0.1", "cross-spawn": "^5.1.0", "eslint": "^4.15.0", "eslint-config-wordpress": "^2.0.0", "eslint-plugin-jest": "^21.6.1", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-react": "^7.5.1", "eslint-plugin-wordpress": "^0.1.0", "extract-text-webpack-plugin": "^3.0.2", "filesize": "^3.5.11", "fs-extra": "^5.0.0", "gzip-size": "^4.1.0", "inquirer": "^5.0.0", "node-sass": "^4.7.2", "ora": "^1.3.0", "postcss-loader": "^2.0.10", "raw-loader": "^0.5.1", "resolve-pkg": "^1.0.0", "sass-loader": "^6.0.6", "shelljs": "^0.8.0", "style-loader": "^0.23.1", "update-notifier": "^2.3.0", "webpack": "^3.1.0" } }