2016-02-23 19:51:58 +08:00
|
|
|
{
|
|
|
|
"name": "testHotUpdate",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2019-10-04 18:38:54 +08:00
|
|
|
"android": "react-native run-android",
|
|
|
|
"ios": "react-native run-ios",
|
|
|
|
"start": "react-native start",
|
|
|
|
"test": "jest",
|
2020-10-21 08:12:52 +08:00
|
|
|
"lint": "eslint .",
|
|
|
|
"apk": "(cd android && ./gradlew aR)"
|
2016-02-23 19:51:58 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-09-01 15:29:13 +08:00
|
|
|
"react": "16.13.1",
|
2020-10-21 08:12:52 +08:00
|
|
|
"react-native": "0.63.3",
|
2020-10-21 08:26:55 +08:00
|
|
|
"react-native-update": "link:../..",
|
|
|
|
"react-native-webview": "^10.9.2"
|
2019-10-04 18:38:54 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-09-01 15:29:13 +08:00
|
|
|
"@babel/core": "^7.8.4",
|
|
|
|
"@babel/runtime": "^7.8.4",
|
|
|
|
"@react-native-community/eslint-config": "^1.1.0",
|
|
|
|
"babel-jest": "^25.1.0",
|
2019-10-04 18:38:54 +08:00
|
|
|
"eslint": "^6.5.1",
|
2020-09-01 15:29:13 +08:00
|
|
|
"jest": "^25.1.0",
|
|
|
|
"metro-react-native-babel-preset": "^0.59.0",
|
|
|
|
"react-test-renderer": "16.13.1"
|
2019-10-04 18:38:54 +08:00
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"preset": "react-native"
|
2016-02-23 19:51:58 +08:00
|
|
|
}
|
|
|
|
}
|