UNPKG

1.19 kBJSONView Raw
1{
2 "name": "react-native-scripts",
3 "version": "2.0.1",
4 "description": "Configuration and scripts for Create React Native App.",
5 "license": "BSD-3-Clause",
6 "keywords": [
7 "react-native",
8 "react"
9 ],
10 "homepage": "https://github.com/react-community/create-react-native-app",
11 "bugs": "https://github.com/react-community/create-react-native-app",
12 "engines": {
13 "node": ">=6"
14 },
15 "files": [
16 "build",
17 "template",
18 "template-with-web"
19 ],
20 "bin": {
21 "react-native-scripts": "./build/bin/react-native-scripts.js"
22 },
23 "scripts": {
24 "start": "taskr",
25 "build": "taskr build"
26 },
27 "dependencies": {
28 "babel-runtime": "^6.9.2",
29 "chalk": "^2.0.1",
30 "cross-spawn": "^5.0.1",
31 "minimist": "^1.2.0"
32 },
33 "devDependencies": {
34 "@taskr/babel": "^1.0.6",
35 "@taskr/clear": "^1.0.6",
36 "@taskr/esnext": "^1.0.0",
37 "@taskr/shell": "^1.0.6",
38 "@taskr/watch": "^1.0.6",
39 "babel-plugin-add-module-exports": "^0.2.1",
40 "babel-plugin-transform-flow-strip-types": "^6.8.0",
41 "babel-plugin-transform-runtime": "^6.9.0",
42 "babel-preset-es2015": "^6.9.0",
43 "babel-preset-stage-1": "^6.5.0",
44 "taskr": "^1.0.6"
45 }
46}