This repository has been archived by the owner on Feb 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 157
/
package.json
50 lines (50 loc) · 1.56 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
{
"name": "boostnotemobile",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"lint": "node_modules/.bin/eslint app/",
"fix": "node_modules/.bin/eslint --fix app/"
},
"dependencies": {
"aws-sdk": "^2.100.0",
"coffeescript": "^2.0.0",
"debounce": "^1.0.2",
"js2coffee": "^2.2.0",
"markdown-it-checkbox": "^1.1.0",
"moment": "^2.18.1",
"native-base": "2.3.3",
"react": "16.0.0-alpha.12",
"react-native": "0.50.3",
"react-native-aws-mobile-analytics": "git://github.com/kohei-takata/react-native-aws-mobile-analytics.git",
"react-native-check-box": "^2.0.2",
"react-native-code-push": "5.1.3-beta",
"react-native-device-info": "^0.13.0",
"react-native-fetch-blob": "^0.10.8",
"react-native-markdown-renderer": "^2.0.5",
"react-native-modalbox": "^1.4.2",
"react-native-svg": "^5.5.1",
"react-native-svg-uri": "^1.2.3",
"remove-markdown-and-html": "^0.1.0",
"rn-markdown": "^1.1.1"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "1.9.2",
"eslint": "^4.14.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-config-standard-jsx": "^4.0.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-standard": "^3.0.1",
"jest": "20.0.3",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}