-
Notifications
You must be signed in to change notification settings - Fork 191
/
package.json
63 lines (63 loc) · 2.3 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": "analytics-react-native",
"private": true,
"workspaces": [
"packages/shared",
"packages/sovran",
"packages/core",
"packages/plugins/*"
],
"scripts": {
"bootstrap": "yarn install && yarn example install && yarn example pods && yarn e2e install && yarn e2e pods && husky install",
"bootstrap:ci": "yarn install && yarn e2e install && yarn e2e pods && husky install",
"core": "yarn workspace @segment/analytics-react-native",
"sovran": "yarn workspace @segment/sovran-react-native",
"example": "yarn --cwd examples/AnalyticsReactNativeExample",
"e2e": "yarn --cwd examples/E2E",
"build": "yarn workspaces foreach -A --topological-dev run build",
"testAll": "yarn workspaces foreach -A -p run test --passWithNoTests",
"clean": "yarn workspaces foreach -A -p run clean",
"typescript": "tsc --noEmit --composite false",
"test": "jest",
"lint": "eslint .",
"release": " yarn multi-semantic-release"
},
"devDependencies": {
"@anolilab/multi-semantic-release": "^1.0.3",
"@babel/core": "^7.23.3",
"@babel/runtime": "^7.23.2",
"@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": "^11.0.1",
"@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.56.0",
"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",
"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": "[email protected]"
}