-
Notifications
You must be signed in to change notification settings - Fork 207
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.03 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.03 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "@spectrum-css/alertdialog",
"version": "5.0.0-next.5",
"description": "The Spectrum CSS alertdialog component",
"license": "Apache-2.0",
"author": "Adobe",
"homepage": "https://opensource.adobe.com/spectrum-css/?path=/docs/components-alert-dialog--docs",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-css.git",
"directory": "components/alertdialog"
},
"bugs": {
"url": "https://github.com/adobe/spectrum-css/issues"
},
"exports": {
".": "./dist/index.css",
"./*.md": "./*.md",
"./package.json": "./package.json",
"./dist/*": "./dist/*",
"./index.css": "./dist/index.css",
"./metadata.json": "./dist/metadata.json",
"./stories/*": "./stories/*"
},
"main": "dist/index.css",
"peerDependencies": {
"@spectrum-css/buttongroup": ">=10.0.0-next.0",
"@spectrum-css/divider": ">=6.0.0-next.0",
"@spectrum-css/icon": ">=10.0.0-next.0",
"@spectrum-css/modal": ">=8.0.0-next.1",
"@spectrum-css/tokens": ">=16.1.0-next.0",
"@spectrum-css/underlay": ">=7.0.0-next.0"
},
"peerDependenciesMeta": {
"@spectrum-css/buttongroup": {
"optional": true
},
"@spectrum-css/divider": {
"optional": true
},
"@spectrum-css/icon": {
"optional": true
},
"@spectrum-css/modal": {
"optional": true
},
"@spectrum-css/tokens": {
"optional": true
},
"@spectrum-css/underlay": {
"optional": true
}
},
"devDependencies": {
"@spectrum-css/buttongroup": "10.0.0-next.1",
"@spectrum-css/divider": "6.0.0-next.2",
"@spectrum-css/icon": "10.0.0-next.3",
"@spectrum-css/modal": "8.0.0-next.1",
"@spectrum-css/tokens": "16.1.0-next.11",
"@spectrum-css/underlay": "7.0.0-next.1"
},
"keywords": [
"design-system",
"spectrum",
"spectrum-css",
"adobe",
"adobe-spectrum",
"component",
"css"
],
"publishConfig": {
"access": "public"
},
"spectrum": [
{
"guidelines": "https://spectrum.adobe.com/page/alert-dialog",
"rootClass": "spectrum-AlertDialog",
"swc": "https://opensource.adobe.com/spectrum-web-components/components/alert-dialog/"
}
]
}