react-native-scripts
Version:
Configuration and scripts for Create React Native App.
47 lines (46 loc) • 1.19 kB
JSON
{
"name": "react-native-scripts",
"version": "2.0.1",
"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",
"template-with-web"
],
"bin": {
"react-native-scripts": "./build/bin/react-native-scripts.js"
},
"scripts": {
"start": "taskr",
"build": "taskr build"
},
"dependencies": {
"babel-runtime": "^6.9.2",
"chalk": "^2.0.1",
"cross-spawn": "^5.0.1",
"minimist": "^1.2.0"
},
"devDependencies": {
"@taskr/babel": "^1.0.6",
"@taskr/clear": "^1.0.6",
"@taskr/esnext": "^1.0.0",
"@taskr/shell": "^1.0.6",
"@taskr/watch": "^1.0.6",
"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",
"taskr": "^1.0.6"
}
}