-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.57 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@babylonjs/react-native",
"title": "React Native Babylon",
"version": "1.6.1",
"description": "Babylon Native integration into React Native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jihoobyeon/BRN-macOS.git",
"baseUrl": "https://github.com/jihoobyeon/BRN-macOS"
},
"keywords": [
"react-native"
],
"author": {
"name": "Jihoo Byeon",
"email": "[email protected]"
},
"homepage": "https://github.com/jihoobyeon/BRN-macOS",
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"dependencies": {
"base-64": "^0.1.0",
"semver": "^7.3.2"
},
"peerDependencies": {
"@babylonjs/core": ">=5.42.2",
"react": ">=16.13.1",
"react-native": ">=0.63.1"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@babylonjs/core": ">=5.42.2",
"@rnw-scripts/eslint-config": "0.1.6",
"@rnw-scripts/ts-config": "0.1.0",
"@types/base-64": "^0.1.3",
"@types/jest": "^25.2.1",
"@types/react": "^16.9.32",
"@types/react-native": "^0.63.1",
"@types/react-test-renderer": "^16.9.2",
"@types/semver": "^7.3.4",
"eslint": "7.12.0",
"just-scripts": "^0.44.7",
"metro-react-native-babel-preset": "^0.56.0",
"prettier": "1.19.1",
"typescript": "^4.3.5"
}
}