react-native-scripts
Version:
Configuration and scripts for Create React Native App.
53 lines (52 loc) • 1.34 kB
JSON
{
"name": "react-native-scripts",
"version": "0.0.26",
"description": "Configuration and scripts for Create React Native App.",
"license": "BSD-3-Clause",
"keywords": [
"react-native",
"react"
],
"homepage": "https://github.com/react-community/create-react-native-app",
"bugs": "https://github.com/react-community/create-react-native-app",
"engines": {
"node": ">=6"
},
"files": [
"build",
"template"
],
"bin": {
"react-native-scripts": "./build/bin/react-native-scripts.js"
},
"scripts": {
"start": "fly",
"build": "fly babel"
},
"dependencies": {
"babel-runtime": "^6.9.2",
"chalk": "^1.1.3",
"cross-spawn": "^5.0.1",
"fs-promise": "^1.0.0",
"indent-string": "^3.0.0",
"inquirer": "^3.0.1",
"match-require": "^2.0.0",
"minimist": "^1.2.0",
"path-exists": "^3.0.0",
"qrcode-terminal": "^0.11.0",
"xdl": "^37.0.0"
},
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-1": "^6.5.0",
"fly": "^2.0.5",
"fly-babel": "^2.1.1",
"fly-clear": "^1.0.1",
"fly-esnext": "^2.0.0",
"fly-shell": "^2.1.0",
"fly-watch": "^1.1.1"
}
}