UNPKG

@xzdarcy/react-timeline-editor

Version:

[![npm version](https://img.shields.io/npm/v/@xzdarcy/react-timeline-editor.svg?style=flat-square)](https://www.npmjs.com/package/@xzdarcy/react-timeline-editor) [![npm downloads](https://img.shields.io/npm/dm/@xzdarcy/react-timeline-editor.svg?style=flat

66 lines (65 loc) 1.69 kB
{ "name": "@xzdarcy/react-timeline-editor", "version": "0.1.9", "author": "xzdarcy", "license": "MIT", "keywords": [ "timeline", "animation", "editor", "react", "typescript" ], "bugs": { "url": "https://github.com/xzdarcy/react-timeline-editor/issues" }, "homepage": "https://github.com/xzdarcy/react-timeline-editor#readme", "repository": { "type": "git", "url": "git+https://github.com/xzdarcy/react-timeline-editor.git" }, "scripts": { "start": "dumi dev", "docs:build": "dumi build", "docs:deploy": "", "build": "father-build", "deploy": "npm run docs:build && npm run docs:deploy", "prepublishOnly": "npm run build" }, "files": [ "dist" ], "main": "dist/index.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", "peerDependencies": { "react": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0", "react-dom": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0" }, "dependencies": { "@interactjs/types": "^1.10.11", "@types/react-virtualized": "^9.21.14", "framework-utils": "^1.1.0", "interactjs": "^1.10.11", "react-virtualized": "^9.22.3" }, "devDependencies": { "@types/howler": "^2.2.4", "@types/lodash": "^4.14.177", "@types/react": "^17.0.17", "@types/react-dom": "^17.0.17", "@umijs/test": "^3.0.5", "antd": "^4.16.13", "dumi": "^1.0.17", "father-build": "^1.17.2", "gh-pages": "^3.0.0", "howler": "^2.2.3", "lint-staged": "^10.0.7", "lodash": "^4.17.21", "lottie-web": "^5.8.1", "prettier": "^2.2.1", "react": "^17.0.0", "react-dom": "^17.0.0", "yorkie": "^2.0.0" } }