2015-02-19 20:10:52 -08:00
|
|
|
{
|
2015-03-22 20:32:49 -07:00
|
|
|
"name": "react-native",
|
2016-03-29 12:32:57 -07:00
|
|
|
"version": "1000.0.0",
|
2015-03-27 22:18:47 -07:00
|
|
|
"description": "A framework for building native apps using React",
|
2015-05-28 11:48:58 -07:00
|
|
|
"license": "BSD-3-Clause",
|
2015-02-19 20:10:52 -08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:facebook/react-native.git"
|
|
|
|
},
|
2015-10-09 14:42:33 -07:00
|
|
|
"engines": {
|
|
|
|
"node": ">=4"
|
|
|
|
},
|
2015-02-19 20:10:52 -08:00
|
|
|
"jest": {
|
2015-09-15 21:49:56 -07:00
|
|
|
"scriptPreprocessor": "jestSupport/preprocessor.js",
|
2015-02-25 12:57:33 -08:00
|
|
|
"setupEnvScriptFile": "jestSupport/env.js",
|
2015-10-26 17:01:41 -07:00
|
|
|
"moduleNameMapper": {
|
|
|
|
"^image![a-zA-Z0-9$_-]+$": "GlobalImageStub",
|
|
|
|
"^[./a-zA-Z0-9$_-]+\\.png$": "RelativeImageStub"
|
|
|
|
},
|
2015-02-19 20:10:52 -08:00
|
|
|
"testPathIgnorePatterns": [
|
2016-05-20 04:52:08 -07:00
|
|
|
"/node_modules/",
|
|
|
|
"/local-cli/rnpm/"
|
2015-02-19 20:10:52 -08:00
|
|
|
],
|
2016-02-18 00:12:42 -08:00
|
|
|
"haste": {
|
|
|
|
"defaultPlatform": "ios",
|
|
|
|
"providesModuleNodeModules": [
|
|
|
|
"fbjs",
|
|
|
|
"react",
|
|
|
|
"react-native",
|
|
|
|
"parse",
|
|
|
|
"react-transform-hmr"
|
|
|
|
],
|
2016-03-03 04:15:15 -08:00
|
|
|
"platforms": [
|
|
|
|
"ios",
|
|
|
|
"android"
|
|
|
|
]
|
2016-02-18 00:12:42 -08:00
|
|
|
},
|
2016-01-08 06:51:45 -08:00
|
|
|
"modulePathIgnorePatterns": [
|
2016-01-22 11:34:19 -08:00
|
|
|
"/node_modules/(?!react|fbjs|react-native|parse|react-transform-hmr|core-js|promise)/",
|
2016-03-02 04:27:13 -08:00
|
|
|
"node_modules/react/node_modules/fbjs/",
|
2016-01-08 06:51:45 -08:00
|
|
|
"node_modules/react/lib/ReactDOM.js",
|
|
|
|
"node_modules/fbjs/lib/Map.js",
|
|
|
|
"node_modules/fbjs/lib/Promise.js",
|
|
|
|
"node_modules/fbjs/lib/fetch.js",
|
|
|
|
"node_modules/fbjs/lib/ErrorUtils.js",
|
|
|
|
"node_modules/fbjs/lib/URI.js",
|
|
|
|
"node_modules/fbjs/lib/Deferred.js",
|
|
|
|
"node_modules/fbjs/lib/PromiseMap.js",
|
|
|
|
"node_modules/fbjs/lib/UserAgent.js",
|
|
|
|
"node_modules/fbjs/lib/areEqual.js",
|
|
|
|
"node_modules/fbjs/lib/base62.js",
|
|
|
|
"node_modules/fbjs/lib/crc32.js",
|
|
|
|
"node_modules/fbjs/lib/everyObject.js",
|
|
|
|
"node_modules/fbjs/lib/fetchWithRetries.js",
|
|
|
|
"node_modules/fbjs/lib/filterObject.js",
|
|
|
|
"node_modules/fbjs/lib/flattenArray.js",
|
|
|
|
"node_modules/fbjs/lib/forEachObject.js",
|
|
|
|
"node_modules/fbjs/lib/isEmpty.js",
|
|
|
|
"node_modules/fbjs/lib/nullthrows.js",
|
|
|
|
"node_modules/fbjs/lib/removeFromArray.js",
|
|
|
|
"node_modules/fbjs/lib/resolveImmediate.js",
|
|
|
|
"node_modules/fbjs/lib/someObject.js",
|
|
|
|
"node_modules/fbjs/lib/sprintf.js",
|
|
|
|
"node_modules/fbjs/lib/xhrSimpleDataSerializer.js",
|
|
|
|
"downstream/core/CSSCore.js",
|
|
|
|
"downstream/core/TouchEventUtils.js",
|
|
|
|
"downstream/core/camelize.js",
|
|
|
|
"downstream/core/createArrayFromMixed.js",
|
|
|
|
"downstream/core/createNodesFromMarkup.js",
|
|
|
|
"downstream/core/dom/containsNode.js",
|
|
|
|
"downstream/core/dom/focusNode.js",
|
|
|
|
"downstream/core/dom/getActiveElement.js",
|
|
|
|
"downstream/core/dom/getUnboundedScrollPosition.js",
|
|
|
|
"downstream/core/dom/isNode.js",
|
|
|
|
"downstream/core/dom/isTextNode.js",
|
|
|
|
"downstream/core/emptyFunction.js",
|
|
|
|
"downstream/core/emptyObject.js",
|
|
|
|
"downstream/core/getMarkupWrap.js",
|
|
|
|
"downstream/core/hyphenate.js",
|
|
|
|
"downstream/core/hyphenateStyleName.js",
|
|
|
|
"downstream/core/invariant.js",
|
|
|
|
"downstream/core/nativeRequestAnimationFrame.js",
|
|
|
|
"downstream/core/toArray.js",
|
|
|
|
"node_modules/jest-cli",
|
2016-03-02 04:27:13 -08:00
|
|
|
"node_modules/react/dist",
|
2016-05-20 13:54:57 -07:00
|
|
|
"node_modules/fbjs/.*/__mocks__/",
|
|
|
|
"node_modules/fbjs/node_modules/",
|
2016-03-10 08:49:10 -08:00
|
|
|
"<rootDir>/website/"
|
2016-01-08 06:51:45 -08:00
|
|
|
],
|
2015-02-25 12:57:33 -08:00
|
|
|
"unmockedModulePathPatterns": [
|
2015-06-24 11:01:09 -07:00
|
|
|
"promise",
|
2016-02-15 22:33:11 -08:00
|
|
|
"source-map",
|
2016-03-11 05:59:47 -08:00
|
|
|
"node-haste/lib/fastpath",
|
2016-03-02 04:27:13 -08:00
|
|
|
"fbjs"
|
2015-02-19 13:11:11 -08:00
|
|
|
]
|
2015-02-19 20:10:52 -08:00
|
|
|
},
|
2015-03-22 20:32:49 -07:00
|
|
|
"main": "Libraries/react-native/react-native.js",
|
2015-03-25 18:18:41 -07:00
|
|
|
"files": [
|
2015-03-26 02:58:06 -07:00
|
|
|
"React",
|
2015-04-29 08:21:44 -07:00
|
|
|
"React.podspec",
|
2016-02-17 16:53:17 -08:00
|
|
|
"ReactAndroid",
|
2016-06-05 14:06:10 -07:00
|
|
|
"ReactCommon",
|
2016-03-29 07:38:46 -07:00
|
|
|
"react.gradle",
|
2016-02-09 06:36:30 -08:00
|
|
|
"android",
|
2015-03-25 18:18:41 -07:00
|
|
|
"Libraries",
|
2016-05-14 16:27:48 -07:00
|
|
|
"lib",
|
2015-03-25 18:18:41 -07:00
|
|
|
"packager",
|
|
|
|
"cli.js",
|
2015-04-07 21:36:34 -07:00
|
|
|
"local-cli",
|
2015-03-25 18:18:41 -07:00
|
|
|
"init.sh",
|
|
|
|
"LICENSE",
|
2015-03-27 22:18:47 -07:00
|
|
|
"PATENTS",
|
2015-07-15 18:49:37 -07:00
|
|
|
"README.md",
|
2015-09-23 12:59:50 -07:00
|
|
|
"jestSupport",
|
2016-03-21 06:26:02 -07:00
|
|
|
".flowconfig",
|
|
|
|
"flow"
|
2015-03-25 18:18:41 -07:00
|
|
|
],
|
2015-02-19 20:10:52 -08:00
|
|
|
"scripts": {
|
2015-09-17 18:34:14 -07:00
|
|
|
"test": "NODE_ENV=test jest",
|
2016-03-03 04:15:15 -08:00
|
|
|
"flow": "flow",
|
2015-12-22 10:32:20 -08:00
|
|
|
"lint": "eslint Examples/ Libraries/",
|
2015-11-12 09:24:44 -08:00
|
|
|
"start": "/usr/bin/env bash -c './packager/packager.sh \"$@\" || true' --"
|
2015-02-19 20:10:52 -08:00
|
|
|
},
|
2015-10-26 11:42:53 -07:00
|
|
|
"bin": {
|
|
|
|
"react-native": "local-cli/wrong-react-native.js"
|
|
|
|
},
|
2016-02-09 15:37:28 -08:00
|
|
|
"peerDependencies": {
|
2016-06-16 14:33:02 -07:00
|
|
|
"react": "~15.2.0-rc.1"
|
2016-02-09 15:37:28 -08:00
|
|
|
},
|
2015-02-19 20:10:52 -08:00
|
|
|
"dependencies": {
|
2015-09-11 01:23:38 -07:00
|
|
|
"absolute-path": "^0.0.0",
|
2015-11-05 03:31:11 -08:00
|
|
|
"art": "^0.10.0",
|
2016-03-03 21:18:49 -08:00
|
|
|
"babel-core": "^6.6.4",
|
|
|
|
"babel-plugin-external-helpers": "^6.5.0",
|
2016-05-21 06:53:32 -07:00
|
|
|
"babel-plugin-syntax-trailing-function-commas": "^6.5.0",
|
|
|
|
"babel-plugin-transform-flow-strip-types": "^6.6.5",
|
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.6.5",
|
2016-03-03 21:18:49 -08:00
|
|
|
"babel-polyfill": "^6.6.1",
|
2016-05-21 06:53:32 -07:00
|
|
|
"babel-preset-es2015-node": "^4.0.2",
|
2016-06-02 11:38:01 -07:00
|
|
|
"babel-preset-fbjs": "^2.0.0",
|
2016-05-26 13:36:31 -07:00
|
|
|
"babel-preset-react-native": "^1.9.0",
|
2016-03-03 21:18:49 -08:00
|
|
|
"babel-register": "^6.6.0",
|
|
|
|
"babel-types": "^6.6.4",
|
|
|
|
"babylon": "^6.6.4",
|
2015-12-22 09:22:01 -08:00
|
|
|
"base64-js": "^0.0.8",
|
2015-09-11 01:23:38 -07:00
|
|
|
"bser": "^1.0.2",
|
|
|
|
"chalk": "^1.1.1",
|
|
|
|
"connect": "^2.8.3",
|
2016-04-12 07:31:14 -07:00
|
|
|
"core-js": "^2.2.2",
|
2015-09-11 01:23:38 -07:00
|
|
|
"debug": "^2.2.0",
|
2015-10-01 12:25:28 -07:00
|
|
|
"event-target-shim": "^1.0.5",
|
2016-06-03 02:37:43 -07:00
|
|
|
"fbjs": "^0.8.3",
|
2016-06-02 11:38:01 -07:00
|
|
|
"fbjs-scripts": "^0.7.0",
|
2016-06-03 09:05:14 -07:00
|
|
|
"fs-extra": "^0.26.2",
|
|
|
|
"glob": "^5.0.15",
|
2016-05-04 13:57:38 -07:00
|
|
|
"graceful-fs": "^4.1.3",
|
2015-09-11 01:23:38 -07:00
|
|
|
"image-size": "^0.3.5",
|
2016-04-16 01:33:14 -07:00
|
|
|
"immutable": "~3.7.6",
|
2016-06-03 09:05:14 -07:00
|
|
|
"inquirer": "^0.12.0",
|
2015-09-11 01:23:38 -07:00
|
|
|
"joi": "^6.6.1",
|
2016-02-15 06:57:26 -08:00
|
|
|
"json-stable-stringify": "^1.0.1",
|
2015-11-14 03:23:46 -08:00
|
|
|
"json5": "^0.4.0",
|
2015-09-11 01:23:38 -07:00
|
|
|
"jstransform": "^11.0.3",
|
2016-03-09 03:08:25 -08:00
|
|
|
"lodash": "^3.10.1",
|
2016-06-03 09:05:14 -07:00
|
|
|
"mime": "^1.3.4",
|
2015-12-29 09:10:22 -08:00
|
|
|
"mkdirp": "^0.5.1",
|
2015-09-11 01:23:38 -07:00
|
|
|
"module-deps": "^3.9.1",
|
2015-10-19 14:58:38 -07:00
|
|
|
"node-fetch": "^1.3.3",
|
2016-05-23 10:27:23 -07:00
|
|
|
"node-haste": "~2.12.0",
|
2016-06-03 09:05:14 -07:00
|
|
|
"npmlog": "^2.0.4",
|
2015-10-23 11:28:48 -07:00
|
|
|
"opn": "^3.0.2",
|
2015-09-11 01:23:38 -07:00
|
|
|
"optimist": "^0.6.1",
|
2016-06-03 09:05:14 -07:00
|
|
|
"plist": "^1.2.0",
|
2015-09-11 01:23:38 -07:00
|
|
|
"progress": "^1.1.8",
|
2016-01-07 09:30:14 -08:00
|
|
|
"promise": "^7.1.1",
|
2016-04-14 06:40:54 -07:00
|
|
|
"react-clone-referenced-element": "^1.0.1",
|
2015-09-11 01:23:38 -07:00
|
|
|
"react-timer-mixin": "^0.13.2",
|
2016-03-11 16:27:18 -08:00
|
|
|
"react-transform-hmr": "^1.0.4",
|
2015-09-11 01:23:38 -07:00
|
|
|
"rebound": "^0.0.13",
|
2016-05-04 05:18:42 -07:00
|
|
|
"regenerator-runtime": "^0.9.5",
|
2015-09-08 01:34:44 -07:00
|
|
|
"sane": "^1.2.0",
|
2015-12-29 09:10:22 -08:00
|
|
|
"semver": "^5.0.3",
|
2015-09-11 01:23:38 -07:00
|
|
|
"source-map": "^0.4.4",
|
|
|
|
"stacktrace-parser": "^0.1.3",
|
2016-01-08 08:34:52 -08:00
|
|
|
"temp": "0.8.3",
|
2016-03-08 12:21:23 -08:00
|
|
|
"uglify-js": "^2.6.2",
|
2015-09-11 01:23:38 -07:00
|
|
|
"wordwrap": "^1.0.0",
|
|
|
|
"worker-farm": "^1.3.1",
|
|
|
|
"ws": "^0.8.0",
|
2016-06-03 09:05:14 -07:00
|
|
|
"xcode": "^0.8.2",
|
|
|
|
"xmldoc": "^0.4.0",
|
2015-09-11 01:23:38 -07:00
|
|
|
"yargs": "^3.24.0",
|
|
|
|
"yeoman-environment": "^1.2.7",
|
|
|
|
"yeoman-generator": "^0.20.3"
|
2015-02-19 20:10:52 -08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-03-30 06:46:22 -07:00
|
|
|
"babel-eslint": "^6.0.0",
|
|
|
|
"eslint": "^2.5.3",
|
2016-06-20 18:08:14 -07:00
|
|
|
"eslint-plugin-babel": "^3.2.0",
|
2016-03-09 14:07:34 -08:00
|
|
|
"eslint-plugin-flow-vars": "^0.2.1",
|
2016-03-09 14:07:38 -08:00
|
|
|
"eslint-plugin-react": "^4.2.1",
|
2016-06-13 14:14:35 -07:00
|
|
|
"flow-bin": "^0.27.0",
|
2016-05-20 13:54:57 -07:00
|
|
|
"jest": "12.1.1",
|
2016-03-03 21:18:49 -08:00
|
|
|
"portfinder": "0.4.0",
|
2016-06-16 14:33:02 -07:00
|
|
|
"react": "~15.2.0-rc.1",
|
2016-03-24 05:30:49 -07:00
|
|
|
"shelljs": "0.6.0"
|
2015-02-19 20:10:52 -08:00
|
|
|
}
|
|
|
|
}
|