|
18 | 18 | "eslint-plugin-ft-flow": "^3.0.11", |
19 | 19 | "eslint-plugin-prettier": "^5.5.1", |
20 | 20 | "jest": "^30.0.4", |
21 | | - "nitro-codegen": "^0.27.2", |
22 | 21 | "prettier": "^3.6.2", |
23 | | - "react": "19.1.0", |
24 | | - "react-native": "^0.81.0", |
25 | | - "react-native-nitro-modules": "0.30.2", |
26 | 22 | "react-test-renderer": "19.0.0", |
27 | 23 | "ts-jest": "^29.4.0", |
28 | 24 | "turbo": "^1.13.4", |
|
34 | 30 | "scripts": { |
35 | 31 | "build": "pnpm run -r build", |
36 | 32 | "build:watch": "pnpm run -r --parallel build:watch", |
37 | | - "build:docs": "pnpm -F @ottrelite/docs run build:docs", |
| 33 | + "build:docs": "pnpm -F @ottrelite/docs run build", |
38 | 34 | "lint": "pnpm run -r lint", |
39 | 35 | "typecheck": "pnpm run -r typecheck", |
40 | 36 | "test": "pnpm run -r test", |
|
45 | 41 | "changeset": "npx changeset", |
46 | 42 | "example:android": "pnpm -F @ottrelite/example run android", |
47 | 43 | "example:ios": "pnpm -F @ottrelite/example run ios", |
48 | | - "postinstall": "npx lefthook install && (pnpm run build || exit 0;)", |
49 | 44 | "pod:install": "cd examples/rn-app && pod install", |
50 | 45 | "publish:npm": "pnpm -r publish:npm", |
51 | 46 | "publish:yalc": "pnpm -r publish:yalc" |
|
0 commit comments