{
  "name": "react-timeline-editor-window",
  "version": "0.1.5",
  "author": "dev-jelly",
  "license": "MIT",
  "keywords": [
    "timeline",
    "animation",
    "editor",
    "react",
    "typescript"
  ],
  "bugs": {
    "url": "https://github.com/xzdarcy/react-timeline-editor/issues"
  },
  "homepage": "https://github.com/dev-jelly/react-timeline-editor#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dev-jelly/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",
  "dependencies": {
    "@interactjs/types": "^1.10.11",
    "framework-utils": "^1.1.0",
    "interactjs": "^1.10.11",
    "react-window": "^1.8.8",
    "react": "^17.0.0",
    "react-dom": "^17.0.0"
  },
  "devDependencies": {
    "@types/react": "^17.0.17",
    "@types/react-window": "^9.21.14",
    "@types/howler": "^2.2.4",
    "@types/lodash": "^4.14.177",
    "@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",
    "yorkie": "^2.0.0"
  }
}
