-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.37 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
{
"name": "parzi",
"version": "0.0.1",
"private": true,
"description": "Hello Expo!",
"main": "node_modules/expo/AppEntry.js",
"browser": {
"net": "react-native-tcp"
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@shoutem/animation": "^0.11.0",
"@shoutem/theme": "^0.10.0",
"@shoutem/ui": "^0.21.2",
"axios": "^0.16.2",
"babel-preset-react-native": "^2.1.0",
"expo": "^20.0.1",
"native-base": "^2.3.0",
"net-socket": "^1.1.0",
"react": "16.0.0-alpha.12",
"react-addons-update": "^15.6.0",
"react-native": "0.47.1",
"react-native-countdown-circle": "^1.0.2",
"react-native-countdown-clock": "^2.0.2",
"react-native-maps": "^0.16.1",
"react-native-meteor": "^1.1.0",
"react-native-modal-datetime-picker": "^4.9.0",
"react-native-router-flux": "^3.41.0",
"react-native-tcp": "^3.2.2",
"react-native-ui-kitten": "^2.0.1",
"react-native-vector-icons": "^4.3.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"socket.io-client": "^2.0.3",
"stream-browserify": "^2.0.1",
"websocket": "^1.0.24"
},
"devDependencies": {
"babel-jest": "20.0.3",
"eslint-config-rallycoding": "^3.2.0",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.12",
"rn-nodeify": "^7.0.1"
},
"jest": {
"preset": "react-native"
}
}