-
Notifications
You must be signed in to change notification settings - Fork 111
/
Copy pathpackage.json
110 lines (110 loc) · 3.28 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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "@adobe/leonardo-ui",
"private": true,
"version": "1.4.5",
"description": "Demonstration UI for Leonardo",
"repository": "git@github.com:adobe/leonardo.git",
"author": "Nate Baldwin <nbaldwin@adobe.com>",
"dependencies": {
"@adobe/focus-ring-polyfill": "^0.1.5",
"@adobe/leonardo-contrast-colors": "workspace:^",
"@adobe/spectrum-css-workflow-icons": "^1.0.0",
"@bjornlu/colorblind": "^1.0.3",
"@spectrum-css/actionbutton": "^1.0.4",
"@spectrum-css/actiongroup": "^1.0.3",
"@spectrum-css/alert": "^2.0.5",
"@spectrum-css/badge": "^1.0.1",
"@spectrum-css/button": "^4.0.0",
"@spectrum-css/buttongroup": "^3.0.2",
"@spectrum-css/checkbox": "^3.0.2",
"@spectrum-css/colorhandle": "^1.0.2",
"@spectrum-css/colorloupe": "^1.0.0-beta.1",
"@spectrum-css/colorslider": "^1.0.2",
"@spectrum-css/dialog": "^3.0.8",
"@spectrum-css/divider": "^1.0.3",
"@spectrum-css/dropdown": "^2.1.1",
"@spectrum-css/fieldgroup": "^3.0.2",
"@spectrum-css/fieldlabel": "^3.0.2",
"@spectrum-css/icon": "^3.0.4",
"@spectrum-css/illustratedmessage": "2.0.0",
"@spectrum-css/link": "^3.0.2",
"@spectrum-css/menu": "^2.1.1",
"@spectrum-css/page": "^3.0.2",
"@spectrum-css/picker": "^1.0.4",
"@spectrum-css/popover": "^3.0.4",
"@spectrum-css/progressbar": "^1.0.11",
"@spectrum-css/progresscircle": "^1.0.3",
"@spectrum-css/radio": "^3.0.2",
"@spectrum-css/sidenav": "^3.0.2",
"@spectrum-css/slider": "^3.0.2",
"@spectrum-css/switch": "^1.0.3",
"@spectrum-css/table": "^4.0.6",
"@spectrum-css/tabs": "^2.1.1",
"@spectrum-css/textfield": "^3.0.2",
"@spectrum-css/toast": "^2.0.5",
"@spectrum-css/tooltip": "^3.0.2",
"@spectrum-css/typography": "^3.0.2",
"@spectrum-css/underlay": "^2.0.10",
"@spectrum-css/vars": "^4.0.0",
"apca-w3": "^0.1.9",
"chroma-js": "^2.4.2",
"ciebase": "^0.1.1",
"ciecam02": "^0.4.6",
"clipboard": "^2.0.11",
"color-blind": "^0.1.1",
"color-names": "^2.0.0",
"color.js": "^1.2.0",
"d3": "^5.12.0",
"d3-3d": "^0.1.2",
"d3-cam02": "^0.1.5",
"d3-hexbin": "^0.2.2",
"d3-hsluv": "^0.1.2",
"d3-hsv": "^0.1.0",
"delta-e": "0.0.8",
"file-saver": "^2.0.5",
"fs": "0.0.1-security",
"get-image-colors": "^4.0.0",
"highlight.js": "^11.2.0",
"hsluv": "^0.1.0",
"js": "^0.1.0",
"loadicons": "^1.0.0",
"node-vibrant": "^3.2.1-alpha.1",
"plotly.js-dist-min": "^2.5.1",
"posthtml-parser": "^0.10.1",
"simple-color-converter": "^2.1.13"
},
"keywords": [
"accessibility",
"inclusive",
"wcag",
"contrast",
"color",
"contrast-ratio",
"a11y",
"luminance",
"relative-luminance",
"accessible",
"a11ycolor",
"colour",
"adaptive",
"adaptive-color",
"color-generator",
"contrast-generator",
"color-contrast-generator"
],
"license": "Apache-2.0",
"devDependencies": {
"buffer": "^5.5.0||^6.0.0",
"gh-pages": "^3.2.3",
"highlight.js": "^11.2.0",
"parcel": "^2.12.0",
"path-browserify": "^1.0.0",
"posthtml": "^0.16.5",
"posthtml-doctype": "^1.1.1",
"posthtml-include": "^1.7.2",
"posthtml-modules": "^0.7.4",
"process": "^0.11.10",
"sass": "^1.23.6",
"vm-browserify": "^1.1.2"
}
}