|
3 | 3 | "description": "ReScript bindings for react-navigation.",
|
4 | 4 | "version": "5.1.3",
|
5 | 5 | "peerDependencies": {
|
6 |
| - "@react-navigation/native": "^5.0.0", |
7 | 6 | "@react-navigation/bottom-tabs": "^5.0.0",
|
8 |
| - "@react-navigation/stack": "^5.0.0", |
9 |
| - "@react-navigation/material-top-tabs": "^5.0.0", |
10 |
| - "@react-navigation/material-bottom-tabs": "^5.0.0", |
11 | 7 | "@react-navigation/drawer": "^5.0.0",
|
| 8 | + "@react-navigation/material-bottom-tabs": "^5.0.0", |
| 9 | + "@react-navigation/material-top-tabs": "^5.0.0", |
| 10 | + "@react-navigation/native": "^5.0.0", |
| 11 | + "@react-navigation/stack": "^5.0.0", |
12 | 12 | "@rescript/react": "^0.10.0",
|
13 | 13 | "rescript-react-native": "^0.64.3"
|
14 | 14 | },
|
|
35 | 35 | "format:most": "prettier --write \"**/*.{md,json,js,css}\"",
|
36 | 36 | "format:re": "find . -name \"*.re\" -or -name \"*.rei\" | grep -v \"node_modules\" | xargs bsrefmt --in-place",
|
37 | 37 | "format": "yarn format:most && yarn format:re",
|
38 |
| - "re:start": "bsb -make-world -w", |
39 |
| - "re:build": "bsb -make-world", |
40 |
| - "re:clean-build": "bsb -clean-world -make-world", |
| 38 | + "re:start": "rescript -w", |
| 39 | + "re:build": "rescript", |
| 40 | + "re:clean-build": "rescript clean && rescript", |
41 | 41 | "start": "yarn re:start",
|
42 | 42 | "build": "yarn re:build",
|
43 | 43 | "test": "yarn re:clean-build",
|
44 | 44 | "release": "npmpub"
|
45 | 45 | },
|
46 | 46 | "devDependencies": {
|
47 |
| - "bs-platform": "^9.0.0", |
| 47 | + "@rescript/react": "^0.10.0", |
48 | 48 | "husky": "^4.0.0",
|
49 | 49 | "lint-staged": "^10.0.0",
|
50 | 50 | "npmpub": "^5.0.0",
|
51 | 51 | "prettier": "^2.0.0",
|
52 |
| - "@rescript/react": "^0.10.0", |
| 52 | + "rescript": "^9.1.2", |
53 | 53 | "rescript-react-native": "^0.64.3"
|
54 | 54 | },
|
55 | 55 | "prettier": {
|
|
0 commit comments