@mustapha-ghlissi/react-native-select-picker
Version:
React Native Select Picker: Reanimated dropdown select compatible with Android, IOS and Web
99 lines (98 loc) • 2.86 kB
JSON
{
"name": "@mustapha-ghlissi/react-native-select-picker",
"version": "1.1.2",
"description": "React Native Select Picker: Reanimated dropdown select compatible with Android, IOS and Web",
"type": "module",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
"typings": "lib/typescript/index.d.ts",
"react-native": "src/index.ts",
"files": [
"src",
"lib"
],
"scripts": {
"typescript": "tsc --skipLibCheck --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\" --fix",
"check": "yarn typescript && yarn lint",
"build": "rm -rf lib && bob build && yarn copy-dts && yarn delete-dts",
"copy-dts": "copyfiles -u 1 \"src/**/*.d.ts\" lib/typescript",
"delete-dts": "find ./lib/commonjs -name '*.d.js*' -delete && find ./lib/module -name '*.d.js*' -delete",
"release": "release-it --no-git.requireCleanWorkingDir"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mustapha-ghlissi/react-native-select-picker.git"
},
"keywords": [
"react-native",
"react-native-component",
"picker",
"reanimated",
"reanimated-picker",
"reanimated-select",
"reanimated-dropdown",
"select",
"select-picker",
"dropdown",
"dropdown-picker",
"dropdown-select",
"picker-select"
],
"author": {
"name": "Mustapha GHLISSI",
"email": "ghlissi.mustapha@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mustapha-ghlissi/react-native-select-picker/issues"
},
"homepage": "https://github.com/mustapha-ghlissi/react-native-select-picker#readme",
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@react-native/eslint-config": "^0.74.85",
"@release-it/conventional-changelog": "^8.0.1",
"@types/react": "^18.3.3",
"@types/react-native-vector-icons": "^6.4.18",
"copyfiles": "^2.4.1",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"react": "^18.2.0",
"react-native": "^0.74.3",
"react-native-builder-bob": "^0.25.0",
"react-native-reanimated": "^3.14.0",
"react-native-vector-icons": "^10.1.0",
"release-it": "^17.5.0",
"typescript": "^5.5.3"
},
"peerDependencies": {
"@types/react": "*",
"@types/react-native-vector-icons": ">=6.4.18",
"react": "*",
"react-native": "*",
"react-native-reanimated": ">=3.11.0",
"react-native-vector-icons": ">=10.1.0"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"publishConfig": {
"access": "public"
}
}