forked from adobe/leonardo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
115 lines (115 loc) · 3.92 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
111
112
113
114
115
{
"name": "@adobe/leonardo-ui",
"private": true,
"version": "1.4.2",
"description": "Demonstration UI for Leonardo",
"repository": "[email protected]:adobe/leonardo.git",
"author": "Nate Baldwin <[email protected]>",
"scripts": {
"serve": "npx parcel src/index.html src/theme.html src/scales.html src/tools.html src/demo.html --no-hmr",
"clean": "rm -rf dist/*",
"dev": "yarn copyIcons && yarn serve",
"copyIcons": "mkdir -p dist && yarn copyWorkflowIcons && yarn copyUIIcons",
"copyWorkflowIcons": "cp -r ../../node_modules/@adobe/spectrum-css-workflow-icons/dist/spectrum-icons.svg dist/",
"copyUIIcons": "cp -r ../../node_modules/@spectrum-css/icon/dist/spectrum-css-icons.svg dist/",
"copyCNAME": "cp -r src/CNAME dist/CNAME",
"postPublish": "yarn deploySite",
"buildSite": "npx parcel build --no-minify src/index.html src/scales.html src/tools.html src/theme.html src/demo.html --public-url ./ && yarn copyCNAME && yarn copyIcons",
"deploySite": "yarn clean && yarn buildSite && npx gh-pages -d dist"
},
"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": {
"gh-pages": "^3.2.3",
"highlight.js": "^11.2.0",
"parcel-bundler": "^1.12.4",
"posthtml": "^0.16.5",
"posthtml-doctype": "^1.1.1",
"posthtml-include": "^1.7.2",
"posthtml-modules": "^0.7.4",
"sass": "^1.23.6"
},
"dependencies": {
"@adobe/focus-ring-polyfill": "^0.1.5",
"@adobe/leonardo-contrast-colors": "^1.0.0-alpha.16",
"@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",
"chroma-js": "^2.4.2",
"clipboard": "^2.0.4",
"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",
"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",
"tinyurl": "^1.1.7"
}
}