|
16 | 16 | "dependencies": {
|
17 | 17 | "@babylonjs/core": "5.27.0",
|
18 | 18 | "@babylonjs/loaders": "5.27.0",
|
| 19 | + "@babylonjs/playground-shared": "file:../playground-shared", |
19 | 20 | "@babylonjs/react-native": "file:../../../Modules/@babylonjs/react-native",
|
20 | 21 | "@babylonjs/react-native-iosandroid": "file:../../../Modules/@babylonjs/react-native-iosandroid",
|
21 | 22 | "@babylonjs/react-native-windows": "file:../../../Modules/@babylonjs/react-native-windows",
|
22 |
| - "@babylonjs/playground-shared": "file:../playground-shared", |
23 | 23 | "@react-native-community/slider": "^4.0.0-rc.3",
|
24 | 24 | "react": "17.0.2",
|
25 | 25 | "react-native": "0.65.0",
|
|
28 | 28 | },
|
29 | 29 | "devDependencies": {
|
30 | 30 | "@babel/core": "^7.12.9",
|
| 31 | + "@babel/plugin-proposal-logical-assignment-operators": "^7.18.9", |
31 | 32 | "@babel/runtime": "^7.12.5",
|
32 | 33 | "@react-native-community/eslint-config": "^2.0.0",
|
| 34 | + "@typescript-eslint/eslint-plugin": "^4.28.3", |
| 35 | + "@typescript-eslint/parser": "^4.28.3", |
33 | 36 | "babel-jest": "^26.6.3",
|
| 37 | + "chalk": "^4.1.1", |
34 | 38 | "eslint": "7.14.0",
|
35 | 39 | "jest": "^26.6.3",
|
| 40 | + "metro-config": "^0.64.0", |
36 | 41 | "metro-react-native-babel-preset": "^0.66.0",
|
| 42 | + "prettier": "^2.0.4", |
37 | 43 | "react-native-codegen": "^0.0.7",
|
38 | 44 | "react-test-renderer": "17.0.2",
|
39 |
| - "@typescript-eslint/eslint-plugin": "^4.28.3", |
40 |
| - "@typescript-eslint/parser": "^4.28.3", |
41 |
| - "chalk": "^4.1.1", |
42 |
| - "metro-config": "^0.64.0", |
43 |
| - "prettier": "^2.0.4", |
44 | 45 | "shelljs": "^0.8.4",
|
45 | 46 | "typescript": "^4.3.5"
|
46 | 47 | },
|
|
0 commit comments