-
Notifications
You must be signed in to change notification settings - Fork 204
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 2.09 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 2.09 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
{
"name": "analytics-react-native",
"private": true,
"workspaces": [
"packages/shared",
"packages/sovran",
"packages/core",
"packages/plugins/*",
"examples/shared-e2e"
],
"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": "^4.4.1",
"@babel/core": "^7.29.0",
"@babel/runtime": "^7.29.2",
"@changesets/cli": "^2.30.0",
"@commitlint/config-conventional": "^20.5.0",
"@react-native-async-storage/async-storage": "^3.0.2",
"@react-native/eslint-config": "^0.85.1",
"@segment/analytics-rn-shared": "workspace:^",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.6",
"@semantic-release/npm": "^13.1.5",
"@semantic-release/release-notes-generator": "^14.1.0",
"@types/jest": "^30.0.0",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-native": "0.72.6",
"@types/uuid": "^9.0.7",
"babel-jest": "^30.3.0",
"commitlint": "^20.5.0",
"conventional-changelog-conventionalcommits": "^9.3.1",
"eslint": "^10",
"husky": "^9.1.7",
"jest": "^30.3.0",
"metro-react-native-babel-preset": "^0.77.0",
"prettier": "^3.8.3",
"react": "19.2.5",
"react-native": "^0.85.1",
"react-native-builder-bob": "^0.41.0",
"rimraf": "^6.1.3",
"semantic-release": "^25.0.3",
"semantic-release-yarn": "^3.0.2",
"ts-jest": "^29.4.9",
"typescript": "^6.0.2"
},
"packageManager": "yarn@4.1.0"
}