forked from fangwei716/30-days-of-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 712 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 712 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
{
"name": "ThirtyDaysOfReactNative",
"version": "0.0.1",
"private": true,
"author": "fangwei716",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"gl-react": "^2.2.8",
"gl-react-native": "^2.34.0",
"react": "^15.4.2",
"react-native": "^0.40.0",
"react-native-chart": "^1.0.8-beta",
"react-native-gesture-password": "^0.2.0",
"react-native-linear-gradient": "^1.5.13",
"react-native-maps": "^0.11.0",
"react-native-scrollable-tab-view": "0.6.0",
"react-native-swipe-cards": "0.0.9",
"react-native-swiper": "^1.4.9",
"react-native-vector-icons": "^4.3.0",
"react-native-video": "^0.9.0"
}
}