|
1 | 1 | {
|
2 |
| - "name": "react-native-nested-listview", |
3 |
| - "version": "0.8.0", |
4 |
| - "description": "Nested Listview for React native", |
5 |
| - "main": "./dist/index.js", |
6 |
| - "types": "./dist/index.d.ts", |
7 |
| - "scripts": { |
8 |
| - "test": "jest", |
9 |
| - "test-coverage": "jest && codecov", |
10 |
| - "tslint": "tslint -p .", |
11 |
| - "type-check": "tsc --noEmit", |
12 |
| - "prepublishOnly": "tsc -p ./ --outDir dist/", |
13 |
| - "add-react": "yarn add react@16.9.0 && yarn add react-native@0.60.5", |
14 |
| - "remove-react": "yarn remove react && yarn remove react-native", |
15 |
| - "prettier-check": "prettier --check 'src/**/*.{ts, tsx}'", |
16 |
| - "prettier-format": "prettier --write 'src/**/*.{ts, tsx}'" |
17 |
| - }, |
18 |
| - "repository": { |
19 |
| - "type": "git", |
20 |
| - "url": "git+https://github.com/fjmorant/react-native-nested-listview.git" |
21 |
| - }, |
22 |
| - "dependencies": { |
23 |
| - "react-fast-compare": "2.0.4", |
24 |
| - "shortid": "2.2.15" |
25 |
| - }, |
26 |
| - "peerDependencies": { |
27 |
| - "react": "*", |
28 |
| - "react-native": "*" |
29 |
| - }, |
30 |
| - "devDependencies": { |
31 |
| - "@babel/core": "7.7.2", |
32 |
| - "@babel/runtime": "7.7.2", |
33 |
| - "@types/jest": "24.0.23", |
34 |
| - "@types/react": "16.9.11", |
35 |
| - "@types/react-native": "0.60.22", |
36 |
| - "@types/react-test-renderer": "16.9.1", |
37 |
| - "@types/shortid": "0.0.29", |
38 |
| - "babel-jest": "24.9.0", |
39 |
| - "codecov": "3.6.1", |
40 |
| - "istanbul": "0.4.5", |
41 |
| - "istanbul-api": "2.1.6", |
42 |
| - "istanbul-reports": "2.2.6", |
43 |
| - "jest": "24.9.0", |
44 |
| - "metro-react-native-babel-preset": "0.57.0", |
45 |
| - "prettier": "1.19.1", |
46 |
| - "prettier-eslint": "9.0.1", |
47 |
| - "react": "16.9.0", |
48 |
| - "react-native": "0.61.4", |
49 |
| - "react-test-renderer": "16.12.0", |
50 |
| - "ts-jest": "24.1.0", |
51 |
| - "tslint": "5.20.1", |
52 |
| - "typescript": "3.7.2" |
53 |
| - }, |
54 |
| - "keywords": [ |
55 |
| - "react", |
56 |
| - "native", |
57 |
| - "list", |
58 |
| - "nested" |
59 |
| - ], |
60 |
| - "author": "Javier Morant", |
61 |
| - "license": "MIT", |
62 |
| - "bugs": { |
63 |
| - "url": "https://github.com/fjmorant/react-native-nested-listview/issues" |
64 |
| - }, |
65 |
| - "homepage": "https://github.com/fjmorant/react-native-nested-listview#readme", |
66 |
| - "jest": { |
67 |
| - "preset": "react-native", |
68 |
| - "moduleFileExtensions": [ |
69 |
| - "ts", |
70 |
| - "tsx", |
71 |
| - "js" |
72 |
| - ], |
73 |
| - "transform": { |
74 |
| - "^.+\\.(js)$": "<rootDir>/node_modules/babel-jest", |
75 |
| - "\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js" |
| 2 | + "name": "react-native-nested-listview", |
| 3 | + "version": "0.8.0", |
| 4 | + "description": "Nested Listview for React native", |
| 5 | + "main": "./dist/index.js", |
| 6 | + "types": "./dist/index.d.ts", |
| 7 | + "scripts": { |
| 8 | + "test": "jest", |
| 9 | + "test-coverage": "jest && codecov", |
| 10 | + "tslint": "tslint -p .", |
| 11 | + "type-check": "tsc --noEmit", |
| 12 | + "prepublishOnly": "tsc -p ./ --outDir dist/", |
| 13 | + "add-react": "yarn add react@16.9.0 && yarn add react-native@0.61.4", |
| 14 | + "remove-react": "yarn remove react && yarn remove react-native", |
| 15 | + "prettier-check": "prettier --check 'src/**/*.{ts, tsx}'", |
| 16 | + "prettier-format": "prettier --write 'src/**/*.{ts, tsx}'" |
76 | 17 | },
|
77 |
| - "transformIgnorePatterns": [ |
78 |
| - "node_modules/(?!(jest-)|react-native|react-navigation|react-clone-referenced-element|mobx-react)" |
79 |
| - ], |
80 |
| - "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", |
81 |
| - "modulePathIgnorePatterns": [ |
82 |
| - "<rootDir>/examples/" |
83 |
| - ], |
84 |
| - "testPathIgnorePatterns": [ |
85 |
| - "\\.snap$", |
86 |
| - "<rootDir>/node_modules/", |
87 |
| - "<rootDir>/examples/", |
88 |
| - "<rootDir>/lib/", |
89 |
| - "<rootDir>/dist/" |
| 18 | + "repository": { |
| 19 | + "type": "git", |
| 20 | + "url": "git+https://github.com/fjmorant/react-native-nested-listview.git" |
| 21 | + }, |
| 22 | + "dependencies": { |
| 23 | + "object-hash": "2.0.1", |
| 24 | + "react-fast-compare": "2.0.4", |
| 25 | + "shortid": "2.2.15", |
| 26 | + "use-global-hook": "0.1.12" |
| 27 | + }, |
| 28 | + "peerDependencies": { |
| 29 | + "react": "*", |
| 30 | + "react-native": "*" |
| 31 | + }, |
| 32 | + "devDependencies": { |
| 33 | + "@babel/core": "7.7.2", |
| 34 | + "@babel/runtime": "7.7.2", |
| 35 | + "@types/jest": "24.0.23", |
| 36 | + "@types/use-global-hook": "0.1.2", |
| 37 | + "@types/object-hash": "1.3.1", |
| 38 | + "@types/react": "16.9.11", |
| 39 | + "@types/react-native": "0.60.22", |
| 40 | + "@types/react-test-renderer": "16.9.1", |
| 41 | + "@types/shortid": "0.0.29", |
| 42 | + "babel-jest": "24.9.0", |
| 43 | + "codecov": "3.6.1", |
| 44 | + "istanbul": "0.4.5", |
| 45 | + "istanbul-api": "2.1.6", |
| 46 | + "istanbul-reports": "2.2.6", |
| 47 | + "jest": "24.9.0", |
| 48 | + "metro-react-native-babel-preset": "0.57.0", |
| 49 | + "prettier": "1.19.1", |
| 50 | + "prettier-eslint": "9.0.1", |
| 51 | + "react": "16.9.0", |
| 52 | + "react-native": "0.61.4", |
| 53 | + "react-test-renderer": "16.12.0", |
| 54 | + "ts-jest": "24.1.0", |
| 55 | + "tslint": "5.20.1", |
| 56 | + "typescript": "3.7.2" |
| 57 | + }, |
| 58 | + "keywords": [ |
| 59 | + "react", |
| 60 | + "native", |
| 61 | + "list", |
| 62 | + "nested" |
90 | 63 | ],
|
91 |
| - "coverageDirectory": "./coverage/", |
92 |
| - "collectCoverage": true, |
93 |
| - "globals": { |
94 |
| - "ts-jest": { |
95 |
| - "babelConfig": true |
96 |
| - } |
| 64 | + "author": "Javier Morant", |
| 65 | + "license": "MIT", |
| 66 | + "bugs": { |
| 67 | + "url": "https://github.com/fjmorant/react-native-nested-listview/issues" |
| 68 | + }, |
| 69 | + "homepage": "https://github.com/fjmorant/react-native-nested-listview#readme", |
| 70 | + "jest": { |
| 71 | + "preset": "react-native", |
| 72 | + "moduleFileExtensions": [ |
| 73 | + "ts", |
| 74 | + "tsx", |
| 75 | + "js" |
| 76 | + ], |
| 77 | + "transform": { |
| 78 | + "^.+\\.(js)$": "<rootDir>/node_modules/babel-jest", |
| 79 | + "\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js" |
| 80 | + }, |
| 81 | + "transformIgnorePatterns": [ |
| 82 | + "node_modules/(?!(jest-)|react-native|react-navigation|react-clone-referenced-element|mobx-react|use-global-hook)" |
| 83 | + ], |
| 84 | + "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", |
| 85 | + "modulePathIgnorePatterns": [ |
| 86 | + "<rootDir>/examples/" |
| 87 | + ], |
| 88 | + "testPathIgnorePatterns": [ |
| 89 | + "\\.snap$", |
| 90 | + "<rootDir>/node_modules/", |
| 91 | + "<rootDir>/examples/", |
| 92 | + "<rootDir>/lib/", |
| 93 | + "<rootDir>/dist/" |
| 94 | + ], |
| 95 | + "coverageDirectory": "./coverage/", |
| 96 | + "collectCoverage": true, |
| 97 | + "globals": { |
| 98 | + "ts-jest": { |
| 99 | + "babelConfig": true |
| 100 | + } |
| 101 | + } |
97 | 102 | }
|
98 |
| - } |
99 | 103 | }
|
0 commit comments