6 Star 16 Fork 3

WeBank / wt-console

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
Tintin 提交于 2020-08-06 15:51 . release 1.4.2
{
"name": "@webank/wt-console",
"version": "1.4.2",
"description": "A lightweight, extendable debug tool for React Native",
"main": "library/index.js",
"keywords": [
"react-native",
"console",
"console panel",
"wt-console"
],
"author": "webank",
"license": "Apache-2.0",
"scripts": {
"start": "node_modules/react-native/scripts/packager.sh",
"test": "jest"
},
"dependencies": {
"url": "^0.11.0"
},
"jest": {
"preset": "react-native"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-jest": "18.0.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react-native": "1.9.1",
"eslint": "^4.18.2",
"eslint-config-standard": "^6.2.1",
"eslint-config-standard-jsx": "^4.0.1",
"eslint-plugin-angular": "^2.3.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-standard": "^2.3.1",
"prop-types": "^15.7.2",
"standard": "^9.0.0"
},
"peerDependencies": {
"react": "16.0.0-alpha.6",
"react-native": "^0.40.0"
}
}
JavaScript
1
https://gitee.com/WeBank/wt-console.git
git@gitee.com:WeBank/wt-console.git
WeBank
wt-console
wt-console
master

搜索帮助