-
Notifications
You must be signed in to change notification settings - Fork 204
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 3.5 KB
/
Copy pathpackage.json
File metadata and controls
105 lines (105 loc) · 3.5 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
96
97
98
99
100
101
102
103
104
105
{
"name": "analytics-react-native",
"private": true,
"workspaces": [
"packages/shared",
"packages/sovran",
"packages/core",
"packages/plugins/*",
"examples/e2e-shared"
],
"scripts": {
"core": "yarn workspace @segment/analytics-react-native",
"sovran": "yarn workspace @segment/sovran-react-native",
"example": "yarn --cwd examples/AnalyticsReactNativeExample",
"build": "yarn workspaces foreach -A -p --topological-dev run build",
"test": "jest",
"typecheck": "tsc --noEmit --composite false",
"lint": "eslint .",
"format": "treefmt --clear-cache",
"format:check": "treefmt --clear-cache --fail-on-change",
"clean": "yarn workspaces foreach -A -p run clean",
"release": "yarn multi-semantic-release"
},
"devDependencies": {
"@anolilab/multi-semantic-release": "^1.0.3",
"@babel/core": "^7.23.3",
"@babel/runtime": "^7.26.10",
"@changesets/cli": "^2.26.2",
"@commitlint/config-conventional": "^18.4.2",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native/eslint-config": "^0.73.2",
"@segment/analytics-rn-shared": "workspace:^",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.3",
"@semantic-release/npm": "^13.1.5",
"@semantic-release/release-notes-generator": "^12.1.0",
"@types/jest": "^29.5.8",
"@types/node": "^20.9.1",
"@types/react": "^18.2.37",
"@types/react-native": "0.72.6",
"@types/uuid": "^9.0.7",
"babel-jest": "^29.7.0",
"commitlint": "^18.4.2",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^8",
"husky": "^8.0.3",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "^0.77.0",
"prettier": "^2.8.8",
"react": "18.2.0",
"react-native": "^0.72.7",
"react-native-builder-bob": "^0.23.1",
"react-native-get-random-values": "^1.11.0",
"rimraf": "^5.0.5",
"semantic-release": "^22.0.12",
"semantic-release-yarn": "^3.0.2",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
"packageManager": "yarn@4.1.0",
"resolutions": {
"flatted@^3.2.9": "^3.4.2",
"ip@^2.0.0": "^2.0.1",
"lodash-es@^4.17.21": "^4.18.0",
"@babel/plugin-transform-modules-systemjs@^7.23.9": "^7.29.4",
"@grpc/grpc-js@~1.9.0": "~1.9.16",
"diff@^5.1.0": "^5.2.2",
"fast-xml-parser@^4.0.12": "^4.5.5",
"glob@^10.2.2": "^10.5.0",
"glob@^10.3.10": "^10.5.0",
"glob@^10.3.7": "^10.5.0",
"image-size@^1.0.2": "^1.2.1",
"protobufjs@^7.2.5": "^7.6.5",
"shell-quote@1.8.0": "^1.9.0",
"shell-quote@^1.7.2": "^1.9.0",
"sigstore@^4.0.0": "^4.1.1",
"minimatch@^9.0.0": "^9.0.4",
"minimatch@^9.0.1": "^9.0.4",
"minimatch@^9.0.3": "^9.0.4",
"@semantic-release/npm@npm:^11.0.0": "^13.1.5",
"npm@^10.0.0": "10.9.0",
"npm@^11.6.2": "11.18.0",
"pacote@^17.0.0": "^17.0.7",
"pacote@^17.0.4": "^17.0.7",
"pacote@^17.0.6": "^17.0.7",
"pacote@^21.0.0": "^21.4.1",
"pacote@^21.0.2": "^21.4.1",
"pacote@^21.4.0": "^21.4.1",
"sigstore@^2.2.0": "^2.2.1",
"ws@^6.2.2": "6.2.4",
"ws@^7": "7.5.11",
"ws@^7.0.0": "7.5.11",
"ws@^7.5.1": "7.5.11",
"undici@^6.23.0": "^6.27.0",
"node-gyp@^12.4.0": "^13.0.1",
"node-gyp@latest": "^13.0.1",
"browserslist@^4.20.4": "^4.24.0",
"browserslist@^4.22.2": "^4.24.0",
"tar": "7.5.20",
"baseline-browser-mapping": "2.10.43",
"electron-to-chromium": "1.5.393"
}
}