-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
68 lines (68 loc) · 1.95 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
{
"name": "generateblocks",
"version": "2.0.0-beta.6",
"private": true,
"description": "A small collection of lightweight WordPress blocks that can accomplish nearly anything.",
"author": "Tom Usborne",
"license": "GPL-2.0-or-later",
"keywords": [
"WordPress",
"editor"
],
"homepage": "https://generateblocks.com",
"repository": {
"type": "git",
"url": "git+https://github.com/tomusborne/generateblocks.git"
},
"bugs": {
"url": "https://generateblocks.com/support"
},
"dependencies": {
"@edge22/block-styles": "^1.1.34",
"@edge22/components": "^1.1.49",
"@edge22/styles-builder": "^1.2.51",
"@wordpress/block-editor": "^12.12.0",
"@wordpress/blocks": "^12.21.0",
"@wordpress/components": "^25.10.0",
"@wordpress/core-data": "^6.21.0",
"@wordpress/icons": "^9.35.0",
"classnames": "^2.3.1",
"clsx": "^2.1.1",
"colord": "^2.9.2",
"date-fns": "^4.1.0",
"dompurify": "^2.4.0",
"imagesloaded": "^5.0.0",
"lodash": "4.17.21",
"react-colorful": "^5.5.1",
"react-select": "^5.7.3",
"react-use": "^17.5.1",
"request": "^2.88.2",
"use-debounce": "^7.0.1",
"use-local-storage-state": "^16.0.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@wordpress/scripts": "^27.8.0",
"copy-webpack-plugin": "^12.0.2",
"eslint-import-resolver-custom-alias": "^1.3.2",
"eslint-webpack-plugin": "^4.2.0",
"grunt": "^1.5.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"webpack-remove-empty-scripts": "^1.0.4"
},
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start",
"lint:js": "wp-scripts lint-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"package": "grunt package",
"action-package": "grunt action-package",
"googleFonts": "grunt download-google-fonts",
"test:unit": "wp-scripts test-unit-js",
"clean": "git checkout -- dist/ && git clean -fd dist/"
}
}