-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 3.86 KB
/
Copy pathpackage.json
File metadata and controls
122 lines (122 loc) · 3.86 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "@observation.org/react-native-components",
"version": "1.93.0",
"main": "src/index.ts",
"exports": {
".": "./src/index.ts",
"./theme": "./src/theme/index.ts",
"./styles": "./src/styles/index.ts"
},
"repository": "git@github.com:observation/react-native-components.git",
"author": "Observation.org",
"license": "MIT",
"scripts": {
"lint": "tsc --noEmit && eslint src",
"test": "jest --silent",
"verify": "$npm_execpath lint && $npm_execpath test",
"check-dependencies": "rnx-align-deps --diff-mode allow-subset"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/pro-light-svg-icons": "^6.7.2",
"@fortawesome/pro-solid-svg-icons": "^6.7.2",
"@fortawesome/react-native-fontawesome": "^0.3.2",
"@observation.org/react-native-image-viewing": "https://github.com/observation/react-native-image-viewing",
"accordion-collapse-react-native": "^1.1.1",
"color": "^5.0.3",
"date-fns": "^4.4.0",
"react-native-calendar-picker": "^8.0.5",
"react-native-logs": "^5.6.0",
"react-native-scalable-image": "^1.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.6",
"@eslint/js": "^9.39.5",
"@gorhom/bottom-sheet": "^5.2.14",
"@react-native-community/blur": "^4.4.1",
"@react-native-community/cli": "^20.1.0",
"@react-native-community/cli-platform-android": "^20.1.0",
"@react-native-community/cli-platform-ios": "^20.1.0",
"@react-native/babel-preset": "0.86.2",
"@react-native/jest-preset": "0.86.2",
"@react-native/metro-config": "^0.86.2",
"@react-native/typescript-config": "0.86.2",
"@react-navigation/native": "^7.3.14",
"@rnx-kit/align-deps": "^4.0.2",
"@testing-library/react-native": "^13.3.3",
"@types/jest": "^30.0.0",
"@types/react": "^19.2.3",
"@types/react-native-calendar-picker": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^8.65.0",
"@typescript-eslint/parser": "^8.65.0",
"eslint": "^9.39.5",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-observation": "https://github.com/observation/eslint-rules.git",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-native": "^5.0.0",
"eslint-plugin-react-native-a11y": "^3.5.1",
"globals": "^16.5.0",
"jest": "^30.2.0",
"prettier": "^3.9.6",
"react": "19.2.3",
"react-native": "0.86.2",
"react-native-gesture-handler": "^2.32.0",
"react-native-reanimated": "4.5.3",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "^5.8.0",
"react-native-worklets": "0.11.3",
"react-test-renderer": "19.2.3",
"ts-jest": "^29.4.6",
"typescript": "5.8.3"
},
"engines": {
"node": ">=22.11.0"
},
"react-native": "src/index.ts",
"files": [
"src"
],
"peerDependencies": {
"@gorhom/bottom-sheet": ">=5.2.9",
"@react-native-community/blur": ">=4.4.1",
"@react-navigation/native": "^7.0.0",
"react": "^19.0.0",
"react-native": ">=0.83.0",
"react-native-gesture-handler": ">=2.16.1",
"react-native-reanimated": ">=4.0.0",
"react-native-render-html": "^6.1.0",
"react-native-safe-area-context": ">=5.7.0",
"react-native-svg": ">=15.0.0",
"react-native-worklets": ">=0.8.0"
},
"packageManager": "yarn@3.6.4",
"rnx-kit": {
"kitType": "library",
"alignDeps": {
"requirements": {
"development": [
"react-native@0.86"
],
"production": [
"react-native@>=0.83"
]
},
"capabilities": [
"core",
"core-android",
"core-ios",
"html",
"jest",
"react",
"react-test-renderer"
]
}
},
"resolutions": {
"react-is": "19.2.3"
}
}