-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.64 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
54
55
56
{
"name": "@cryptoticket/react-native-hot-patching",
"version": "1.2.4",
"description": "Dynamic bundle update for React Native",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cryptoticket/react-native-hot-patching.git"
},
"keywords": [
"react",
"native",
"hot",
"patching",
"dynamic",
"bundle",
"reload"
],
"author": "Vladimir Ryzhak <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/cryptoticket/react-native-hot-patching/issues"
},
"homepage": "https://github.com/cryptoticket/react-native-hot-patching#readme",
"peerDependencies": {
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-dynamic-bundle": "git+https://[email protected]/mauritsd/react-native-dynamic-bundle",
"react-native-fs": "^2.16.6",
"react-native-zip-archive": "^5.0.2"
},
"dependencies": {
"axios": "^0.21.1",
"semver": "^7.1.3"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-flow": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"babel-jest": "^25.1.0",
"jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.58.0",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-dynamic-bundle": "git+https://[email protected]/mauritsd/react-native-dynamic-bundle",
"react-native-fs": "^2.16.6",
"react-native-zip-archive": "^5.0.2"
}
}