Repository URL to install this package:
|
Version:
0.6.0-ccinternal ▾
|
react-relay
/
package.json
|
|---|
{
"name": "react-relay",
"description": "A framework for building data-driven React applications.",
"version": "0.6.0-ccinternal",
"keywords": [
"graphql",
"react",
"relay"
],
"license": "BSD-3-Clause",
"homepage": "https://facebook.github.io/relay/",
"bugs": "https://github.com/facebook/relay/issues",
"files": [
"LICENSE",
"PATENTS",
"README.md",
"dist/",
"lib/"
],
"main": "lib/Relay.js",
"repository": "facebook/relay",
"scripts": {
"build": "gulp native",
"lint": "eslint .",
"prepublish": "npm run build",
"test": "f() { EXIT=0; npm run typecheck || EXIT=$?; NODE_ENV=test jest $@ || EXIT=$?; exit $EXIT; }; f",
"typecheck": "flow check src/",
"update-schema": "babel-node ./scripts/jest/updateSchema.js"
},
"browser": {
"./lib/RelayUnstableBatchedUpdates.js": "./lib/RelayNativeUnstableBatchedUpdates.js"
},
"dependencies": {
"babel-runtime": "5.8.24",
"fbjs": "0.5.1-ccinternal",
"react-static-container": "^1.0.0-alpha.1"
},
"peerDependencies": {
"babel-relay-plugin": "0.6.1"
},
"devDependencies": {
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.1",
"del": "^1.2.0",
"eslint": "^1.3.1",
"eslint-plugin-react": "^3.3.1",
"fbjs-scripts": "^0.5.0",
"flow-bin": "0.20.1",
"graphql": "0.4.13",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-derequire": "^2.1.0",
"gulp-flatten": "^0.1.0",
"gulp-header": "^1.2.2",
"gulp-util": "^3.0.6",
"jest-cli": "^0.8.1",
"object-assign": "^3.0.0",
"react": "^0.14.0-rc",
"react-dom": "^0.14.0-rc",
"run-sequence": "^1.1.2",
"webpack": "1.11.0",
"webpack-stream": "^2.1.0"
},
"devEngines": {
"node": "4.x",
"npm": "2.x"
},
"jest": {
"rootDir": "",
"testRunner": "<rootDir>/node_modules/jest-cli/src/testRunners/jasmine/jasmine2.js",
"scriptPreprocessor": "scripts/jest/preprocessor.js",
"setupEnvScriptFile": "node_modules/fbjs-scripts/jest/environment.js",
"persistModuleRegistryBetweenSpecs": true,
"modulePathIgnorePatterns": [
"<rootDir>/lib/",
"<rootDir>/node_modules/(?!(fbjs/lib/|react/lib/))"
],
"preprocessorIgnorePatterns": [
"<rootDir>/node_modules/"
],
"testPathDirs": [
"<rootDir>/node_modules/fbjs/lib/",
"<rootDir>/node_modules/react/lib/",
"<rootDir>/node_modules/react-static-container/lib/",
"<rootDir>/src/"
],
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/fbjs/node_modules/core-js/",
"<rootDir>/node_modules/fbjs-scripts/node_modules/core-js/",
"<rootDir>/node_modules/fbjs/node_modules/promise/",
"<rootDir>/node_modules/fbjs/lib/(?!(ErrorUtils.js$|fetch.js$|fetchWithRetries.js$))",
"<rootDir>/node_modules/react/",
"<rootDir>/node_modules/react-static-container/"
]
}
}