-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
39 lines (39 loc) · 1.38 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
{
"name": "foogallery",
"version": "2.4.26",
"title": "FooGallery",
"description": "The Most Intuitive and Extensible Gallery Creation and Management Tool Ever Created for WordPress",
"repository": "https://github.com/fooplugins/foogallery",
"bugs": "https://github.com/fooplugins/foogallery/issues",
"author": "FooPlugins <[email protected]> (https://fooplugins.com)",
"license": "GPL",
"scripts": {
"develop": "set NODE_ENV=development&& wp-scripts build --config=./gutenberg/config/blocks.js",
"build": "wp-scripts build --config=./gutenberg/config/blocks.js",
"package": "npm run build && gulp",
"gulp": "gulp",
"deploy": "gulp freemius-deploy"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@wordpress/components": "^23.4.0",
"@wordpress/compose": "^6.4.0",
"@wordpress/dependency-extraction-webpack-plugin": "^4.10.0",
"@wordpress/scripts": "^25.4.0",
"@wordpress/i18n": "^4.27.0",
"@wordpress/blocks": "^12.4.0",
"@wordpress/data": "^8.4.0",
"@wordpress/element": "^5.4.0",
"@wordpress/block-editor": "^11.4.0",
"@wordpress/api-fetch": "^6.24.0",
"@wordpress/url": "^3.28.0",
"classnames": "^2.3.2",
"del": "^6.1.1",
"gulp": "^4.0.2",
"gulp-freemius-deploy": "^1.0.11",
"gulp-wp-pot": "^2.5.0",
"gulp-zip": "^5.1.0",
"lodash": "^4.17.21",
"source-map-loader": "^4.0.1"
}
}