-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.44 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
{
"name": "woocommerce-product-carousel-slider-and-grid-ultimate",
"version": "1.0.0",
"description": "=== WooCommerce Product Carousel, Slider & Grid Ultimate ===\r Contributors: wpwax\r Tags: woocommerce carousel, woocommerce slider, woocommerce grid, woocommerce product slider, woocommerce product carousel\r Requires at least: 4.0\r Tested up to: 5.6\r Stable tag: 1.7.6\r License: GPLv2 or later\r License URI: http://www.gnu.org/licenses/gpl-2.0.html",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "wp-scripts start",
"build": "wp-scripts build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Armanul46/woocommerce-product-carousel-slider-and-grid-ultimate.git"
},
"author": "wpWax",
"license": "ISC",
"bugs": {
"url": "https://github.com/Armanul46/woocommerce-product-carousel-slider-and-grid-ultimate/issues"
},
"homepage": "https://github.com/Armanul46/woocommerce-product-carousel-slider-and-grid-ultimate#readme",
"dependencies": {
"@wordpress/block-editor": "^10.4.0",
"@wordpress/blocks": "^11.20.0",
"@wordpress/components": "^22.0.0",
"@wordpress/element": "^4.19.0",
"@wordpress/server-side-render": "^3.19.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"sass": "^1.35.2"
},
"devDependencies": {
"@wordpress/scripts": "24.5.0"
}
}