-
Notifications
You must be signed in to change notification settings - Fork 207
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.47 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.47 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
{
"name": "@spectrum-css/actionbutton",
"version": "8.0.0-next.4",
"description": "The Spectrum CSS action button component",
"license": "Apache-2.0",
"author": "Adobe",
"homepage": "https://opensource.adobe.com/spectrum-css/?path=/docs/components-action-button--docs",
"repository": {
"type": "git",
"url": "https://github.com/adobe/spectrum-css.git",
"directory": "components/actionbutton"
},
"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/icon": ">=10.0.0-next.0",
"@spectrum-css/tokens": ">=16.1.0-next.0"
},
"peerDependenciesMeta": {
"@spectrum-css/icon": {
"optional": true
},
"@spectrum-css/tokens": {
"optional": true
}
},
"devDependencies": {
"@spectrum-css/icon": "10.0.0-next.3",
"@spectrum-css/tokens": "16.1.0-next.11"
},
"keywords": [
"design-system",
"spectrum",
"spectrum-css",
"adobe",
"adobe-spectrum",
"component",
"css"
],
"publishConfig": {
"access": "public"
},
"spectrum": [
{
"guidelines": "https://spectrum.adobe.com/page/action-button",
"rootClass": "spectrum-ActionButton",
"swc": "https://opensource.adobe.com/spectrum-web-components/components/action-button/"
}
]
}