PHP Classes

File: package.json

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Download Installed Plugin   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Download Installed Plugin
Download a WordPress plugin as a ZIP archive
Author: By
Last change:
Date: Yesterday
Size: 1,534 bytes
 

Contents

Class file image Download
{ "name": "download-installed-plugin", "version": "1.0.0", "main": "Gruntfile.js", "scripts": { "watch": "clear && webpack --watch --mode development", "start": "clear && npm run watch", "compile": "clear && webpack --progress --mode production", "translate": "wp i18n make-pot ./ languages/wpmudev-plugin-test.pot --exclude=builds/,node_modules/,src,builds --ignore-domain --allow-root", "build": "clear && npm run compile && grunt build" }, "author": "Download Installed Plugin", "license": "GPL-3.0", "dependencies": { "@uiw/react-color": "^2.3.2", "@wordpress/api-fetch": "^6.43.0", "@wordpress/element": "^5.23.0", "chart.js": "^4.4.4", "chartjs-adapter-date-fns": "^3.0.0", "react-beautiful-dnd": "^13.1.1", "react-chartjs-2": "^5.2.0" }, "devDependencies": { "@babel/core": "^7.17.8", "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.24.7", "@wordpress/scripts": "^26.17.0", "babel-loader": "^8.2.4", "clean-webpack-plugin": "^4.0.0", "css-loader": "^6.7.1", "eslint-plugin-react": "^7.29.4", "fs-extra": "^11.2.0", "grunt": "^0.4.5", "grunt-contrib-compress": "^2.0.0", "grunt-wp-i18n": "~0.5.0", "grunt-wp-readme-to-markdown": "~1.0.0", "gulp": "4.0.2", "mini-css-extract-plugin": "^2.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", "sass": "^1.56.1", "sass-loader": "^12.6.0", "style-loader": "^3.3.1", "webpack": "^5.70.0", "webpack-cli": "^4.9.2" } }