UNPKG

1.52 kBJSONView Raw
1{
2 "name": "@wordpress/block-library",
3 "version": "2.4.7",
4 "description": "Block library for the WordPress editor.",
5 "author": "The WordPress Contributors",
6 "license": "GPL-2.0-or-later",
7 "keywords": [
8 "wordpress",
9 "blocks"
10 ],
11 "homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/block-library/README.md",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/WordPress/gutenberg.git",
15 "directory": "packages/block-library"
16 },
17 "bugs": {
18 "url": "https://github.com/WordPress/gutenberg/issues"
19 },
20 "main": "build/index.js",
21 "module": "build-module/index.js",
22 "react-native": "src/index",
23 "dependencies": {
24 "@babel/runtime": "^7.3.1",
25 "@wordpress/autop": "file:../autop",
26 "@wordpress/blob": "file:../blob",
27 "@wordpress/block-editor": "file:../block-editor",
28 "@wordpress/blocks": "file:../blocks",
29 "@wordpress/components": "file:../components",
30 "@wordpress/compose": "file:../compose",
31 "@wordpress/core-data": "file:../core-data",
32 "@wordpress/data": "file:../data",
33 "@wordpress/deprecated": "file:../deprecated",
34 "@wordpress/editor": "file:../editor",
35 "@wordpress/element": "file:../element",
36 "@wordpress/html-entities": "file:../html-entities",
37 "@wordpress/i18n": "file:../i18n",
38 "@wordpress/keycodes": "file:../keycodes",
39 "@wordpress/viewport": "file:../viewport",
40 "classnames": "^2.2.5",
41 "fast-average-color": "4.3.0",
42 "lodash": "^4.17.11",
43 "memize": "^1.0.5",
44 "url": "^0.11.0"
45 },
46 "publishConfig": {
47 "access": "public"
48 }
49}