react-native/package.json

73 lines
1.6 KiB
JSON
Raw Normal View History

2015-01-30 01:10:49 +00:00
{
"name": "react-native",
"version": "0.3.7",
2015-03-26 17:00:18 +00:00
"description": "A framework for building native apps using React",
2015-01-30 01:10:49 +00:00
"repository": {
"type": "git",
"url": "git@github.com:facebook/react-native.git"
},
"jest": {
"scriptPreprocessor": "jestSupport/scriptPreprocess.js",
"setupEnvScriptFile": "jestSupport/env.js",
2015-01-30 01:10:49 +00:00
"testPathIgnorePatterns": [
"/node_modules/",
"packager/react-packager/src/Activity/"
2015-01-30 01:10:49 +00:00
],
"testFileExtensions": [
"js"
],
"unmockedModulePathPatterns": [
"source-map"
]
2015-01-30 01:10:49 +00:00
},
"main": "Libraries/react-native/react-native.js",
"files": [
"React",
"Examples/SampleApp",
"Libraries",
"packager",
"cli.js",
"local-cli",
"init.sh",
"LICENSE",
2015-03-26 17:00:18 +00:00
"PATENTS",
"README.md"
],
2015-01-30 01:10:49 +00:00
"scripts": {
"test": "jest",
"lint": "node linter.js Examples/",
"start": "./packager/packager.sh"
2015-01-30 01:10:49 +00:00
},
"bin": {
"react-native-start": "packager/packager.sh"
},
2015-01-30 01:10:49 +00:00
"dependencies": {
"absolute-path": "0.0.0",
"bluebird": "^2.9.21",
"chalk": "^1.0.0",
2015-01-30 01:10:49 +00:00
"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",
2015-03-25 02:34:12 +00:00
"react-timer-mixin": "^0.13.1",
"react-tools": "0.13.1",
2015-03-25 02:34:12 +00:00
"rebound": "^0.0.12",
"sane": "1.0.1",
2015-01-30 01:10:49 +00:00
"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",
Updates from Thu 9 Apr - [React Native] Fix RCTText crashes | Alex Akers - Ensure that NSLocationWhenInUseUsageDescription is set, throw error if not | Alex Kotliarskyi - [ReactNative] fix exception handler method name | Spencer Ahrens - [ReactNative] Re-configure horizontal swipe animations | Eric Vicenti - [ReactNative] <Text>: apply the fontWeight correctly if fontFamily style is also present | Kevin Gozali - [MAdMan] Dimensions.get('window') considered harmful | Philipp von Weitershausen - Navigator: Changed transitioner background color to 'transparent' | Eric Vicenti - [react-native] Listen on all IPv6 interfaces | Ben Alpert - [react-packager] Don't depend on error.stack being available | Amjad Masad - [ReactNative] fixup AnimationExperimental a bit | Spencer Ahrens - [react-packager] Implement new style asset packaging (with dimensions) | Amjad Masad - [React Native] RCT_EXPORT lvl.2 | Alex Akers - [react_native] Implement TextInput end editing | Andrei Coman - [react_native] Make TextInput focus, blur, dismiss and show keyboard work | Andrei Coman - Added non-class-scanning-based approach fror registering js methods | Nick Lockwood - [ReactNative] Update package.json | Christopher Chedeau - [ReactNative] Do flow check when running packager | Spencer Ahrens - [ReactNative] Fix typo/bug in Navigator._completeTransition | Eric Vicenti - [ReactNative] Fix Navigator exception when touching during transition | Eric Vicenti - [ReactNative] Remove bridge retaining cycles | Tadeu Zagallo - [ReactNative] Fix and re-add WebView executor | Tadeu Zagallo
2015-04-09 15:46:53 +00:00
"yargs": "1.3.2",
"bluebird": "^2.9.21",
"image-size": "0.3.5"
2015-01-30 01:10:49 +00:00
},
"devDependencies": {
"jest-cli": "0.2.1",
"eslint": "0.9.2"
}
}