11{
2- "name" : " @babylonjs/react-native" ,
3- "title" : " React Native Babylon" ,
4- "version" : " 0.0.1" ,
5- "description" : " Babylon Native integration into React Native" ,
6- "main" : " index.ts" ,
7- "scripts" : {
8- "test" : " echo \" Error: no test specified\" && exit 1"
9- },
10- "repository" : {
11- "type" : " git" ,
12- "url" : " git+https://github.com/babylonjs/BabylonReactNative.git" ,
13- "baseUrl" : " https://github.com/babylonjs/BabylonReactNative"
14- },
15- "keywords" : [
16- " react-native"
17- ],
18- "author" : {
19- "name" : " Your Name" ,
20- 21- },
22- "homepage" : " https://github.com/BabylonJS/BabylonReactNative#readme" ,
23- "license" : " MIT" ,
24- "licenseFilename" : " LICENSE" ,
25- "readmeFilename" : " README.md" ,
26- "dependencies" : {
27- "base-64" : " ^0.1.0" ,
28- "semver" : " ^7.3.2"
29- },
30- "peerDependencies" : {
31- "@babylonjs/core" : " >=5.53.1" ,
32- "react" : " *" ,
33- "react-native" : " *" ,
34- "react-native-permissions" : " >=3.0.0"
35- },
36- "devDependencies" : {
37- "@babel/core" : " ^7.8.4" ,
38- "@babel/runtime" : " ^7.8.4" ,
39- "@babylonjs/core" : " >=5.53.1" ,
40- "@rnw-scripts/eslint-config" : " 0.1.6" ,
41- "@rnw-scripts/ts-config" : " 0.1.0" ,
42- "@types/base-64" : " ^0.1.3" ,
43- "@types/jest" : " ^25.2.1" ,
44- "react-native" : " 0.73.5" ,
45- "@types/react" : " ^18.3.0" ,
46- "react-native-permissions" : " ^4.1.5" ,
47- "@types/react-test-renderer" : " ^16.9.2" ,
48- "@types/semver" : " ^7.3.4" ,
49- "eslint" : " 7.12.0" ,
50- "just-scripts" : " ^0.44.7" ,
51- "prettier" : " 1.19.1" ,
52- "typescript" : " ^4.3.5"
53- }
54- }
2+ "name" : " @babylonjs/react-native" ,
3+ "title" : " React Native Babylon" ,
4+ "version" : " 0.0.1" ,
5+ "description" : " Babylon Native integration into React Native" ,
6+ "main" : " index.js" ,
7+ "scripts" : {
8+ "test" : " echo \" Error: no test specified\" && exit 1" ,
9+ "postinstall" : " node ./postinstall.js"
10+ },
11+ "repository" : {
12+ "type" : " git" ,
13+ "url" : " git+https://github.com/babylonjs/BabylonReactNative.git" ,
14+ "baseUrl" : " https://github.com/babylonjs/BabylonReactNative"
15+ },
16+ "keywords" : [
17+ " react-native"
18+ ],
19+ "author" : {
20+ "name" : " Your Name" ,
21+ 22+ },
23+ "homepage" : " https://github.com/BabylonJS/BabylonReactNative#readme" ,
24+ "license" : " MIT" ,
25+ "licenseFilename" : " LICENSE" ,
26+ "readmeFilename" : " README.md" ,
27+ "dependencies" : {
28+ "base-64" : " ^0.1.0" ,
29+ "semver" : " ^7.3.2"
30+ },
31+ "peerDependencies" : {
32+ "@babylonjs/core" : " >=5.53.1" ,
33+ "react" : " *" ,
34+ "react-native" : " *" ,
35+ "react-native-permissions" : " >=3.0.0"
36+ },
37+ "devDependencies" : {
38+ "@babel/core" : " ^7.8.4" ,
39+ "@babel/runtime" : " ^7.8.4" ,
40+ "@babylonjs/core" : " >=5.53.1" ,
41+ "@rnw-scripts/eslint-config" : " 0.1.6" ,
42+ "@rnw-scripts/ts-config" : " 0.1.0" ,
43+ "@types/base-64" : " ^0.1.3" ,
44+ "@types/jest" : " ^25.2.1" ,
45+ "react-native" : " 0.73.5" ,
46+ "@types/react" : " ^18.3.0" ,
47+ "react-native-permissions" : " ^4.1.5" ,
48+ "@types/react-test-renderer" : " ^16.9.2" ,
49+ "@types/semver" : " ^7.3.4" ,
50+ "eslint" : " 7.12.0" ,
51+ "just-scripts" : " ^0.44.7" ,
52+ "prettier" : " 1.19.1" ,
53+ "typescript" : " ^4.3.5"
54+ }
55+ }
0 commit comments