|
16 | 16 | "url": "git+https://github.com/fjmorant/react-native-nested-listview.git" |
17 | 17 | }, |
18 | 18 | "dependencies": { |
| 19 | + "@types/lodash.isequal": "^4.5.2", |
| 20 | + "lodash.isequal": "^4.5.0", |
19 | 21 | "shortid": "^2.2.8" |
20 | 22 | }, |
21 | 23 | "peerDependencies": { |
|
36 | 38 | "eslint-plugin-react": "^7.4.0", |
37 | 39 | "eslint-plugin-react-native": "^3.1.0", |
38 | 40 | "flow-bin": "^0.68.0", |
39 | | - "jest": "^22.4.2", |
40 | 41 | "istanbul": "^0.4.5", |
41 | 42 | "istanbul-api": "1.2.2", |
42 | 43 | "istanbul-reports": "1.1.4", |
| 44 | + "jest": "^22.4.2", |
43 | 45 | "prettier": "^1.7.0", |
44 | 46 | "prettier-eslint": "^8.2.1", |
45 | 47 | "react-test-renderer": "16.2.0", |
46 | 48 | "ts-jest": "^22.4.1", |
47 | 49 | "tslint": "^5.9.1", |
48 | 50 | "typescript": "^2.7.2" |
49 | 51 | }, |
50 | | - "keywords": ["react", "native", "list", "nested"], |
| 52 | + "keywords": [ |
| 53 | + "react", |
| 54 | + "native", |
| 55 | + "list", |
| 56 | + "nested" |
| 57 | + ], |
51 | 58 | "author": "Javier Morant", |
52 | 59 | "license": "MIT", |
53 | 60 | "bugs": { |
|
56 | 63 | "homepage": "https://github.com/fjmorant/react-native-nested-listview#readme", |
57 | 64 | "jest": { |
58 | 65 | "preset": "react-native", |
59 | | - "moduleFileExtensions": ["ts", "tsx", "js"], |
| 66 | + "moduleFileExtensions": [ |
| 67 | + "ts", |
| 68 | + "tsx", |
| 69 | + "js" |
| 70 | + ], |
60 | 71 | "transform": { |
61 | 72 | "^.+\\.(js)$": "<rootDir>/node_modules/babel-jest", |
62 | 73 | "\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js" |
|
65 | 76 | "node_modules/(?!(jest-)|react-native|react-navigation|react-clone-referenced-element|mobx-react)" |
66 | 77 | ], |
67 | 78 | "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", |
68 | | - "modulePathIgnorePatterns": ["<rootDir>/examples/"], |
| 79 | + "modulePathIgnorePatterns": [ |
| 80 | + "<rootDir>/examples/" |
| 81 | + ], |
69 | 82 | "testPathIgnorePatterns": [ |
70 | 83 | "\\.snap$", |
71 | 84 | "<rootDir>/node_modules/", |
|
0 commit comments