mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 17:45:59 +00:00
efe446e962
This will prevent us from having pages on the site that just show error stack traces -- instead, Travis will fail with an error and we'll notice sooner. I cleaned up this logic to use promises which was eay easier to track for the error behavior and should be simpler to follow regardless.
22 lines
449 B
JSON
22 lines
449 B
JSON
{
|
|
"scripts": {
|
|
"start": "node server/server.js"
|
|
},
|
|
"dependencies": {
|
|
"connect": "2.8.3",
|
|
"esprima-fb": "*",
|
|
"fs.extra": "*",
|
|
"glob": "*",
|
|
"jstransform": "*",
|
|
"mkdirp": "*",
|
|
"optimist": "0.6.0",
|
|
"react": "~0.12.0",
|
|
"react-docgen": "^1.1.0",
|
|
"react-page-middleware": "git://github.com/facebook/react-page-middleware.git",
|
|
"request": "*"
|
|
},
|
|
"devDependencies": {
|
|
"bluebird": "^2.9.21"
|
|
}
|
|
}
|