forked from mopsy-team/Mopsik-Mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "mopsik_mobile",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"babel-preset-react-native-stage-0": "^1.0.1",
"gradle": "^1.0.9",
"lodash": "^3.10.0",
"npm": "^5.8.0",
"prop-types": "^15.6.1",
"react": "16.0.0",
"react-native": "0.50.3",
"react-native-elements": "^1.0.0-beta4",
"react-native-maps": "^0.18.3",
"react-native-restart": "0.0.6",
"react-native-svg": "^6.2.2",
"react-native-svg-circular-progress": "^1.0.5",
"react-native-swipeout": "^2.3.3",
"react-native-table-component": "^1.1.3",
"react-native-vector-icons": "^4.5.0",
"react-navigation": "^1.0.0-beta.22"
},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"invariant": "^2.2.4",
"jest": "21.2.1",
"react-test-renderer": "16.0.0",
"tmp": "0.0.33"
},
"jest": {
"preset": "react-native"
}
}