-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.51 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
{
"name": "eastern",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-eslint": "7.2.3",
"eslint": "4.4.1",
"eslint-plugin-flowtype": "2.35.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-prettier": "2.1.2",
"eslint-plugin-react": "7.1.0",
"eslint-plugin-react-native": "3.0.1",
"flow-bin": "0.52.0",
"flow-typed": "2.1.5",
"husky": "0.14.3",
"jest": "20.0.4",
"jest-expo": "28.0.0",
"prettier": "1.5.3",
"react-native-scripts": "1.11.1",
"react-test-renderer": "16.2.0"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"buffer": "^5.2.0",
"cheerio-without-node-native": "^0.20.2",
"color": "1.0.3",
"events": "^3.0.0",
"expo": "28.0.0",
"lodash": ">=4.17.11",
"moment": ">=2.19.3",
"native-base": "2.5.2",
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-fit-image": "^1.5.4",
"react-native-sound": "^0.10.9",
"react-navigation": "^2.0.1",
"react-navigation-backhandler": "^1.1.1",
"react-navigation-transitions": "^1.0.5",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"stream": "0.0.2"
}
}