-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.07 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "features-for-woocommerce",
"version": "1.0.0",
"description": "This plugin provided a extra features for WooCommerce",
"main": "index.js",
"babel": {
"presets": [
"@babel/preset-env"
]
},
"scripts": {
"watch": "webpack --mode=development --watch --config webpack-config.js",
"build-production": "webpack --mode=production --config webpack-config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acrosswp/features-for-woocommerce.git"
},
"keywords": [
"wordpress",
"woocommerce",
"coupon",
"webpack",
"javascript"
],
"author": "acrosswp",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/acrosswp/features-for-woocommerce/issues"
},
"homepage": "https://github.com/acrosswp/features-for-woocommerce#readme",
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"babel-loader": "^9.1.3",
"lodash": "^4.17.21",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"wp-pot": "^1.10.2"
}
}