UNPKG

react-native-micro-interactions

Version:

Effortlessly enhance your React Native components with subtle micro-interactions and animations.

196 lines (195 loc) 4.8 kB
{ "name": "react-native-micro-interactions", "version": "1.0.4", "description": "Effortlessly enhance your React Native components with subtle micro-interactions and animations.", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js", "module": "./lib/module/index.js", "types": "./lib/typescript/commonjs/src/index.d.ts", "exports": { ".": { "import": { "types": "./lib/typescript/module/src/index.d.ts", "default": "./lib/module/index.js" }, "require": { "types": "./lib/typescript/commonjs/src/index.d.ts", "default": "./lib/commonjs/index.js" } } }, "files": [ "src", "lib", "android", "ios", "cpp", "*.podspec", "react-native.config.json", "!ios/build", "!android/build", "!android/gradle", "!android/gradlew", "!android/gradlew.bat", "!android/local.properties", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", "!**/.*" ], "scripts": { "example": "yarn workspace react-native-micro-interactions-example", "test": "jest", "typecheck": "tsc", "lint": "eslint \"**/*.{js,ts,tsx}\"", "clean": "del-cli lib", "prepare": "bob build", "release": "release-it", "postinstall": "node src/scripts/index.js" }, "keywords": [ "react-native", "react-native animations", "micro-interactions", "react-native micro-interactions", "react-native ui library", "reanimated", "animated components", "react-native animation wrapper", "click animations", "error feedback animations", "group animations", "dynamic ui", "animation provider", "customizable animations", "component animations", "react-native touch feedback", "react-native event animations", "animated ui", "animation customization", "mint animation library", "animation triggers", "animation configurations", "pop-in animation", "vibration effect", "text slide animations", "subtle animations", "user feedback animations", "ios", "android" ], "repository": { "type": "git", "url": "git+https://github.com/Sardar1208/react-native-micro-interactions.git" }, "author": "sarthakbakre <sarthak.bakre@gmail.com> (https://github.com/Sardar1208)", "license": "MIT", "bugs": { "url": "https://github.com/Sardar1208/react-native-micro-interactions/issues" }, "homepage": "https://mint-docs.vercel.app/", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@commitlint/config-conventional": "^17.0.2", "@evilmartians/lefthook": "^1.5.0", "@react-native/eslint-config": "^0.73.1", "@release-it/conventional-changelog": "^5.0.0", "@types/jest": "^29.5.5", "@types/react": "~19.0.10", "commitlint": "^17.0.2", "del-cli": "^5.1.0", "eslint": "^8.51.0", "jest": "^29.7.0", "react": "19.0.0", "react-native": "0.79.2", "react-native-builder-bob": "^0.30.2", "react-native-reanimated": "~3.17.4", "release-it": "^15.0.0", "typescript": "~5.3.3" }, "resolutions": { "@types/react": "~19.0.10" }, "peerDependencies": { "react": "*", "react-native": "*", "react-native-reanimated": "^3.10.1" }, "workspaces": [ "example" ], "packageManager": "yarn@3.6.1", "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "<rootDir>/example/node_modules", "<rootDir>/lib/" ] }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "release-it": { "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "preset": "angular" } } }, "eslintConfig": { "root": true, "extends": [ "@react-native" ], "rules": { "react/react-in-jsx-scope": "off" } }, "eslintIgnore": [ "node_modules/", "lib/" ], "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ [ "commonjs", { "esm": true } ], [ "module", { "esm": true } ], [ "typescript", { "project": "tsconfig.build.json", "esm": true } ] ] }, "create-react-native-library": { "type": "library", "version": "0.42.0" } }