-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.8 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "react-native-thumbnail-selector",
"version": "6.0.1",
"description": "A thumbnail selector.",
"main": "ThumbnailSelector.tsx",
"scripts": {
"test": "npx jest --collectCoverage",
"eslint": "npx eslint .",
"prettier": "npx prettier --check .",
"fix:dedupe": "yarn dedupe"
},
"repository": {
"type": "git",
"url": "git+https://github.com/testshallpass/react-native-thumbnail-selector.git"
},
"bugs": {
"url": "https://github.com/testshallpass/react-native-thumbnail-selector/issues"
},
"homepage": "https://github.com/testshallpass/react-native-thumbnail-selector#readme",
"keywords": [
"thumbnail",
"selector",
"react-native",
"flatlist",
"flat",
"list",
"horizontal",
"react-native-thumbnail-selector"
],
"author": "Brian Sinnicke",
"license": "MIT",
"devDependencies": {
"@eslint/compat": "^1.4.0",
"@eslint/js": "9.35.0",
"@eslint/json": "0.13.2",
"@eslint/markdown": "7.2.0",
"@react-native/babel-preset": "0.81.5",
"@react-native/eslint-config": "0.81.5",
"@react-native/metro-config": "0.81.5",
"@react-native/typescript-config": "0.81.5",
"@testing-library/react-native": "13.3.3",
"@types/jest": "30.0.0",
"@types/react": "19.1.0",
"@types/react-test-renderer": "19.1.0",
"babel-jest": "30.1.2",
"eslint": "9.38.0",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.0",
"eslint-plugin-react-native": "^5.0.0",
"eslint-plugin-yml": "1.18.0",
"jest": "30.1.3",
"prettier": "3.6.2",
"react": "19.1.0",
"react-native": "0.81.5",
"react-test-renderer": "19.1.0",
"ts-jest": "29.4.1",
"typescript": "5.8.3",
"typescript-eslint": "8.46.2"
},
"engines": {
"node": ">=20"
},
"packageManager": "yarn@4.12.0"
}