UNPKG

react-lottie

Version:
58 lines (57 loc) 1.89 kB
{ "name": "react-lottie", "version": "1.2.10", "funding": "https://opencollective.com/react-lottie", "description": "lottie animation view for React", "repository": { "type": "git", "url": "git+https://github.com/chenqingspring/react-lottie.git" }, "license": "MIT", "scripts": { "release": "git add package.json && git commit -m 'chore: bump version number' && standard-version --first-release && git push --follow-tags origin master && npm publish", "prepublish": ". ./.scripts/prepublish.sh", "lint": "eslint src", "lintfix": "eslint src --fix", "testonly": "mocha --require .scripts/mocha_runner src/**/tests/**/*.js", "test": "npm run lint && npm run testonly", "test-watch": "npm run testonly -- --watch --watch-extensions js", "start": "start-storybook -p 9010", "publish-storybook": "bash .scripts/publish_storybook.sh", "postpublish": "npm run publish-storybook" }, "devDependencies": { "@kadira/storybook": "^2.35.3", "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-eslint": "^6.1.2", "babel-loader": "^6.2.5", "babel-plugin-transform-runtime": "^6.15.0", "babel-polyfill": "^6.26.0", "babel-preset-react-app": "^0.2.1", "chai": "^3.5.0", "enzyme": "^2.2.0", "eslint": "^3.6.0", "eslint-config-airbnb": "^12.0.0", "eslint-plugin-import": "^1.16.0", "eslint-plugin-jsx-a11y": "^2.2.2", "eslint-plugin-react": "^6.3.0", "git-url-parse": "^6.0.1", "jsdom": "^9.5.0", "mocha": "^5.2.0", "react": "^15.6.2", "react-addons-test-utils": "^15.6.2", "react-dom": "^15.6.2", "sinon": "^1.17.6", "standard-version": "^9.5.0" }, "peerDependencies": { "react": ">=15.0.0" }, "dependencies": { "babel-runtime": "^6.26.0", "lottie-web": "^5.12.2", "prop-types": "^15.6.1" }, "main": "dist/index.js" }