|
1 | 1 | {
|
2 |
| - "name": "react-native-picker-select", |
3 |
| - "version": "9.1.0", |
4 |
| - "description": "A Picker component for React Native which emulates the native <select> interfaces for each platform", |
5 |
| - "license": "MIT", |
6 |
| - "author": "Michael Lefkowitz <[email protected]>", |
7 |
| - "repository": { |
8 |
| - "type": "git", |
9 |
| - "url": "https://github.com/lawnstarter/react-native-picker-select.git" |
10 |
| - }, |
11 |
| - "main": "src/index.js", |
12 |
| - "keywords": [ |
13 |
| - "dropdown", |
14 |
| - "picker", |
15 |
| - "select", |
16 |
| - "react", |
17 |
| - "react-native", |
18 |
| - "react native", |
19 |
| - "expo", |
20 |
| - "items" |
| 2 | + "name": "react-native-picker-select", |
| 3 | + "version": "9.1.0", |
| 4 | + "description": "A Picker component for React Native which emulates the native <select> interfaces for each platform", |
| 5 | + "license": "MIT", |
| 6 | + "author": "Michael Lefkowitz <[email protected]>", |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "https://github.com/lawnstarter/react-native-picker-select.git" |
| 10 | + }, |
| 11 | + "main": "src/index.js", |
| 12 | + "keywords": [ |
| 13 | + "dropdown", |
| 14 | + "picker", |
| 15 | + "select", |
| 16 | + "react", |
| 17 | + "react-native", |
| 18 | + "react native", |
| 19 | + "expo", |
| 20 | + "items" |
| 21 | + ], |
| 22 | + "files": [ |
| 23 | + "index.d.ts", |
| 24 | + "/src" |
| 25 | + ], |
| 26 | + "dependencies": { |
| 27 | + "lodash.isequal": "^4.5.0", |
| 28 | + "lodash.isobject": "^3.0.2" |
| 29 | + }, |
| 30 | + "devDependencies": { |
| 31 | + "@react-native-picker/picker": "^2.4.0", |
| 32 | + "@types/react-native": "^0.60.22", |
| 33 | + "babel-jest": "^23.6.0", |
| 34 | + "babel-preset-react-native": "^4.0.1", |
| 35 | + "enzyme": "^3.7.0", |
| 36 | + "enzyme-adapter-react-16": "^1.7.0", |
| 37 | + "enzyme-to-json": "^3.3.5", |
| 38 | + "eslint": "^8.2.0", |
| 39 | + "eslint-config-airbnb": "^19.0.4", |
| 40 | + "eslint-plugin-import": "^2.25.3", |
| 41 | + "eslint-plugin-jsx-a11y": "^6.5.1", |
| 42 | + "eslint-plugin-prettier": "^5.1.3", |
| 43 | + "eslint-plugin-react": "^7.28.0", |
| 44 | + "eslint-plugin-react-hooks": "^4.3.0", |
| 45 | + "eslint-plugin-react-native": "^4.0.0", |
| 46 | + "husky": "^9.0.11", |
| 47 | + "jest": "^23.6.0", |
| 48 | + "lint-staged": "^15.2.2", |
| 49 | + "prettier": "^3.2.5", |
| 50 | + "prop-types": "^15.7.2", |
| 51 | + "react": "16.6.1", |
| 52 | + "react-dom": "^16.6.1", |
| 53 | + "react-native": "0.57.7", |
| 54 | + "react-test-renderer": "^16.6.1" |
| 55 | + }, |
| 56 | + "peerDependencies": { |
| 57 | + "@react-native-picker/picker": "^2.4.0" |
| 58 | + }, |
| 59 | + "scripts": { |
| 60 | + "test": "jest", |
| 61 | + "test:watch": "jest --watch", |
| 62 | + "test:coverage": "jest --coverage", |
| 63 | + "open:coverage": "open ./coverage/lcov-report/index.html", |
| 64 | + "lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"", |
| 65 | + "lint:fix": "yarn lint --fix", |
| 66 | + "prepare": "husky" |
| 67 | + }, |
| 68 | + "jest": { |
| 69 | + "preset": "react-native", |
| 70 | + "setupFiles": [ |
| 71 | + "./test/setup.js" |
21 | 72 | ],
|
22 |
| - "files": [ |
23 |
| - "index.d.ts", |
24 |
| - "/src" |
| 73 | + "snapshotSerializers": [ |
| 74 | + "enzyme-to-json/serializer" |
25 | 75 | ],
|
26 |
| - "dependencies": { |
27 |
| - "lodash.isequal": "^4.5.0", |
28 |
| - "lodash.isobject": "^3.0.2" |
29 |
| - }, |
30 |
| - "devDependencies": { |
31 |
| - "@react-native-picker/picker": "^2.4.0", |
32 |
| - "@types/react-native": "^0.60.22", |
33 |
| - "babel-jest": "^23.6.0", |
34 |
| - "babel-preset-react-native": "^4.0.1", |
35 |
| - "enzyme": "^3.7.0", |
36 |
| - "enzyme-adapter-react-16": "^1.7.0", |
37 |
| - "enzyme-to-json": "^3.3.5", |
38 |
| - "eslint": "^7.32.0 || ^8.2.0", |
39 |
| - "eslint-config-airbnb": "^19.0.4", |
40 |
| - "eslint-config-prettier": "^9.0.0", |
41 |
| - "eslint-plugin-import": "^2.25.3", |
42 |
| - "eslint-plugin-jsx-a11y": "^6.5.1", |
43 |
| - "eslint-plugin-react": "^7.28.0", |
44 |
| - "eslint-plugin-react-hooks": "^4.3.0", |
45 |
| - "eslint-plugin-react-native": "^4.0.0", |
46 |
| - "husky": "^2.4.0", |
47 |
| - "jest": "^23.6.0", |
48 |
| - "prettier": "^2.8.8", |
49 |
| - "pretty-quick": "^3.1.3", |
50 |
| - "prop-types": "^15.7.2", |
51 |
| - "react": "16.6.1", |
52 |
| - "react-dom": "^16.6.1", |
53 |
| - "react-native": "0.57.7", |
54 |
| - "react-test-renderer": "^16.6.1" |
55 |
| - }, |
56 |
| - "peerDependencies": { |
57 |
| - "@react-native-picker/picker": "^2.4.0" |
58 |
| - }, |
59 |
| - "scripts": { |
60 |
| - "test": "jest", |
61 |
| - "test:watch": "jest --watch", |
62 |
| - "test:coverage": "jest --coverage", |
63 |
| - "open:coverage": "open ./coverage/lcov-report/index.html", |
64 |
| - "prettier:debug-check": "prettier --config ./.prettierrc.js --debug-check \"{src,test}/**/*.js\"", |
65 |
| - "preprettier:all": "yarn run prettier:debug-check", |
66 |
| - "prettier:all": "prettier --config ./.prettierrc.js --write \"{src,test}/**/*.js\"", |
67 |
| - "lint": "echo \"---Running ESLint---\" && eslint \"src/**/*.{js,jsx}\"" |
68 |
| - }, |
69 |
| - "husky": { |
70 |
| - "hooks": { |
71 |
| - "pre-commit": "pretty-quick --staged", |
72 |
| - "pre-push": "echo \"---Running ESLint---\" && yarn lint && yarn test" |
73 |
| - } |
74 |
| - }, |
75 |
| - "jest": { |
76 |
| - "preset": "react-native", |
77 |
| - "setupFiles": [ |
78 |
| - "./test/setup.js" |
79 |
| - ], |
80 |
| - "snapshotSerializers": [ |
81 |
| - "enzyme-to-json/serializer" |
82 |
| - ], |
83 |
| - "transformIgnorePatterns": [ |
84 |
| - "node_modules/?!(@react-native-picker/picker)" |
85 |
| - ] |
86 |
| - } |
| 76 | + "transformIgnorePatterns": [ |
| 77 | + "node_modules/?!(@react-native-picker/picker)" |
| 78 | + ] |
| 79 | + } |
87 | 80 | }
|
0 commit comments