-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 933 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "form-masks-for-elementor",
"version": "2.1",
"description": "WordPress Plugin",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start-dev": "npm install && composer install && ./vendor/bin/phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs/ && ./vendor/bin/phpcs --config-set default_standard WordPress",
"build": "webpack"
},
"keywords": [
"wordpress",
"delivery"
],
"author": "EduardoVillao",
"license": "ISC",
"bugs": {
"url": "https://github.com/eduardovillao/myd-delivery-pro/issues"
},
"homepage": "https://github.com/eduardovillao/myd-delivery-pro#readme",
"devDependencies": {
"@wordpress/eslint-plugin": "^22.1.1",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"esbuild-loader": "^4.2.2",
"mini-css-extract-plugin": "^2.9.2",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
}
}