-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.17 KB
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
{
"name": "@zendeskgarden/container-tooltip",
"version": "2.2.2",
"description": "Containers relating to tooltip in the Garden Design System",
"license": "Apache-2.0",
"author": "Zendesk Garden <garden@zendesk.com>",
"homepage": "https://garden.zendesk.com/",
"repository": "https://github.com/zendeskgarden/react-containers",
"bugs": {
"url": "https://github.com/zendeskgarden/react-containers/issues"
},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"files": [
"dist"
],
"scripts": {
"build": "../../utils/scripts/build.sh"
},
"sideEffects": false,
"types": "dist/typings/index.d.ts",
"dependencies": {
"@babel/runtime": "^7.8.4",
"@zendeskgarden/container-utilities": "^2.0.5"
},
"peerDependencies": {
"prop-types": "^15.6.1",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@zendeskgarden/container-menu": "^2.0.1"
},
"keywords": [
"a11y",
"accessible",
"container",
"garden",
"headless",
"react",
"zendesk"
],
"publishConfig": {
"access": "public"
},
"zendeskgarden:src": "src/index.ts"
}