-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.33 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
{
"name": "diff",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"postinstall": "rndebugger-open"
},
"dependencies": {
"babel-preset-es2015": "^6.18.0",
"leancloud-installation": "^1.0.0",
"leancloud-storage": "^1.5.0",
"react": "^15.4.1",
"react-native": "^0.38.1",
"react-native-animatable": "^1.0.0",
"react-native-blur": "^1.0.1",
"react-native-button": "^1.7.0",
"react-native-device-info": "^0.9.5",
"react-native-dialogs": "0.0.19",
"react-native-image-picker": "^0.24.1",
"react-native-orientation": "git+ssh://[email protected]/youennPennarun/react-native-orientation.git",
"react-native-scrollable-tab-view": "^0.7.0",
"react-native-star-rating": "^1.0.6",
"react-native-storage": "^0.1.4",
"react-native-swiper": "^1.5.4",
"react-native-timeago": "^0.3.0",
"react-native-update": "^4.0.0",
"react-native-vector-icons": "^3.0.0",
"react-redux": "^5.0.1",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"babel-jest": "17.0.2",
"babel-preset-react-native": "1.9.0",
"immutable-devtools": "0.0.7",
"jest": "17.0.3",
"jest-react-native": "17.1.0",
"react-native-debugger-open": "^0.3.2",
"react-test-renderer": "~15.4.0-rc.4"
}
}