forked from yithemes/yith-woocommerce-wishlist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.58 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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "yith-woocommerce-wishlist",
"version": "3.3.0",
"description": "YITH WooCommerce Wishlist",
"main": "Gruntfile.js",
"scripts": {
"release": "cross-env ./bin/release.sh",
"release:package": "node ./bin/release-package.js",
"build": "npm run js && npm run i18n",
"build-zip": "cross-env ./bin/build-zip.sh",
"build-zip:package": "node ./bin/build-zip-package.js",
"js": "grunt js",
"i18n": "npm run -s i18n:build && npm run -s i18n:translations",
"i18n:build": "grunt makepot",
"i18n:translations": "npm run -s i18n:update-po && npm run -s i18n:clean",
"i18n:clean": "node ./bin/clean-language-files.js",
"i18n:update-po": "grunt update_po",
"changelog": "node ./bin/changelog.js"
},
"keywords": [
"wishlist",
"woocommerce",
"products",
"e-commerce",
"shop",
"ecommerce",
"yith"
],
"author": "YITH <[email protected]>",
"license": "GPL-3.0+",
"homepage": "https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/",
"devDependencies": {
"@wordpress/eslint-plugin": "^7.4.0",
"archiver": "^5.2.0",
"axios": "^0.21.4",
"chalk": "^4.1.2",
"cross-env": "^7.0.3",
"dotenv": "^8.6.0",
"fs-extra": "^9.1.0",
"grunt": "^1.4.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^23.0.0",
"grunt-phpcbf": "^0.1.1",
"grunt-phpcs": "^0.4.0",
"grunt-wp-i18n": "^1.0.2",
"prettier": "^2.2.1",
"promptly": "^3.2.0",
"typescript": "^4.2.3"
}
}