-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 767 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 767 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
25
26
27
28
{
"name": "Reading",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "yarn react-native start",
"postinstall": "npx jetify"
},
"dependencies": {
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react": "16.8.6",
"react-native": "^0.60.5",
"react-native-elements": "^1.1.0",
"react-native-gesture-handler": "^1.3.0",
"react-native-image-zoom-viewer": "^2.2.26",
"react-native-page-scrollview": "^1.0.2",
"react-native-popup-dialog": "^0.18.3",
"react-native-storage": "^1.0.1",
"react-native-swiper": "^1.6.0-nightly.3",
"react-native-vector-icons": "^6.6.0",
"react-native-webview": "^6.9.0",
"react-navigation": "^3.11.1"
},
"devDependencies": {
"jetifier": "^1.6.4"
}
}