UNPKG

lottie-react-native

Version:
76 lines (75 loc) 2.87 kB
{ "name": "lottie-react-native", "version": "3.3.2", "description": "React Native bindings for Lottie", "main": "lib/index.js", "types": "src/js/index.d.ts", "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "prepare": "npm run build", "build": "babel src/js --out-dir lib", "watch": "babel src/js --out-dir lib --watch", "build:pods": "cd example/ios; bundle exec pod install; cd -", "run:packager": "node node_modules/react-native/local-cli/cli.js start", "run:ios": "react-native run-ios --project-path ./example/ios", "start:android": "adb shell am start -n com.example/.MainActivity", "run:android": "./gradlew installDebug && npm run start:android", "lint": "eslint ./", "ci": "npm run lint", "publish:maven": "./gradlew clean check uploadArchives", "docs:clean": "rimraf _book", "docs:prepare": "gitbook install", "docs:build": "npm run docs:prepare && gitbook build", "docs:watch": "npm run docs:prepare && gitbook serve", "docs:publish": "npm run docs:clean && npm run docs:build && cd _book && git init && git commit --allow-empty -m 'update book' && git fetch git@github.com:airbnb/lottie-react-native.git gh-pages && git checkout -b gh-pages && git add . && git commit -am 'update book' && git push git@github.com:airbnb/lottie-react-native.git gh-pages --force", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/react-native-community/lottie-react-native.git" }, "keywords": [ "lottie", "animation", "react", "react-native", "keyframe" ], "author": "Emilio Rodriguez <emiliorodriguez@gmail.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/react-native-community/lottie-react-native/issues" }, "homepage": "https://github.com/airbnb/lottie-react-native#readme", "peerDependencies": { "react": "*", "react-native": ">=0.46" }, "dependencies": { "invariant": "^2.2.2", "lottie-ios": "^3.1.3", "prop-types": "^15.5.10", "react-native-safe-modules": "^1.0.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-eslint": "^6.1.2", "babel-plugin-module-resolver": "^3.0.0", "babel-preset-airbnb": "^1.1.1", "babel-preset-react-native": "^4.0.0", "eslint": "^3.3.1", "eslint-config-airbnb": "^10.0.1", "eslint-import-resolver-babel-module": "^2.2.1", "eslint-plugin-import": "^1.14.0", "eslint-plugin-jsx-a11y": "^2.1.0", "eslint-plugin-prefer-object-spread": "^1.1.0", "eslint-plugin-react": "^6.1.2", "gitbook-cli": "^1.0.1", "react": "16.0.0", "react-native": "0.50.3", "eslint-config-prettier": "^2.8.0", "eslint-plugin-prettier": "^2.3.1", "prettier": "^1.8.2", "prettier-eslint": "^8.2.2" } }