添加 蓝牙监听、微信页面刷新功能
Showing
... | @@ -28,39 +28,40 @@ | ... | @@ -28,39 +28,40 @@ |
"author": "", | "author": "", | ||
"license": "MIT", | "license": "MIT", | ||
"dependencies": { | "dependencies": { | ||
"@tarojs/async-await": "1.3.12", | "@tarojs/async-await": "1.3.14", | ||
"@tarojs/components": "1.3.12", | "@tarojs/components": "1.3.14", | ||
"@tarojs/redux": "1.3.12", | "@tarojs/components-rn": "^1.3.14", | ||
"@tarojs/redux-h5": "1.3.12", | "@tarojs/redux": "1.3.14", | ||
"@tarojs/router": "1.3.12", | "@tarojs/redux-h5": "1.3.14", | ||
"@tarojs/taro": "1.3.12", | "@tarojs/router": "1.3.14", | ||
"@tarojs/taro-alipay": "1.3.12", | "@tarojs/taro": "1.3.14", | ||
"@tarojs/taro-h5": "1.3.12", | "@tarojs/taro-alipay": "1.3.14", | ||
"@tarojs/taro-swan": "1.3.12", | "@tarojs/taro-h5": "1.3.14", | ||
"@tarojs/taro-tt": "1.3.12", | "@tarojs/taro-redux-rn": "^1.3.14", | ||
"@tarojs/taro-weapp": "1.3.12", | "@tarojs/taro-rn": "^1.3.14", | ||
"@tarojs/taro-router-rn": "^1.3.14", | |||
"@tarojs/taro-swan": "1.3.14", | |||
"@tarojs/taro-tt": "1.3.14", | |||
"@tarojs/taro-weapp": "1.3.14", | |||
"axios": "^0.19.0", | "axios": "^0.19.0", | ||
"nerv-devtools": "^1.4.0", | "nerv-devtools": "^1.4.0", | ||
"nervjs": "^1.4.0", | "nervjs": "^1.4.0", | ||
"react": "16.3.1", | |||
"react-native": "0.59.8", | |||
"redux": "^4.0.0", | "redux": "^4.0.0", | ||
"redux-logger": "^3.0.6", | "redux-logger": "^3.0.6", | ||
"redux-thunk": "^2.3.0", | "redux-thunk": "^2.3.0", | ||
"taro-axios": "^0.5.0", | "taro-axios": "^0.5.0", | ||
"taro-listview": "^1.0.18", | |||
"taro-ui": "^2.2.1", | "taro-ui": "^2.2.1", | ||
"tslib": "^1.8.0", | "tslib": "^1.8.0" | ||
"@tarojs/components-rn": "^1.3.12", | |||
"@tarojs/taro-rn": "^1.3.12", | |||
"@tarojs/taro-router-rn": "^1.3.12", | |||
"@tarojs/taro-redux-rn": "^1.3.12", | |||
"react": "16.3.1", | |||
"react-native": "0.59.8" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@tarojs/plugin-babel": "1.3.12", | "@tarojs/plugin-babel": "1.3.14", | ||
"@tarojs/plugin-csso": "1.3.12", | "@tarojs/plugin-csso": "1.3.14", | ||
"@tarojs/plugin-sass": "1.3.12", | "@tarojs/plugin-sass": "1.3.14", | ||
"@tarojs/plugin-uglifyjs": "1.3.12", | "@tarojs/plugin-uglifyjs": "1.3.14", | ||
"@tarojs/webpack-runner": "1.3.12", | "@tarojs/webpack-runner": "1.3.14", | ||
"@types/react": "^16.4.8", | "@types/react": "^16.4.8", | ||
"@types/webpack-env": "^1.13.6", | "@types/webpack-env": "^1.13.6", | ||
"@typescript-eslint/parser": "^1.6.0", | "@typescript-eslint/parser": "^1.6.0", | ||
... | @@ -71,17 +72,17 @@ | ... | @@ -71,17 +72,17 @@ |
"babel-plugin-transform-object-rest-spread": "^6.26.0", | "babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | "babel-preset-env": "^1.6.1", | ||
"eslint": "^5.16.0", | "eslint": "^5.16.0", | ||
"eslint-config-taro": "1.3.12", | "eslint-config-taro": "1.3.14", | ||
"eslint-plugin-import": "^2.12.0", | "eslint-plugin-import": "^2.12.0", | ||
"eslint-plugin-react": "^7.8.2", | "eslint-plugin-react": "^7.8.2", | ||
"eslint-plugin-react-hooks": "^1.6.1", | "eslint-plugin-react-hooks": "^1.6.1", | ||
"eslint-plugin-taro": "1.3.12", | "eslint-plugin-taro": "1.3.14", | ||
"husky": "^3.0.2", | "husky": "^3.0.2", | ||
"stylelint": "^10.1.0", | "stylelint": "^10.1.0", | ||
"stylelint-config-standard": "^18.3.0", | "stylelint-config-standard": "^18.3.0", | ||
"stylelint-config-taro-rn": "1.3.12", | "stylelint-config-taro-rn": "1.3.14", | ||
"stylelint-scss": "^3.9.3", | "stylelint-scss": "^3.9.3", | ||
"stylelint-taro-rn": "1.3.12", | "stylelint-taro-rn": "1.3.14", | ||
"tslint": "^5.17.0", | "tslint": "^5.17.0", | ||
"tslint-react": "^4.0.0", | "tslint-react": "^4.0.0", | ||
"typescript": "^3.0.1" | "typescript": "^3.0.1" | ||
... | ... |
Please
register
or
sign in
to comment