mirror of
https://github.com/status-im/react-native.git
synced 2025-01-20 14:29:16 +00:00
3f6943c9ab
- [AdsManager] Correct back button functionality | Eric Vicenti - [ReactNative] Replace Backstack with BackAndroid | Eric Vicenti - [ReactNative] Better error message for EADDRINUSE | Alex Kotliarskyi - [ReactNative] npm install --save chalk | Alex Kotliarskyi - Removed redundant views and shadow views | Nick Lockwood - [ReactNative] Fix variable shadowing in RCTText | Tadeu Zagallo - [react-packager] check in image-size module | Amjad Masad - Refactored RCTLog and added facility to prepend extra data to the log message | Nick Lockwood - [ReactNative] Fix crash on image download | Tadeu Zagallo - [React Native] #WIP Modify RCTShadowText measure function to honor maxNumberOfLines property | Alex Akers - Add promise support to AsyncStorage | Spencer Ahrens - [ReactNative] Revert high-level Subscribable | Eric Vicenti - [ReactNative] wrong deprecated prop check in RCTConvert | Kevin Gozali - [ReactNative][MAdMan] Add type for image source, flowify AdsManagerObjectiveTypes | Philipp von Weitershausen
70 lines
1.5 KiB
JSON
70 lines
1.5 KiB
JSON
{
|
|
"name": "react-native",
|
|
"version": "0.3.1",
|
|
"description": "A framework for building native apps using React",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:facebook/react-native.git"
|
|
},
|
|
"jest": {
|
|
"scriptPreprocessor": "jestSupport/scriptPreprocess.js",
|
|
"setupEnvScriptFile": "jestSupport/env.js",
|
|
"testPathIgnorePatterns": [
|
|
"/node_modules/",
|
|
"packager/react-packager/src/Activity/"
|
|
],
|
|
"testFileExtensions": [
|
|
"js"
|
|
],
|
|
"unmockedModulePathPatterns": [
|
|
"source-map"
|
|
]
|
|
},
|
|
"main": "Libraries/react-native/react-native.js",
|
|
"files": [
|
|
"React",
|
|
"Examples/SampleApp",
|
|
"Libraries",
|
|
"packager",
|
|
"cli.js",
|
|
"init.sh",
|
|
"LICENSE",
|
|
"PATENTS",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"test": "jest",
|
|
"lint": "node linter.js Examples/",
|
|
"start": "./packager/packager.sh"
|
|
},
|
|
"bin": {
|
|
"react-native-start": "packager/packager.sh"
|
|
},
|
|
"dependencies": {
|
|
"absolute-path": "0.0.0",
|
|
"bluebird": "^2.9.21",
|
|
"chalk": "^1.0.0",
|
|
"connect": "2.8.3",
|
|
"debug": "~2.1.0",
|
|
"joi": "~5.1.0",
|
|
"jstransform": "10.1.0",
|
|
"module-deps": "3.5.6",
|
|
"optimist": "0.6.1",
|
|
"react-timer-mixin": "^0.13.1",
|
|
"react-tools": "0.13.1",
|
|
"rebound": "^0.0.12",
|
|
"sane": "1.0.1",
|
|
"source-map": "0.1.31",
|
|
"stacktrace-parser": "0.1.1",
|
|
"uglify-js": "~2.4.16",
|
|
"underscore": "1.7.0",
|
|
"worker-farm": "1.1.0",
|
|
"ws": "0.4.31",
|
|
"yargs": "1.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"jest-cli": "0.2.1",
|
|
"eslint": "0.9.2"
|
|
}
|
|
}
|