forked from fangwei716/30-days-of-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 880 Bytes
/
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
{
"name": "ThirtyDaysOfReactNative",
"version": "0.0.1",
"private": true,
"author": "weifang",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"clamp": "^1.0.1",
"fuzzy": "^0.1.1",
"react-native": "^0.21.0",
"react-native-blur": "^0.7.10",
"react-native-chart": "^0.1.12",
"react-native-loading-spinner-overlay": "0.0.8",
"react-native-linear-gradient": "^1.5.3",
"react-native-gesture-password": "^0.1.4",
"react-native-quick-actions": "^0.1.3",
"react-native-scrollable-tab-view": "^0.4.0",
"react-native-search-bar": "^2.8.0",
"react-native-swipe-cards": "0.0.7",
"react-native-swiper": "^1.4.3",
"react-native-touch-id": "^1.2.4",
"react-native-vector-icons": "^1.3.2",
"react-native-video": "^0.7.1",
"react-timer-mixin": "^0.13.3"
}
}