forked from TemplateInvaders/ti-woocommerce-wishlist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.55 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
{
"name": "ti-woocommerce-wishlist",
"version": "2.7.4",
"title": "TI WooCommerce Wishlist Plugin",
"description": "Allow your store guests and customers to add products to Wishlist. Add Wishlist functionality to your store for free.",
"author": "TemplateInvaders (https://templateinvaders.com/)",
"author_url": "https://templateinvaders.com/",
"homepage": "https://wordpress.org/plugins/ti-woocommerce-wishlist/",
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/register": "^7.22.5",
"beepbeep": "^1.3.0",
"browser-sync": "^2.29.3",
"eslint": "^8.45.0",
"eslint-config-wordpress": "^2.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-bump": "^3.2.0",
"gulp-cache": "^1.1.3",
"gulp-checktextdomain": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-filter": "^7.0.0",
"gulp-header": "^2.0.9",
"gulp-imagemin": "^7.1.0",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-merge-media-queries": "^0.2.1",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-readme-to-markdown": "^0.2.1",
"gulp-remember": "^1.0.1",
"gulp-rename": "^2.0.0",
"gulp-rtlcss": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-uglifycss": "^1.1.0",
"gulp-vinyl-zip": "^2.5.0",
"gulp-wp-pot": "^2.5.0",
"lodash.defaults": "^4.2.0",
"merge-stream": "^2.0.0",
"sass": "^1.64.1"
},
"dependencies": {
"npm": "^9.8.1"
}
}