PHP Classes

File: package.json

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Cool Kids Network For WP Plugin   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Cool Kids Network For WP Plugin
WordPress plugin to manage users with roles
Author: By
Last change:
Date: 27 days ago
Size: 1,560 bytes
 

Contents

Class file image Download
{ "name": "cool-kids-network-wp", "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/cool-kids-network-wp.pot --exclude=builds/,node_modules/,src,builds --ignore-domain --allow-root", "build": "clear && npm run compile && grunt build" }, "author": "Download Installed Extension", "license": "GPL-3.0", "dependencies": { "@uiw/react-color": "^2.3.2", "@wordpress/api-fetch": "^6.43.0", "@wordpress/element": "^5.23.0", "block-ui": "^2.70.1", "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.26.3", "@wordpress/scripts": "^26.19.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.3.1", "react-dom": "^18.3.1", "sass": "^1.56.1", "sass-loader": "^12.6.0", "style-loader": "^3.3.1", "webpack": "^5.70.0", "webpack-cli": "^4.9.2" } }