UNPKG

react-native-fullscreen-animations

Version:
58 lines (57 loc) 1.82 kB
{ "name": "react-native-fullscreen-animations", "version": "0.0.25", "description": "A react native package that handles fullscreen animations for your app", "license": "ISC", "author": "robertgagnon726", "homepage": "https://github.com/robertgagnon726/react-native-fullscreen-animations#readme", "repository": { "type": "git", "url": "git+https://github.com/robertgagnon726/react-native-fullscreen-animations.git" }, "bugs": { "url": "https://github.com/robertgagnon726/react-native-fullscreen-animations/issues" }, "main": "src/index.tsx", "scripts": { "build": "babel src --out-dir lib -s --copy-files", "increment-version": "node ./scripts/increment-version.js", "lint": "eslint --ext .js --ignore-path .gitignore .", "test": "echo \"Error: no test specified\" && exit 1", "prettier-package-json": "prettier-package-json --write ./package.json" }, "dependencies": { "react-native-reanimated": "^2.10.0" }, "devDependencies": { "@babel/cli": "^7.18.10", "@babel/core": "^7.18.13", "@react-native-community/eslint-config": "^3.1.0", "@types/react": "^18.0.18", "@types/react-native": "^0.69.6", "@typescript-eslint/eslint-plugin": "^5.36.1", "@typescript-eslint/parser": "^5.36.1", "eslint": "^8.23.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-json-format": "^2.0.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.31.2", "eslint-plugin-react-hooks": "^4.6.0", "expo": "^46.0.10", "prettier-package-json": "^2.6.4", "react": "^18.0.0", "react-native": "^0.69.5", "typescript": "^4.8.2" }, "keywords": [ "android", "animated", "animation", "confetti", "fall", "ios", "react", "react-native", "reanimated" ] }