-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.77 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.77 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
{
"name": "@observation.org/react-native-components",
"version": "1.72.0",
"main": "src/index.ts",
"repository": "git@github.com:observation/react-native-components.git",
"author": "Observation.org",
"license": "MIT",
"devDependencies": {
"@eslint/compat": "^2.0.0",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@react-native/eslint-config": "0.83.1",
"@react-native/metro-config": "0.83.1",
"@react-native/typescript-config": "0.83.1",
"@react-navigation/native": "^7.1.26",
"@rnx-kit/align-deps": "^3.3.4",
"@testing-library/react-native": "^13.3.3",
"@types/color": "^4.2.0",
"@types/jest": "^30.0.0",
"@types/react": "^19.2.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-observation": "https://github.com/observation/eslint-rules.git",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-native": "^5.0.0",
"globals": "^16.5.0",
"jest": "^30.2.0",
"prettier": "^3.7.4",
"react": "19.2.0",
"react-native": "0.83.1",
"react-test-renderer": "19.2.0",
"ts-jest": "^29.4.6",
"typescript": "5.8.3",
"typescript-eslint": "^8.50.0"
},
"engines": {
"node": ">=20"
},
"react-native": "src/index.ts",
"scripts": {
"lint": "tsc --noEmit && eslint src",
"test": "jest --silent",
"verify": "$npm_execpath lint && $npm_execpath test",
"check-dependencies": "rnx-align-deps"
},
"files": [
"src"
],
"peerDependencies": {
"@react-navigation/native": "^6.0.8",
"react": "19.2.0",
"react-native": "0.83.1"
},
"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",
"@react-native-community/blur": "^4.4.1",
"accordion-collapse-react-native": "^1.1.1",
"color": "^5.0.3",
"react-native-logs": "^5.5.0",
"react-native-render-html": "^6.3.4",
"react-native-scalable-image": "^1.1.0"
},
"packageManager": "yarn@3.6.4",
"rnx-kit": {
"kitType": "library",
"alignDeps": {
"requirements": {
"development": [
"react-native@0.83"
],
"production": [
"react-native@>=0.83"
]
},
"capabilities": [
"core",
"core-android",
"core-ios",
"html",
"jest",
"navigation/native",
"react",
"react-test-renderer"
]
}
}
}