-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.41 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
{
"name": "Camellie",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"lodash": "^4.17.4",
"lottie-react-native": "^2.2.7",
"react": "16.0.0-beta.5",
"react-native": "0.49.5",
"react-native-baidu-map": "^0.6.0",
"react-native-cardview": "^1.1.0",
"react-native-easy-toast": "^1.0.8",
"react-native-gifted-chat": "^0.3.0",
"react-native-interactable": "^0.1.3",
"react-native-keyboard-aware-scroll-view": "^0.3.0",
"react-native-linear-gradient": "^2.3.0",
"react-native-navigation": "^1.1.256",
"react-native-parallax-scroll-view": "^0.20.1",
"react-native-pathjs-charts": "0.0.32",
"react-native-popup-dialog": "^0.9.39",
"react-native-safari-view": "^2.1.0",
"react-native-scrollable-mixin": "^1.0.1",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-snap-carousel": "^3.3.4",
"react-native-textinput-effects": "^0.4.1",
"react-native-timeline-listview": "^0.2.2",
"react-native-vector-icons": "^4.4.2",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"rn-placeholder": "^1.1.0",
"seamless-immutable": "^7.1.2",
"socket.io-client": "^2.0.4"
},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"jest": "21.2.1",
"react-test-renderer": "16.0.0-beta.5"
},
"jest": {
"preset": "react-native"
}
}