2015-02-19 20:10:52 -08:00
|
|
|
{
|
2015-03-22 20:32:49 -07:00
|
|
|
"name": "react-native",
|
2015-10-12 11:09:31 -07:00
|
|
|
"version": "0.12.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": [
|
2015-09-17 18:34:14 -07:00
|
|
|
"/node_modules/"
|
2015-02-19 20:10:52 -08:00
|
|
|
],
|
2015-02-19 13:11:11 -08:00
|
|
|
"testFileExtensions": [
|
|
|
|
"js"
|
2015-02-25 12:57:33 -08:00
|
|
|
],
|
|
|
|
"unmockedModulePathPatterns": [
|
2015-06-24 11:01:09 -07:00
|
|
|
"promise",
|
2015-02-25 12:57:33 -08:00
|
|
|
"source-map"
|
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",
|
2015-10-03 11:46:56 -07:00
|
|
|
"ReactAndroid",
|
2015-03-25 18:18:41 -07:00
|
|
|
"Libraries",
|
|
|
|
"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",
|
|
|
|
".flowconfig"
|
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",
|
2015-09-30 18:38:56 -07: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"
|
|
|
|
},
|
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",
|
2015-11-10 10:51:38 -08:00
|
|
|
"babel-core": "^6.1.2",
|
2015-11-11 22:53:04 -08:00
|
|
|
"babel-plugin-external-helpers-2": "^6.1.4",
|
2015-11-10 10:51:38 -08:00
|
|
|
"babel-plugin-syntax-async-functions": "^6.0.14",
|
|
|
|
"babel-plugin-syntax-class-properties": "^6.0.14",
|
|
|
|
"babel-plugin-syntax-flow": "^6.0.14",
|
|
|
|
"babel-plugin-syntax-jsx": "^6.0.14",
|
|
|
|
"babel-plugin-syntax-trailing-function-commas": "^6.0.14",
|
|
|
|
"babel-plugin-transform-class-properties": "^6.0.14",
|
|
|
|
"babel-plugin-transform-es2015-arrow-functions": "^6.0.14",
|
|
|
|
"babel-plugin-transform-es2015-block-scoping": "^6.0.18",
|
|
|
|
"babel-plugin-transform-es2015-classes": "^6.1.2",
|
|
|
|
"babel-plugin-transform-es2015-computed-properties": "^6.0.14",
|
|
|
|
"babel-plugin-transform-es2015-constants": "^6.0.15",
|
|
|
|
"babel-plugin-transform-es2015-destructuring": "^6.0.18",
|
|
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.1.3",
|
|
|
|
"babel-plugin-transform-es2015-parameters": "^6.0.18",
|
|
|
|
"babel-plugin-transform-es2015-shorthand-properties": "^6.0.14",
|
|
|
|
"babel-plugin-transform-es2015-spread": "^6.0.14",
|
|
|
|
"babel-plugin-transform-es2015-template-literals": "^6.0.14",
|
|
|
|
"babel-plugin-transform-flow-strip-types": "^6.0.14",
|
|
|
|
"babel-plugin-transform-object-assign": "^6.0.14",
|
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.0.14",
|
|
|
|
"babel-plugin-transform-react-display-name": "^6.0.14",
|
|
|
|
"babel-plugin-transform-react-jsx": "^6.0.18",
|
|
|
|
"babel-plugin-transform-regenerator": "^6.0.18",
|
|
|
|
"babel-polyfill": "^6.0.16",
|
|
|
|
"babel-types": "^6.1.2",
|
|
|
|
"babylon": "^6.1.2",
|
2015-09-11 01:23:38 -07:00
|
|
|
"bser": "^1.0.2",
|
|
|
|
"chalk": "^1.1.1",
|
|
|
|
"connect": "^2.8.3",
|
|
|
|
"debug": "^2.2.0",
|
2015-10-01 12:25:28 -07:00
|
|
|
"event-target-shim": "^1.0.5",
|
2015-11-06 19:50:00 -08:00
|
|
|
"fbjs-haste": "^0.3.2",
|
2015-11-11 13:41:16 +00:00
|
|
|
"fbjs-scripts": "^0.4.0",
|
2015-09-11 01:23:38 -07:00
|
|
|
"graceful-fs": "^4.1.2",
|
|
|
|
"image-size": "^0.3.5",
|
|
|
|
"immutable": "^3.7.5",
|
|
|
|
"joi": "^6.6.1",
|
|
|
|
"jstransform": "^11.0.3",
|
|
|
|
"module-deps": "^3.9.1",
|
2015-10-19 14:58:38 -07:00
|
|
|
"node-fetch": "^1.3.3",
|
2015-10-23 11:28:48 -07:00
|
|
|
"opn": "^3.0.2",
|
2015-09-11 01:23:38 -07:00
|
|
|
"optimist": "^0.6.1",
|
|
|
|
"progress": "^1.1.8",
|
|
|
|
"promise": "^7.0.4",
|
2015-11-10 15:35:13 -08:00
|
|
|
"react-haste": "^0.14.2",
|
2015-09-11 01:23:38 -07:00
|
|
|
"react-timer-mixin": "^0.13.2",
|
|
|
|
"rebound": "^0.0.13",
|
|
|
|
"regenerator": "^0.8.36",
|
2015-09-08 01:34:44 -07:00
|
|
|
"sane": "^1.2.0",
|
2015-09-11 01:23:38 -07:00
|
|
|
"semver": "^5.0.1",
|
|
|
|
"source-map": "^0.4.4",
|
|
|
|
"stacktrace-parser": "^0.1.3",
|
|
|
|
"uglify-js": "^2.4.24",
|
|
|
|
"underscore": "^1.8.3",
|
|
|
|
"wordwrap": "^1.0.0",
|
|
|
|
"worker-farm": "^1.3.1",
|
|
|
|
"ws": "^0.8.0",
|
|
|
|
"yargs": "^3.24.0",
|
|
|
|
"yeoman-environment": "^1.2.7",
|
|
|
|
"yeoman-generator": "^0.20.3"
|
2015-02-19 20:10:52 -08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-11-04 14:33:48 -08:00
|
|
|
"jest-cli": "0.7.1",
|
2015-11-10 10:51:38 -08:00
|
|
|
"babel-eslint": "4.1.4",
|
2015-09-04 11:29:04 -07:00
|
|
|
"eslint": "1.3.1",
|
2015-09-22 18:21:57 -07:00
|
|
|
"eslint-plugin-react": "3.3.1",
|
2015-09-23 18:48:19 -07:00
|
|
|
"portfinder": "0.4.0",
|
2015-09-22 18:21:57 -07:00
|
|
|
"temp": "0.8.3"
|
2015-02-19 20:10:52 -08:00
|
|
|
}
|
|
|
|
}
|