forked from adobe/coral-spectrum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
121 lines (121 loc) · 3.5 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
116
117
118
119
120
121
{
"name": "@adobe/coral-spectrum",
"description": "Coral Spectrum is a JavaScript library of Web Components following Spectrum design patterns.",
"version": "4.6.3",
"homepage": "https://github.com/adobe/coral-spectrum#readme",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/adobe/coral-spectrum"
},
"author": {
"name": "Stephan Ringel",
"url": "https://github.com/icaraps"
},
"contributors": [
{
"name": "Larry Davis",
"url": "https://github.com/lazd"
},
{
"name": "Oscar Bolanos",
"url": "https://github.com/joekukish"
},
{
"name": "Frank Karstens",
"url": "https://github.com/karstens"
},
{
"name": "Aaron Brownlee",
"url": "https://github.com/misterbrownlee"
}
],
"bugs": {
"url": "https://github.com/adobe/coral-spectrum/issues"
},
"scripts": {
"postinstall": "node scripts/spectrum-css.js"
},
"dependencies": {
"@adobe/focus-ring-polyfill": "0.1.5",
"@adobe/spectrum-css": "2.18.0",
"@adobe/vent": "1.0.0",
"core-js": "3.6.4",
"document-register-element": "1.14.3",
"normalize.css": "8.0.1",
"popper.js": "1.16.1",
"resize-observer-polyfill": "1.5.1"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"babel-eslint": "^10.0.3",
"browserslist": "^4.8.5",
"chai": "^4.0.2",
"codemirror": "^5.52.2",
"deflate-js": "0.2.3",
"del": "^4.1.1",
"esdoc": "^1.0.3",
"esdoc-accessor-plugin": "^1.0.0",
"esdoc-importpath-plugin": "^1.0.1",
"esdoc-inject-script-plugin": "^1.0.0",
"esdoc-inject-style-plugin": "^1.0.0",
"esdoc-member-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"fancy-log": "^1.3.3",
"fs-extra": "^7.0.1",
"glob-all": "^3.1.0",
"gulp": "^4.0.2",
"gulp-axe-webdriver": "^3.1.3",
"gulp-bump": "^3.1.3",
"gulp-clean-css": "^4.2.0",
"gulp-domly": "^0.1.0",
"gulp-eslint": "^6.0.0",
"gulp-gh-pages": "^0.6.0-6",
"gulp-git": "^2.10.0",
"gulp-merge-json": "^1.0.0",
"gulp-modify-file": "^1.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.6.0",
"http-server": "^0.11.1",
"inquirer": "^6.5.2",
"karma": "^4.4.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.1.1",
"karma-firefox-launcher": "^1.3.0",
"karma-html2js-preprocessor": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-rollup-preprocessor": "^7.0.3",
"karma-sinon-chai": "^2.0.2",
"minimist": "^1.2.0",
"mocha": "^6.2.2",
"moment": "^2.24.0",
"plugin-error": "^1.0.1",
"postcss-css-variables": "^0.13.0",
"postcss-merge-rules": "^4.0.3",
"request": "^2.81.0",
"rollup": "^1.29.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-istanbul": "^2.0.1",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^4.2.4",
"rollup-plugin-postcss": "^2.0.4",
"rollup-plugin-terser": "^5.2.0",
"rollup-pluginutils": "^2.8.2",
"semver": "^6.3.0",
"sinon": "^7.5.0",
"sinon-chai": "^3.4.0",
"stylus-svg": "^1.1.2",
"through2": "^3.0.1"
}
}