PHP Classes

File: package.json

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Event Story Manager Plugin   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Event Story Manager Plugin
Manage and publish regional events in WordPress
Author: By
Last change:
Date: 1 year ago
Size: 1,002 bytes
 

Contents

Class file image Download
{ "name": "events-story", "version": "1.0.0", "description": "Event Management Wordpress plugin", "main": "index.js", "scripts": { "dev": "WEBPACK_ENV=development webpack --progress --colors --watch --hide-modules", "dev:build": "WEBPACK_ENV=development webpack --progress --colors --hide-modules", "build": "WEBPACK_ENV=production webpack" }, "author": "", "license": "GPL", "devDependencies": { "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@wordpress/babel-preset-default": "^4.20.0", "assets-webpack-plugin": "^3.9.12", "babel-loader": "^8.2.2", "browser-sync": "^2.27.3", "browser-sync-webpack-plugin": "^2.3.0", "css-loader": "^0.28.11", "extract-text-webpack-plugin": "^3.0.2", "file-loader": "^1.1.6", "grunt": "^1.4.1", "grunt-run": "^0.8.0", "less": "^3.13.1", "less-loader": "^4.1.0", "optimize-css-assets-webpack-plugin": "^3.2.1", "style-loader": "^0.20.3", "webpack": "^3.12.0" } }