UNPKG

react-native-reanimated-dnd

Version:

A powerful drag-and-drop library for React Native using Reanimated 3

67 lines (66 loc) 1.92 kB
{ "name": "react-native-reanimated-dnd", "version": "1.1.0", "description": "A powerful drag-and-drop library for React Native using Reanimated 3", "main": "lib/index.js", "module": "lib/index.js", "types": "lib/index.d.ts", "type": "module", "exports": { ".": { "types": "./lib/index.d.ts", "import": "./lib/index.js", "default": "./lib/index.js" } }, "sideEffects": false, "scripts": { "build": "tsc && npm run minify", "build:safe": "tsc", "build:clean": "rm -rf lib && npm run build", "build:clean:safe": "rm -rf lib && npm run build:safe", "minify": "node scripts/build.js", "type-check": "tsc --noEmit", "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,yml,yaml}\" --ignore-path .prettierignore", "format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md,yml,yaml}\" --ignore-path .prettierignore" }, "keywords": [ "react-native", "drag-and-drop", "reanimated", "sortable", "dnd", "gesture-handler" ], "author": "Vishesh Raheja <github.com/entropyconquers>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/entropyconquers/react-native-reanimated-dnd.git" }, "homepage": "https://react-native-reanimated-dnd.netlify.app/", "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.60.0", "react-native-reanimated": ">=3.0.0", "react-native-gesture-handler": ">=2.0.0" }, "devDependencies": { "@types/react": "^18.2.0", "@types/react-native": "^0.72.0", "@types/node": "^20.0.0", "typescript": "^5.0.0", "react": "^18.2.0", "react-native": "^0.72.0", "react-native-reanimated": "^3.5.0", "react-native-gesture-handler": "^2.13.0", "prettier": "^3.5.3", "terser": "^5.36.0" }, "files": [ "lib/**/*.js", "lib/**/*.d.ts", "README.md", "LICENSE" ] }