react-native-hecom-common
Version:
Public UI components and data structures.
54 lines (53 loc) • 1.49 kB
JSON
{
"name": "react-native-hecom-common",
"version": "0.1.3",
"private": false,
"description": "Public UI components and data structures.",
"main": "src/index.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"lint": "eslint src/*.js src/**/*.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RNCommon/react-native-hecom-common.git"
},
"keywords": [
"React-Native",
"Common",
"Hecom"
],
"author": "Xiaosong Gao",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/RNCommon/react-native-hecom-common/issues",
"email": "gaoxiaosong06@gmail.com"
},
"homepage": "https://github.com/RNCommon/react-native-hecom-common#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^22.1.0",
"babel-preset-react-native": "^4.0.0",
"eslint": "^4.17.0",
"eslint-plugin-react": "^7.6.1",
"eslint-plugin-react-native": "^3.2.1",
"jest": "^22.1.4",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-native": "^0.52.2",
"react-test-renderer": "^16.2.0",
"react-native-pure-navigation-bar": "^1.2.1"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"md5": "^2.2.1",
"rc-dialog": "^6.5.11",
"react-native-keyboard-aware-scroll-view": "^0.5.0",
"react-native-root-toast": "^2.2.0",
"react-native-image-zoom-viewer": "^2.2.5"
}
}