mirror of
https://github.com/zhigang1992/react-native-global-props.git
synced 2026-01-12 22:50:26 +08:00
29 lines
668 B
JSON
29 lines
668 B
JSON
{
|
|
"name": "react-native-global-props",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
|
"test": "jest",
|
|
"lint": "./node_modules/.bin/eslint ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Ajackster/react-native-global-props"
|
|
},
|
|
"dependencies": {
|
|
"react": "15.4.1",
|
|
"react-native": "0.39.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-jest": "17.0.2",
|
|
"babel-preset-react-native": "1.9.0",
|
|
"eslint": "^3.12.0",
|
|
"eslint-plugin-react": "^6.8.0",
|
|
"jest": "17.0.3",
|
|
"react-test-renderer": "15.4.1"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|