-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
63 lines (63 loc) · 2.17 KB
/
package.json
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
{
"name": "countly-sdk-react-native-bridge",
"version": "24.4.1",
"author": "Countly <[email protected]> (https://count.ly/)",
"bugs": {
"url": "https://github.com/Countly/countly-sdk-react-native-bridge/issues"
},
"scripts": {
"test": "jest"
},
"deprecated": false,
"description": "Countly is an innovative, real-time, open source mobile analytics and push notifications platform.",
"homepage": "https://github.com/Countly/countly-sdk-react-native-bridge",
"keywords": [
"countly",
"analytics"
],
"license": "MIT",
"main": "Countly.js",
"types": "Countly.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Countly/countly-sdk-react-native-bridge.git"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.9",
"@babel/runtime": "7.23.2",
"@react-native-community/eslint-config": "3.2.0",
"@swc/core": "1.4.2",
"@swc/wasm": "1.4.2",
"@tsconfig/react-native": "3.0.2",
"@types/jest": "^29.5.8",
"@types/react": "18.2.61",
"@types/react-native": "0.72.6",
"@types/react-test-renderer": "18.0.6",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"babel-jest": "^29.7.0",
"bufferutil": "4.0.8",
"encoding": "0.1.13",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard-with-typescript": "39.1.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-native": "4.1.0",
"jest": "^29.7.0",
"jest-config": "29.7.0",
"metro-react-native-babel-preset": "0.76.7",
"node-notifier": "10.0.1",
"prettier": "3.2.5",
"react-test-renderer": "18.2.0",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"utf-8-validate": "6.0.3"
}
}