UNPKG

react-native-sketch-canvas-enhanced

Version:

Enhanced react-native-sketch-canvas with shape drawing tools and advanced text annotations. Draw, sketch, and annotate on both iOS and Android devices.

115 lines (114 loc) 3.29 kB
{ "name": "react-native-sketch-canvas-enhanced", "repository": { "type": "git", "url": "https://github.com/yourusername/react-native-sketch-canvas-enhanced" }, "version": "1.8.27", "description": "Enhanced react-native-sketch-canvas with shape drawing tools and advanced text annotations. Draw, sketch, and annotate on both iOS and Android devices.", "author": "Original: Terry Lin, Enhanced by: Your Name", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "android", "ios", "RNSketchCanvas.podspec", "!lib/typescript/example", "!android/build", "!ios/build", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__" ], "scripts": { "test": "jest", "typescript": "tsc --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\"", "prepare": "npm run build", "example:start": "cd example && npm start", "example:android": "cd example && npm run android", "example:ios": "cd example && npm run ios", "build": "mkdir -p lib && cp -R src/* lib/", "build:types": "tsc --project tsconfig.json", "pods": "cd example/ios && bundle install && bundle exec pod install && cd ../.." }, "keywords": [ "react-native", "react-native-sketch", "react-native-svg", "react", "native", "sketch", "svg", "draw", "shapes", "rectangle", "circle", "arrow", "line", "text-annotation", "annotation", "whiteboard", "drawing-tools" ], "nativePackage": true, "license": "MIT", "peerDependencies": { "react": ">=17.0.0", "react-native": ">=0.71.0" }, "devDependencies": { "@babel/plugin-transform-private-methods": "^7.27.1", "@react-native-community/eslint-config": "^3.0.2", "@react-native/babel-preset": "^0.73.18", "@types/jest": "^29.5.3", "@types/react": "^18.0.24", "@types/react-test-renderer": "^18.0.0", "@typescript-eslint/eslint-plugin": "^5.37.0", "@typescript-eslint/parser": "^5.37.0", "eslint": "^8.19.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-jest": "^27.2.3", "eslint-plugin-prettier": "^4.0.0", "jest": "^29.2.1", "pod-install": "^0.1.0", "prettier": "^2.0.5", "react": "18.2.0", "react-native": "0.74.3", "react-native-builder-bob": "^0.20.0", "react-native-camera": "https://github.com/sourcetoad/react-native-camera#ee265b22c7a3544a720478a6397d0e547430ff93", "react-test-renderer": "18.1.0", "typescript": "^5.0.2" }, "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "<rootDir>/src/__tests__/Setup", "<rootDir>/example/", "<rootDir>/lib/" ], "setupFiles": [ "<rootDir>/src/__tests__/Setup.tsx" ] }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }