This repository has been archived by the owner on Dec 6, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
58 lines (58 loc) · 1.5 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
53
54
55
56
57
58
{
"name": "reason-react-native-scripts",
"version": "0.1.0",
"description": "Configuration and scripts for Create React Native App using ReasonML.",
"license": "BSD-3-Clause",
"keywords": [
"react-native",
"react"
],
"homepage": "https://github.com/react-community/reason-react-native-scripts",
"bugs": "https://github.com/react-community/reason-react-native-scripts",
"engines": {
"node": ">=6"
},
"files": [
"build",
"template"
],
"bin": {
"react-native-scripts": "./build/bin/react-native-scripts.js"
},
"scripts": {
"start": "taskr",
"build": "taskr build"
},
"dependencies": {
"@expo/bunyan": "3.0.2",
"babel-runtime": "^6.9.2",
"chalk": "^2.4.1",
"cross-spawn": "^6.0.5",
"execa": "^1.0.0",
"fs-extra": "^7.0.0",
"indent-string": "^3.0.0",
"inquirer": "^6.2.0",
"lodash": "^4.17.10",
"match-require": "^2.0.0",
"minimist": "^1.2.0",
"path-exists": "^3.0.0",
"progress": "^2.0.0",
"qrcode-terminal": "^0.12.0",
"rimraf": "^2.6.1",
"split": "^1.0.1",
"xdl": "48.3.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"
}
}