-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.59 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.59 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
{
"name": "@contentpass/react-native-contentpass-monorepo",
"version": "0.0.1",
"description": "Contentpass React Native SDK Monorepo",
"private": true,
"scripts": {
"example": "yarn workspace react-native-contentpass-example",
"expo-example": "yarn workspace react-native-contentpass-expo-example",
"test": "turbo run test",
"typecheck": "turbo run typecheck",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"prettier:check": "prettier --check \"**/*.{js,ts,tsx}\"",
"clean": "del-cli packages/*/lib packages/*/android/build examples/*/android/build examples/*/android/app/build examples/*/ios/build",
"build": "turbo run prepare",
"changeset": "changeset",
"changeset:version": "changeset version",
"changeset:publish": "yarn build && changeset publish"
},
"keywords": [
"contentpass",
"react-native",
"ios",
"android"
],
"repository": {
"type": "git",
"url": "git+https://github.com/contentpass/react-native-contentpass.git"
},
"author": "contentpass <dev@contentpass.de> (https://github.com/contentpass)",
"license": "MIT",
"bugs": {
"url": "https://github.com/contentpass/react-native-contentpass/issues"
},
"homepage": "https://github.com/contentpass/react-native-contentpass#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8",
"@commitlint/config-conventional": "^20.4.1",
"@eslint/eslintrc": "^3.3.0",
"@evilmartians/lefthook": "^2.1.0",
"@react-native-community/cli": "20.1.1",
"@react-native/babel-preset": "0.83.1",
"@react-native/eslint-config": "^0.83.1",
"@testing-library/react-native": "^13.3.3",
"@types/jest": "^30.0.0",
"@types/lodash": "^4.17.23",
"@types/react": "^19.2.10",
"caniuse-lite": "^1.0.30001769",
"commitlint": "^20.4.1",
"del-cli": "^7.0.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-ft-flow": "^3.0.3",
"eslint-plugin-prettier": "^5.5.5",
"jest": "^30.2.0",
"prettier": "^3.8.1",
"react": "19.2.4",
"react-native": "0.83.1",
"react-native-app-auth": "^8.1.0",
"react-native-builder-bob": "^0.40.17",
"react-native-encrypted-storage": "^4.0.3",
"react-test-renderer": "19.2.4",
"turbo": "^2.8.2",
"typescript": "^5.9.3"
},
"resolutions": {
"@types/react": "^18.2.44",
"react": "19.2.4",
"react-native": "0.83.1"
},
"workspaces": [
"packages/*",
"examples/*"
],
"packageManager": "yarn@3.6.1"
}