@adobe/coral-spectrum
Version:
Coral Spectrum is a JavaScript library of Web Components following Spectrum design patterns.
138 lines (137 loc) • 4.22 kB
JSON
{
"name": "@adobe/coral-spectrum",
"description": "Coral Spectrum is a JavaScript library of Web Components following Spectrum design patterns.",
"version": "4.21.1",
"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",
"build": "gulp build && gulp karma && gulp examples && gulp axe && gulp minify-css && gulp minify-js",
"playground": "cd coral-component-playground && gulp build && cd .. && gulp playground",
"docs": "gulp docs",
"semantic-release": "semantic-release"
},
"dependencies": {
"@adobe/focus-ring-polyfill": "0.1.5",
"@adobe/spectrum-css": "2.18.0",
"@adobe/vent": "1.0.0",
"@ctrl/tinycolor": "^3.3.3",
"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.10.2",
"@babel/preset-env": "^7.10.2",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.7",
"babel-eslint": "^10.0.3",
"browserslist": "^4.8.5",
"chai": "^4.0.2",
"codemirror": "^5.52.2",
"commitizen": "^4.2.1",
"cz-conventional-changelog": "^3.3.0",
"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.2.1",
"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.12.3",
"inquirer": "^6.5.2",
"karma": "^5.0.9",
"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": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-rollup-preprocessor": "^7.0.3",
"karma-sinon-chai": "^2.0.2",
"minimist": "^1.2.0",
"mocha": "^7.2.0",
"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",
"semantic-release": "^17.1.1",
"semver": "^6.3.0",
"sinon": "^7.5.0",
"sinon-chai": "^3.4.0",
"stylus-svg": "^1.1.2",
"through2": "^3.0.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}