@lyra/components
Version:
Basic UX components
83 lines (82 loc) • 2.12 kB
JSON
{
"name": "@lyra/components",
"version": "0.3.0",
"description": "Basic UX components",
"main": "lib/index.js",
"author": "Vega <hello@vegapublish.com>",
"license": "MIT",
"scripts": {
"clean": "rimraf lib",
"start": "cd demo && lyra start -d"
},
"keywords": [
"vega",
"vegapublish",
"realtime",
"content",
"open access publishing",
"components"
],
"dependencies": {
"@lyra/imagetool": "0.3.0",
"attr-accept": "^1.1.0",
"canvas-to-blob": "^0.0.0",
"chance": "^1.0.4",
"circular-at": "^1.0.3",
"classnames": "^2.2.5",
"date-fns": "^1.29.0",
"detect-it": "^2.0.0",
"dialog-polyfill": "^0.4.3",
"dom-scroll-into-view": "^1.2.1",
"ease-component": "^1.0.0",
"element-resize-detector": "^1.1.14",
"exif-component": "^1.0.1",
"fuse.js": "^2.4.1",
"in-publish": "^2.0.0",
"lodash": "^4.17.10",
"lost": "^8.0.0",
"nano-pubsub": "^1.0.2",
"popper.js": "1.14.1",
"postcss-cssnext": "^3.0.2",
"react-addons-css-transition-group": "^15.4.1",
"react-addons-shallow-compare": "^15.4.1",
"react-click-outside": "^2.3.1",
"react-container-query": "^0.8.0",
"react-draggable": "^2.2.2",
"react-dropzone": "^3.9.2",
"react-element-query": "^3.0.2",
"react-ink": "^6.2.0",
"react-popper": "^0.10.4",
"react-sortable-hoc": "^0.6.3",
"react-split-pane": "^0.1.63",
"react-tippy": "1.2.2",
"rxjs": "^6.2.0",
"scroll": "^2.0.0"
},
"devDependencies": {
"@lyra/base": "0.3.0",
"@lyra/check": "0.3.0",
"@lyra/core": "0.3.0",
"pre-commit": "^1.2.2",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-styleguidist": "^2.3.1",
"rimraf": "^2.6.2"
},
"peerDependencies": {
"prop-types": "^15.6 || ^16",
"react": "^16.2",
"react-dom": "^16.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VegaPublish/vega.git"
},
"bugs": {
"url": "https://github.com/VegaPublish/vega/issues"
},
"homepage": "http://vegapublish.com/",
"publishConfig": {
"access": "public"
}
}