-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
164 lines (164 loc) · 6.16 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "stackable",
"version": "3.13.11",
"private": true,
"description": "Blocks for everyone",
"author": "Benjamin Intal of Gambit",
"license": "GPL-3.0",
"keywords": [
"WordPress",
"Stackable",
"blocks"
],
"homepage": "https://wpstackable.com",
"repository": "git+https://github.com/gambitph/Stackable.git",
"bugs": "https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks",
"dependencies": {
"@wordpress/dom-ready": "^3.2.3",
"@wordpress/icons": "^6.1.1",
"bigpicture": "^2.5.3",
"classnames": "^2.2.6",
"color-rgba": "^2.2.3",
"compare-versions": "^3.6.0",
"counterup2": "^2.0.2",
"deepmerge": "^3.3.0",
"fast-deep-equal": "^3.1.3",
"glightbox": "^3.2.0",
"is-dark-color": "^1.2.0",
"md5": "^2.3.0",
"prop-types": "^15.7.2",
"react-autosuggest": "^9.4.3",
"react-compound-slider": "^3.4.0",
"react-file-drop": "^3.1.6",
"react-sortable-hoc": "^2.0.0",
"striptags": "^3.1.1",
"waypoints": "^4.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.17",
"@babel/polyfill": "^7.2.5",
"@svgr/webpack": "^5.5.0",
"@testing-library/dom": "^6.16.0",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.7",
"@wordpress/babel-preset-default": "^6.3.4",
"@wordpress/block-editor": "^8.0.5",
"@wordpress/blocks": "^11.1.4",
"@wordpress/browserslist-config": "^4.1.0",
"@wordpress/components": "^19.0.5",
"@wordpress/eslint-plugin": "^8.0.2",
"@wordpress/hooks": "^3.2.2",
"@wordpress/i18n": "^4.2.4",
"@wordpress/jest-preset-default": "^7.0.5",
"@wordpress/scripts": "^18.0.1",
"@wordpress/stylelint-config": "^19.1.0",
"acorn": "^6.4.2",
"autoprefixer": "^10.4.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.3",
"browserslist": "^4.16.8",
"concurrently": "^5.3.0",
"css-mqpacker": "^7.0.0",
"cssnano": "^6.0.1",
"delete-empty": "^3.0.0",
"eslint-plugin-compat": "^3.11.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^22.21.0",
"eslint-plugin-stackable": "file:eslint",
"file-loader": "^6.2.0",
"got": "^11.8.5",
"gulp": "^4.0.2",
"gulp-collect-pattern": "^1.1.0",
"gulp-concat": "^2.6.1",
"gulp-footer": "^2.1.0",
"gulp-header": "^2.0.9",
"gulp-postcss": "^9.0.1",
"gulp-remove-duplicate-lines": "^1.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.0.0",
"gulp-sass-variables": "^1.2.0",
"gulp-zip": "^5.1.0",
"husky": "^3.1.0",
"image-minimizer-webpack-plugin": "^2.2.0",
"imagemin-pngquant": "^9.0.2",
"jest": "^26.6.3",
"jsonfile": "^5.0.0",
"lint-staged": "^9.5.0",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"onchange": "^7.1.0",
"postcss": "^8.3.11",
"prettier": "^1.17.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
"replace-in-file": "^3.4.4",
"rimraf": "^3.0.2",
"s3-deploy": "^1.4.0",
"sass": "^1.43.4",
"sprintf-js": "^1.1.2",
"stylelint": "^13.9.0",
"stylelint-no-unsupported-browser-features": "^5.0.2",
"webpack": "^5.17.0",
"webpack-cli": "^4.4.0"
},
"scripts": {
"clean": "rimraf ./dist/* ./build/*",
"clean:build": "rimraf ./build/*",
"update-build-type": "node ./tools/update-build-type.js free",
"start:js": "webpack --config .config/webpack.config.dev.js --watch",
"start:css": "gulp watch",
"start": "npm run clean && npm run update-build-type && concurrently \"npm run start:js\" \"npm run start:css\"",
"profiler:js": "webpack --config .config/webpack.config.profiler.js --watch",
"profiler": "npm run clean && node ./tools/echo-profiler-note.js && concurrently \"npm run profiler:js\" \"npm run start:css\"",
"package": "gulp package && delete-empty build && gulp generate-indexphp && gulp zip",
"build:js": "webpack --config .config/webpack.config.prod.js",
"build:css": "gulp build",
"build:sub-builds": "node ./tools/run-src-build-scripts.js",
"build:translations": "cd pro__premium_only && npm run build:no-translate && cd .. && npm run build:translations-pot",
"build:translations-pot": "./vendor/wp-cli/wp-cli/bin/wp i18n make-pot build/stackable languages/stackable-ultimate-gutenberg-blocks.pot --slug=stackable-ultimate-gutenberg-blocks --ignore-domain --exclude=\"freemius\"",
"build:translations-js": "gulp generate-translations-js",
"build:translations-php": "gulp generate-translations-php",
"prebuild": "node ./tools/ensure-version-number && npm run build:translations-js",
"build": "npm run build:translations && npm run clean && npm run update-build-type && concurrently --raw \"npm:build:js\" \"npm:build:css\" \"npm:build:sub-builds\" \"npm:build:translations-php\" && npm run package",
"build:no-translate": "npm run clean && npm run update-build-type && concurrently --raw \"npm:build:js\" \"npm:build:css\" \"npm:build:sub-builds\" && npm run package",
"test": "jest --no-cache --watchAll",
"test:coverage": "jest --no-cache --coverage",
"test:fast": "npm run clean:build && jest",
"test:scripts": "wp-scripts test-unit-js",
"lint": "concurrently \"npm run lint-js\" \"npm run lint-css\"",
"lint:fix": "concurrently \"npm run lint-js:fix\" \"npm run lint-css:fix\"",
"lint-js": "wp-scripts lint-js",
"lint-js:fix": "wp-scripts lint-js --fix",
"lint-css": "stylelint './src/**/*.scss'",
"lint-css:fix": "stylelint './src/**/*.scss' --fix",
"check-licenses": "concurrently \"wp-scripts check-licenses --prod --gpl2 --ignore=stackable\" \"wp-scripts check-licenses --dev --ignore=stackable\"",
"deploy:help-videos": "s3-deploy './dist/videos/**/*.mp4' --cwd './' --bucket $npm_package_cloudfront_bucket --distId $npm_package_cloudfront_distributionId --invalidate '/videos/*'",
"deploy": "npm run build && concurrently --raw \"npm:deploy:help-videos\"",
"install-composer": "node ./tools/download-composer.js && php composer.phar install && php composer.phar install"
},
"lint-staged": {
"*.scss": [
"stylelint"
],
"*.js": [
"wp-scripts lint-js"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"browserslist": [
"extends @wordpress/browserslist-config",
"not op_mini all"
],
"cloudfront": {
"distributionId": "E3P03AR1H1JIWG",
"domain": "d3gt1urn7320t9.cloudfront.net",
"bucket": "stackable-assets"
}
}