-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
126 lines (126 loc) · 4.26 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
{
"name": "recipe-card-blocks-by-wpzoom",
"title": "Recipe Card Blocks by WPZOOM",
"version": "3.2.1",
"description": "A set of Gutenberg Blocks (Recipe Card, details, ingredients, directions, nutrition ...) for recipe blogs.",
"tested_up_to": "5.6",
"textdomain": "wpzoom-recipe-card",
"author": "WPZOOM",
"license": "GPL-2.0-or-later",
"private": true,
"keywords": [
"WordPress",
"Gutenberg",
"Block",
"Recipe Card"
],
"homepage": "https://www.wpzoom.com/plugins/recipe-card-blocks/",
"repository": "wpzoom/recipe-card-blocks-by-wpzoom-pro",
"bugs": {
"url": "https://github.com/wpzoom/recipe-card-blocks-by-wpzoom-pro/issues"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"magnific-popup": "^1.1.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "7.10.4",
"@godaddy-wordpress/stylelint-config": "^0.2.0",
"@wordpress/api-fetch": "^3.21.2",
"@wordpress/babel-preset-default": "^5.0.0",
"@wordpress/base-styles": "2.0.1",
"@wordpress/block-editor": "3.1.0",
"@wordpress/block-library": "2.8.0",
"@wordpress/blocks": "^6.10.0",
"@wordpress/components": "^12.0.2",
"@wordpress/compose": "^3.24.0",
"@wordpress/data": "^4.26.2",
"@wordpress/edit-post": "3.7.0",
"@wordpress/element": "^2.19.0",
"@wordpress/env": "^3.0.1",
"@wordpress/eslint-plugin": "^8.0.0",
"@wordpress/i18n": "3.6.0",
"@wordpress/plugins": "2.6.0",
"@wordpress/postcss-themes": "^2.2.0",
"@wordpress/prettier-config": "^1.0.0",
"@wordpress/scripts": "^13.0.0",
"@wordpress/url": "^2.21.1",
"astroturf": "^0.10.5",
"autoprefixer": "^9.7.5",
"babel-loader": "^8.2.2",
"classnames": "^2.2.6",
"clean-css": "^4.2.3",
"copy-webpack-plugin": "6.4.1",
"css-loader": "^5.0.1",
"eslint": "^7.18.0",
"eslint-plugin-chai-friendly": "^0.6.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-import": "^2.22.1",
"file-loader": "^6.2.0",
"fitvids": "^2.1.1",
"grunt": "^1.3.0",
"grunt-bumpup": "^0.6.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-shell": "^3.0.1",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "^2.0.1",
"husky": "^4.3.8",
"ingredients-parser": "^1.4.0",
"jquery": "^3.5.1",
"lint-staged": "^10.5.3",
"lodash": "^4.17.20",
"matchdep": "^2.0.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.14.1",
"node-sass-glob-importer": "^5.3.2",
"postcss": "^8.2.4",
"postcss-color-function": "^4.1.0",
"postcss-loader": "^3.0.0",
"react-html-parser": "^2.0.2",
"react-masonry-component": "^6.2.1",
"react-native": "^0.63.4",
"react-player": "^1.15.3",
"rtlcss-webpack-plugin": "^4.0.4",
"sass-loader": "^8.0.0",
"thread-loader": "^3.0.1",
"url-loader": "^4.1.1",
"webpack": "^4.42.0",
"webpack-cli": "^4.4.0",
"webpack-fix-style-only-entries": "^0.6.1",
"webpack-merge-and-include-globally": "^2.3.3"
},
"scripts": {
"setup": "composer install && yarn install && yarn run build && wp-env install",
"start": "wp-scripts start --config .dev/config/webpack.config.js --progress",
"build": "wp-scripts build --config .dev/config/webpack.config.js",
"clean": "wp-env stop && rm -rf build dist/*.* dist/js node_modules vendor",
"version": "versionBump() { grunt version-bump --ver=\"$1\" && git add -A .; }; versionBump",
"postversion": "git push && git push --tags",
"makepot": "grunt update-pot",
"wp-env": "wp-env",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format:js": "wp-scripts format-js",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:md:js": "wp-scripts lint-md-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.scss": [
"stylelint src/**/*.scss --fix"
]
}
}