forked from schneidmaster/action-cable-react
-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
17 lines (17 loc) · 526 Bytes
/
package.json
File metadata and controls
17 lines (17 loc) · 526 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "react-native-action-cable-testing-examples",
"version": "1.0.0",
"private": true,
"description": "Jest mocking examples for @kesha-antonov/react-native-action-cable",
"devDependencies": {
"@kesha-antonov/react-native-action-cable": "link:../..",
"@testing-library/react-native": "^13.2.0",
"@types/jest": "^29.5.0",
"@types/react": "~19.0.0",
"jest": "^29.7.0",
"react": "19.1.0",
"react-native": "0.81.5",
"react-test-renderer": "19.1.0",
"typescript": "~5.9.0"
}
}