-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 993 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 993 Bytes
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
{
"name": "halfLifeMobile",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"backbone": "^1.3.3",
"jquery": "^3.2.1",
"moment": "^2.18.1",
"react": "16.0.0-alpha.6",
"react-native": "0.43.1",
"react-native-backbone": "^0.1.1",
"react-native-calendar": "^0.11.0",
"react-native-dropdown": "0.0.6",
"react-native-gifted-form": "0.0.13",
"react-native-linear-gradient": "^2.0.0",
"react-native-modal-dropdown": "^0.4.2",
"react-native-radio-buttons": "^0.14.0",
"react-native-simple-login": "^1.1.0",
"react-native-vector-icons": "^4.0.1",
"react-router-native": "^4.0.0",
"tcomb": "^3.2.20"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "19.0.2",
"react-test-renderer": "16.0.0-alpha.6"
},
"jest": {
"preset": "react-native"
}
}