|
6 | 6 | "main": "lib/index.js",
|
7 | 7 | "types": "lib/index.d.ts",
|
8 | 8 | "scripts": {
|
9 |
| - "tsc:compile": "npx tsc --noEmit", |
| 9 | + "tsc:compile": "tsc --noEmit", |
10 | 10 | "build": "genversion --semi lib/version.js",
|
11 |
| - "build:all": "yarn build:clean && yarn build && yarn build:example:android && yarn build:example:ios", |
12 |
| - "build:example:android": "cd example/android && ./gradlew assembleDebug", |
13 |
| - "build:example:ios": "cd example && (xcodebuild -workspace ios/testing.xcworkspace -scheme testing -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build -UseModernBuildSystem=YES || true)", |
| 11 | + "build:all": "yarn build:clean && yarn build && yarn example:build:android && yarn example:build:ios", |
14 | 12 | "build:clean": "rimraf ios/build android/build example/android/app/build example/ios/build",
|
15 | 13 | "build:docs": "typedoc --includeDeclarations --excludeExternals --out docs --plugin typedoc-plugin-markdown --hideBreadcrumbs",
|
16 | 14 | "precommit": "yarn prepare && yarn build:all",
|
17 |
| - "prepare": "yarn tsc:compile && yarn prepare:example", |
18 |
| - "prepare:example": "cd example && yarn && cd ios && (pod install || true)", |
| 15 | + "prepare": "yarn tsc:compile && yarn example:prepare", |
| 16 | + "example:prepare": "cd example && yarn && cd ios && (pod install || true)", |
| 17 | + "example:build:android": "cd example/android && ./gradlew assembleDebug", |
| 18 | + "example:build:ios": "cd example && (xcodebuild -workspace ios/testing.xcworkspace -scheme testing -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build -UseModernBuildSystem=YES || true)", |
| 19 | + "example:start": "cd example && yarn start", |
| 20 | + "example:ios": "cd example && yarn ios", |
| 21 | + "example:android": "cd example && yarn android", |
19 | 22 | "shipit": "yarn np"
|
20 | 23 | },
|
21 | 24 | "repository": {
|
|
37 | 40 | "apple authentication"
|
38 | 41 | ],
|
39 | 42 | "devDependencies": {
|
40 |
| - "@react-native-community/eslint-config": "^2.0.0", |
41 |
| - "@types/react": "16.9.56", |
42 |
| - "@types/react-native": "0.63.35", |
43 |
| - "genversion": "^2.2.1", |
44 |
| - "np": "^7.0.0", |
45 |
| - "prettier": "^2.1.2", |
| 43 | + "@react-native-community/eslint-config": "^3.0.1", |
| 44 | + "@types/react": "17.0.33", |
| 45 | + "@types/react-native": "0.66.2", |
| 46 | + "genversion": "^3.0.2", |
| 47 | + "np": "^7.5.0", |
| 48 | + "prettier": "^2.4.1", |
| 49 | + "react-native": "^0.66.1", |
46 | 50 | "rimraf": "^3.0.2",
|
47 |
| - "typedoc": "^0.19.2", |
48 |
| - "typedoc-plugin-markdown": "^3.0.11", |
49 |
| - "typescript": "^4.0.5" |
| 51 | + "typedoc": "^0.19", |
| 52 | + "typedoc-plugin-markdown": "~3.0", |
| 53 | + "typescript": "^4.4.4" |
50 | 54 | },
|
51 | 55 | "publishConfig": {
|
52 | 56 | "access": "public"
|
|
0 commit comments