This repository was archived by the owner on May 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.25 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.25 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "block-gallery",
"title": "Block Gallery",
"description": "The most advanced suite of gallery blocks for the Gutenberg block editor. Create stunning <strong>masonry</strong>, <strong>carousel</strong> and <strong>stacked</strong> galleries in seconds, with the brilliantly intuitive interface. Block Gallery is absolutely the best collection of native editor gallery blocks in the world.",
"version": "1.1.6",
"tested_up_to": "5.2",
"author": "GoDaddy",
"author_uri": "https://www.godaddy.com",
"requires": "5.0",
"license": "GPL-2.0",
"scripts": {
"start": "gulp | cgb-scripts start",
"build": "cgb-scripts build | babel src",
"eject": "cgb-scripts eject",
"makepot": "wp i18n make-pot . --merge=languages/block-gallery-js.pot --skip-js",
"makepot:php": "npx pot-to-php languages/block-gallery.pot languages/block-gallery-translations.php block-gallery"
},
"dependencies": {
"cgb-scripts": "1.11.0",
"classnames": "2.2.5",
"compose": "^0.1.2",
"delete-empty": "^2.0.0",
"gutenberg-sortable": "^1.0.5",
"lodash": "4.17.13",
"memize": "^1.0.5",
"react": "^16.2.0",
"react-flickity-component": "^3.1.0",
"react-masonry-component": "^6.2.1",
"stylelint": "^9.4.0",
"stylelint-config-wordpress": "^13.0.0"
},
"devDependencies": {
"@wordpress/babel-plugin-makepot": "^2.1.2",
"@wordpress/babel-preset-default": "^1.1.2",
"@wordpress/i18n": "^1.2.3",
"babel-cli": "^6.26.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.4",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-cache": "^1.0.2",
"gulp-copy": "^1.0.1",
"gulp-if": "^2.0.2",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-notify": "^3.2.0",
"gulp-open": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-replace-task": "^0.11.0",
"gulp-run-command": "0.0.9",
"gulp-sass": "^3.2.1",
"gulp-sftp": "^0.1.5",
"gulp-uglify": "^1.5.3",
"gulp-uglifycss": "^1.0.8",
"gulp-wp-pot": "^2.3.2",
"gulp-zip": "^4.0.0",
"stylelint-config-wordpress": "^13.0.0"
},
"stylelint": {
"extends": "stylelint-config-wordpress/scss",
"rules": {
"at-rule-empty-line-before": null,
"no-descending-specificity": null
}
}
}