-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.34 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": "setcrypt",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"bin": {
"setlife": "./setlife.js"
},
"dependencies": {
"commander": "^2.9.0",
"ejs": "^2.5.6",
"fs-extra": "^2.0.0",
"immutability-helper": "^2.2.2",
"lodash": "^4.16.4",
"moment-timezone": "^0.5.13",
"native-base": "^2.0.13",
"react": "^16.0.0-alpha.6",
"react-addons-update": "^15.5.2",
"react-native": "^0.44.0",
"react-native-chart": "^1.0.8-beta",
"react-native-charts-wrapper": "^0.2.10",
"react-native-loader": "^1.1.0",
"react-native-orientation": "^1.17.0",
"react-native-router-flux": "^3.38.0",
"react-native-vector-icons": "^4.0.1",
"react-redux": "^5.0.2",
"redux": "^3.6.0",
"redux-saga": "^0.14.6",
"redux-thunk": "^2.2.0",
"undefined": "^0.1.0"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"babel-preset-react-native-stage-0": "^1.0.1",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"jest": "19.0.2",
"react-test-renderer": "16.0.0-alpha.6"
},
"jest": {
"preset": "react-native"
}
}