UNPKG

reanimated-color-picker

Version:
119 lines (118 loc) 3.23 kB
{ "name": "reanimated-color-picker", "version": "4.1.0", "description": "A Pure JavaScript Color Picker for React Native", "main": "lib/commonjs/index", "module": "lib/module/index", "react-native": "lib/src/index", "types": "lib/typescript/index.d.ts", "scripts": { "test": "jest --silent=false && tsc --noEmit && eslint src --max-warnings=0", "build": "node scripts/build.mjs", "deploy-docs": "git push origin :gh-pages && git subtree push --prefix docs/build origin gh-pages", "prettier ": "prettier --ignore-unknown --write src --config-precedence prefer-file", "prepare": "patch-package && npm run test && npm run build" }, "keywords": [ "react-native", "react native", "color picker", "react native color picker", "expo", "android", "ios", "web", "reanimated", "color", "picker", "wheel", "slider", "swatches", "palette", "rgb", "hex", "hsl", "hsv", "hsv", "hwb", "colorKit" ], "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/alabsi91/reanimated-color-picker.git" }, "author": "Ahmed AlAbsi <alabsi91@gmail.com> (https://github.com/alabsi91)", "license": "MIT", "bugs": { "url": "https://github.com/alabsi91/reanimated-color-picker/issues" }, "homepage": "https://github.com/alabsi91/reanimated-color-picker", "devDependencies": { "@babel/cli": "^7.23.4", "@babel/core": "^7.23.7", "@babel/preset-env": "^7.23.8", "@babel/preset-react": "^7.23.3", "@babel/preset-typescript": "^7.23.3", "@react-native/eslint-config": "^0.73.2", "@types/react": "^19.0.0", "@typescript-eslint/eslint-plugin": "^6.19.0", "babel-jest": "^29.7.0", "babel-plugin-module-resolver": "^5.0.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "glob": "^11.0.0", "jest": "^29.7.0", "patch-package": "^8.0.0", "prettier": "3.2.4", "prettier-plugin-jsdoc": "^1.3.0", "resolve-tspaths": "^0.8.23", "ts-node": "^10.9.2", "typescript": "^4.9.5" }, "peerDependencies": { "expo": ">=44.0.0", "react": "*", "react-native": "*", "react-native-gesture-handler": ">=2.0.0", "react-native-reanimated": "^2.0.0 || ^3.0.0" }, "peerDependenciesMeta": { "expo": { "optional": true } }, "eslintConfig": { "extends": [ "@react-native", "plugin:@typescript-eslint/recommended" ], "ignorePatterns": [ "scripts/*", "Example/**/*", "ExampleExpo/**/*", "lib/**/*", "docs/**/*", "docusaurus/**/*" ], "rules": { "prefer-const": 1, "@typescript-eslint/consistent-type-imports": 1, "@typescript-eslint/no-non-null-assertion": 0, "react-native/no-inline-styles": 0, "react-native/no-single-element-style-arrays": 1, "react-native/no-unused-styles": 1, "react-hooks/exhaustive-deps": 0, "react/no-unstable-nested-components": 0, "prettier/prettier": 1, "jsx-quotes": 0, "curly": 0, "no-shadow": 0, "no-bitwise": 0, "object-shorthand": 1 } } }