mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
62ac37275f
Summary: We need to keep both babel and babel-core top level. `npm-shrinkwrap` defines that to be at the top level but that's only used when cloning the github repo. When publishing to npm and installing from npm, it has no effect (it's not published anywhere). This file assumes `babel-core` is at the top level: https://github.com/facebook/react-native/blob/master/packager/babelRegisterOnly.js public Reviewed By: davidaurelio Differential Revision: D2565054 fb-gh-sync-id: 7d6a079d88e09c1ba0478cf4041948e330da639a
95 lines
2.2 KiB
JSON
95 lines
2.2 KiB
JSON
{
|
|
"name": "react-native",
|
|
"version": "0.12.0",
|
|
"description": "A framework for building native apps using React",
|
|
"license": "BSD-3-Clause",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:facebook/react-native.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"jest": {
|
|
"scriptPreprocessor": "jestSupport/preprocessor.js",
|
|
"setupEnvScriptFile": "jestSupport/env.js",
|
|
"testPathIgnorePatterns": [
|
|
"/node_modules/"
|
|
],
|
|
"testFileExtensions": [
|
|
"js"
|
|
],
|
|
"unmockedModulePathPatterns": [
|
|
"promise",
|
|
"source-map"
|
|
]
|
|
},
|
|
"main": "Libraries/react-native/react-native.js",
|
|
"files": [
|
|
"React",
|
|
"React.podspec",
|
|
"ReactAndroid",
|
|
"Libraries",
|
|
"packager",
|
|
"cli.js",
|
|
"local-cli",
|
|
"private-cli",
|
|
"init.sh",
|
|
"LICENSE",
|
|
"PATENTS",
|
|
"README.md",
|
|
"jestSupport",
|
|
".flowconfig"
|
|
],
|
|
"scripts": {
|
|
"test": "NODE_ENV=test jest",
|
|
"lint": "eslint Examples/ Libraries/",
|
|
"start": "react-native start || true"
|
|
},
|
|
"dependencies": {
|
|
"absolute-path": "^0.0.0",
|
|
"babel": "^5.8.23",
|
|
"babel-core": "^5.8.23",
|
|
"bser": "^1.0.2",
|
|
"chalk": "^1.1.1",
|
|
"connect": "^2.8.3",
|
|
"debug": "^2.2.0",
|
|
"event-target-shim": "^1.0.5",
|
|
"fbjs-scripts": "^0.2.1",
|
|
"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",
|
|
"node-fetch": "^1.3.3",
|
|
"optimist": "^0.6.1",
|
|
"progress": "^1.1.8",
|
|
"promise": "^7.0.4",
|
|
"react-timer-mixin": "^0.13.2",
|
|
"react-tools": "https://api.github.com/repos/facebook/react/tarball/b4e74e38e43ac53af8acd62c78c9213be0194245",
|
|
"rebound": "^0.0.13",
|
|
"regenerator": "^0.8.36",
|
|
"sane": "^1.2.0",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"jest-cli": "0.5.7",
|
|
"babel-eslint": "4.1.1",
|
|
"eslint": "1.3.1",
|
|
"eslint-plugin-react": "3.3.1",
|
|
"portfinder": "0.4.0",
|
|
"temp": "0.8.3"
|
|
}
|
|
}
|