-
Notifications
You must be signed in to change notification settings - Fork 4.3k
/
Copy pathpackage.json
55 lines (55 loc) · 1.52 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
{
"name": "@wordpress/components",
"version": "1.0.1",
"description": "UI components for WordPress.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"components"
],
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/components/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/gutenberg.git"
},
"bugs": {
"url": "https://github.com/WordPress/gutenberg/issues"
},
"main": "build/index.js",
"module": "build-module/index.js",
"dependencies": {
"@babel/runtime": "^7.0.0-beta.52",
"@wordpress/a11y": "file:../a11y",
"@wordpress/api-fetch": "file:../api-fetch",
"@wordpress/compose": "file:../compose",
"@wordpress/deprecated": "file:../deprecated",
"@wordpress/dom": "file:../dom",
"@wordpress/element": "file:../element",
"@wordpress/hooks": "file:../hooks",
"@wordpress/i18n": "file:../i18n",
"@wordpress/is-shallow-equal": "file:../is-shallow-equal",
"@wordpress/keycodes": "file:../keycodes",
"classnames": "^2.2.5",
"clipboard": "^1.7.1",
"dom-scroll-into-view": "^1.2.1",
"element-closest": "^2.0.2",
"http-build-query": "^0.7.0",
"lodash": "^4.17.10",
"memize": "^1.0.5",
"moment": "^2.22.1",
"mousetrap": "^1.6.2",
"react-click-outside": "^2.3.1",
"react-color": "^2.13.4",
"react-datepicker": "^1.4.1",
"rememo": "^3.0.0",
"uuid": "^3.1.0"
},
"devDependencies": {
"enzyme": "^3.3.0",
"react-test-renderer": "^16.4.1"
},
"publishConfig": {
"access": "public"
}
}