File: /var/www/html/delstar/wp-content/plugins/easymega/package.json
{
"name": "easymega",
"version": "1.1.1",
"description": "Mega Menu Plugin for WordPress",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"dev": "webpack --watch --mode=development",
"start": "webpack --watch --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FameThemes/easymega.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FameThemes/easymega/issues"
},
"homepage": "https://github.com/FameThemes/easymega#readme",
"devDependencies": {
"@webpack-cli/generators": "^3.0.7",
"css-loader": "^6.11.0",
"sass": "^1.86.3",
"sass-loader": "^13.3.3",
"style-loader": "^3.3.4",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"mini-css-extract-plugin": "^2.9.2"
}
}