-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 3.19 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 3.19 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
{
"name": "monorepo-root",
"version": "1.0.0",
"private": true,
"scripts": {
"lint": "yarn workspace react-native-purchasely lint",
"typecheck": "yarn workspace react-native-purchasely typecheck",
"test": "yarn workspace react-native-purchasely test",
"prepare": "yarn workspace react-native-purchasely prepare",
"purchasely:prepare": "yarn workspace react-native-purchasely prepare",
"purchasely:clean": "yarn workspace react-native-purchasely clean",
"google:prepare": "yarn workspace @purchasely/react-native-purchasely-google prepare",
"google:clean": "yarn workspace @purchasely/react-native-purchasely-google clean",
"player:prepare": "yarn workspace @purchasely/react-native-purchasely-android-player prepare",
"player:clean": "yarn workspace @purchasely/react-native-purchasely-android-player clean",
"amazon:prepare": "yarn workspace @purchasely/react-native-purchasely-amazon prepare",
"amazon:clean": "yarn workspace @purchasely/react-native-purchasely-amazon clean",
"huawei:prepare": "yarn workspace @purchasely/react-native-purchasely-huawei prepare",
"huawei:clean": "yarn workspace @purchasely/react-native-purchasely-huawei clean",
"all:prepare": "yarn workspaces foreach -Ap run prepare",
"all:clean": "yarn workspaces foreach -Ap run clean",
"example:ios": "yarn workspace example ios",
"example:android": "yarn workspace example android",
"example:start": "yarn workspace example start",
"reset-module": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +"
},
"resolutions": {
"@types/react": "^18.2.12",
"@types/react-native": "^0.70.14",
"@babel/plugin-transform-modules-systemjs": ">=7.29.4",
"basic-ftp": ">=5.3.1",
"brace-expansion": "~1.1.13",
"cacache/glob": "^10.5.0",
"fast-xml-builder": ">=1.1.7",
"flatted": ">=3.4.2",
"handlebars": ">=4.7.9",
"ip-address": ">=10.1.1",
"js-yaml": ">=4.2.0",
"lodash": ">=4.18.0",
"lodash-es": ">=4.18.0",
"minimatch": "~3.1.3",
"picomatch@npm:^4.0.2": "4.0.4",
"picomatch@npm:^4.0.3": "4.0.4",
"fast-xml-parser": ">=4.5.4",
"tar": ">=7.5.16",
"tmp": ">=0.2.6",
"undici": ">=7.24.0",
"ws": "7.5.11"
},
"workspaces": [
"packages/*",
"./example"
],
"devDependencies": {
"@react-native-community/cli-doctor": "^15.1.3",
"@react-native-community/eslint-config": "^3.2.0",
"@release-it-plugins/workspaces": "^4.2.0",
"@release-it/bumper": "^7.0.1",
"@release-it/conventional-changelog": "^9.0.2",
"@types/react": "^19.0.10",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"eslint": "^8.57.1",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.10.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.4",
"prettier": "^3.5.2",
"release-it": "^17.10.0",
"typescript": "^5.2.2"
},
"release-it": {
"git": {
"requireCleanWorkingDir": false
}
},
"npm": {
"publish": false
}
}