-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.87 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
64
65
66
67
68
69
{
"name": "@setpartnerstv/react-native-gpbonus-sdk",
"title": "React Native GPBonus SDK",
"version": "2.0.0",
"description": "GPBonus ReactNative SDK",
"main": "index.js",
"react-native": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/",
"src/"
],
"scripts": {
"lint": "eslint \"src/**/*.{ts, tsx}\"",
"test": "yarn run test:ts && yarn run lint",
"build": "tsc",
"dev": "tsc --watch",
"test:ts": "tsc --noEmit"
},
"homepage": "https://github.com/SetPartnerstv/reactnative-sdk#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/SetPartnerstv/reactnative-sdk.git"
},
"keywords": [
"react-native"
],
"author": {
"name": "SetPartnerstv",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": ">=18.2.0",
"react-native": ">=0.72.0",
"react-native-webview": ">=13.10.2",
"@react-native-clipboard/clipboard": ">=1.13.2"
},
"dependencies": {
"@react-native-clipboard/clipboard": "1.13.2",
"react-native-url-polyfill": "^2.0.0",
"react-native-webview": "^13.10.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.12",
"@react-native/typescript-config": "0.73.1",
"@tsconfig/react-native": "^3.0.0",
"@types/react": "^18.0.24",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "^0.76.9",
"prettier": "^2.4.1",
"react": "18.2.0",
"react-native": "0.72.14",
"react-test-renderer": "18.2.0",
"typescript": "5.1.3"
}
}