| 1 |
{ |
| 2 |
"name": "easymega", |
| 3 |
"version": "1.1.1", |
| 4 |
"description": "Mega Menu Plugin for WordPress", |
| 5 |
"main": "index.js", |
| 6 |
"scripts": { |
| 7 |
"test": "echo \"Error: no test specified\" && exit 1", |
| 8 |
"build": "webpack --mode=production --node-env=production", |
| 9 |
"build:dev": "webpack --mode=development", |
| 10 |
"build:prod": "webpack --mode=production --node-env=production", |
| 11 |
"dev": "webpack --watch --mode=development", |
| 12 |
"start": "webpack --watch --mode=development" |
| 13 |
}, |
| 14 |
"repository": { |
| 15 |
"type": "git", |
| 16 |
"url": "git+https://github.com/FameThemes/easymega.git" |
| 17 |
}, |
| 18 |
"author": "", |
| 19 |
"license": "ISC", |
| 20 |
"bugs": { |
| 21 |
"url": "https://github.com/FameThemes/easymega/issues" |
| 22 |
}, |
| 23 |
"homepage": "https://github.com/FameThemes/easymega#readme", |
| 24 |
"devDependencies": { |
| 25 |
"@webpack-cli/generators": "^3.0.7", |
| 26 |
"css-loader": "^6.11.0", |
| 27 |
"sass": "^1.86.3", |
| 28 |
"sass-loader": "^13.3.3", |
| 29 |
"style-loader": "^3.3.4", |
| 30 |
"webpack": "^5.75.0", |
| 31 |
"webpack-cli": "^4.10.0" |
| 32 |
}, |
| 33 |
"dependencies": { |
| 34 |
"mini-css-extract-plugin": "^2.9.2" |
| 35 |
} |
| 36 |
} |
| 37 |
|