UNPKG

1.19 kBJSONView Raw
1{
2 "name": "react-native-ultimate-modal-picker",
3 "version": "0.3.12",
4 "main": "./dist/index.js",
5 "types": "./dist/index.d.ts",
6 "description": "React Native Picker Component Library (Date, Time, DateTime, List, State)",
7 "repository": "https://github.com/jefelewis/react-native-ultimate-modal-picker",
8 "author": "Jeff Lewis",
9 "license": "MIT",
10 "keywords": [
11 "react-native",
12 "component-library",
13 "apple",
14 "ios",
15 "android",
16 "modal",
17 "picker",
18 "date",
19 "time",
20 "datetime",
21 "list",
22 "state"
23 ],
24 "scripts": {
25 "build": "cd src && tsc && cp ../package.json && Echo Build completed!",
26 "lint": "eslint . --ext .js,.jsx,.ts,.tsx"
27 },
28 "peerDependencies": {
29 "@react-native-community/datetimepicker": "*",
30 "react": "*",
31 "react-native": "*"
32 },
33 "dependencies": {
34 "@react-native-picker/picker": "^1.16.1",
35 "react-native-modal": "^11.10.0"
36 },
37 "devDependencies": {
38 "@react-native-community/datetimepicker": "^3.5.0",
39 "@react-native-community/eslint-config": "^2.0.0",
40 "@types/react": "^17.0.6",
41 "@types/react-native": "^0.64.5",
42 "eslint": "^7.27.0",
43 "typescript": "^4.2.4"
44 }
45}