-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "@zendeskgarden/container-breadcrumb",
"version": "1.0.10",
"description": "Containers relating to breadcrumb in the Garden Design System",
"license": "Apache-2.0",
"author": "Zendesk Garden <[email protected]>",
"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"
},
"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"
},
"keywords": [
"a11y",
"accessible",
"container",
"garden",
"headless",
"react",
"zendesk"
],
"publishConfig": {
"access": "public"
},
"zendeskgarden:src": "src/index.ts"
}