|
33 | 33 | ], |
34 | 34 | "scripts": { |
35 | 35 | "build": "./uuid-fix.sh && bob build", |
36 | | - "example": "./uuid-fix.sh && yarn workspace cbl-reactnative-example", |
| 36 | + "example": "./uuid-fix.sh && yarn workspace expo-example", |
37 | 37 | "test": "jest", |
38 | 38 | "typecheck": "./uuid-fix.sh && tsc --noEmit", |
39 | 39 | "lint": "eslint \"**/*.{js,ts,tsx}\"", |
40 | | - "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib", |
| 40 | + "clean": "del-cli android/build expo-example/android/build expo-example/android/app/build expo-example/ios/build lib", |
41 | 41 | "prepare": "./uuid-fix.sh && bob build", |
42 | 42 | "release": "./uuid-fix.sh && release-it" |
43 | 43 | }, |
|
60 | 60 | "registry": "https://registry.npmjs.org/" |
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | | - "uuid": "^10.0.0", |
64 | | - "react-native-get-random-values": "^1.11.0", |
65 | | - "chai": "^5.1.0", |
66 | 63 | "@commitlint/config-conventional": "^17.0.2", |
67 | 64 | "@evilmartians/lefthook": "^1.5.0", |
68 | 65 | "@react-native/eslint-config": "^0.73.1", |
69 | 66 | "@release-it/conventional-changelog": "^8.0.1", |
70 | 67 | "@types/jest": "^29.5.5", |
71 | 68 | "@types/react": "^18.2.44", |
| 69 | + "chai": "^5.1.0", |
72 | 70 | "commitlint": "^17.0.2", |
73 | 71 | "del-cli": "^5.1.0", |
74 | 72 | "eslint": "^8.51.0", |
|
79 | 77 | "react": "18.2.0", |
80 | 78 | "react-native": "0.74.3", |
81 | 79 | "react-native-builder-bob": "^0.25.0", |
| 80 | + "react-native-get-random-values": "^1.11.0", |
82 | 81 | "release-it": "^17.5.0", |
83 | 82 | "turbo": "^1.10.7", |
84 | | - "typescript": "^5.4.2" |
85 | | - }, |
86 | | - "dependencies": { |
| 83 | + "typescript": "^5.4.2", |
| 84 | + "uuid": "^10.0.0" |
87 | 85 | }, |
88 | 86 | "resolutions": { |
89 | 87 | "@types/react": "^18.2.44" |
|
0 commit comments