forked from expo/create-react-native-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.38 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "react-native-scripts",
"version": "0.0.20",
"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": "gulp"
},
"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",
"path-exists": "^3.0.0",
"qr-image":"^3.2.0",
"qrcode-terminal": "^0.11.0",
"xdl": "^36.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",
"gulp": "https://s3-us-west-1.amazonaws.com/crna-assets/gulp-4.0.0-alpha.2.tgz",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.0",
"gulp-plumber": "^1.1.0",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.6.0",
"rimraf": "^2.5.2"
}
}