-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.26 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.26 KB
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
{
"name": "LOReader",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"fast-html-parser": "^1.0.1",
"moment": "^2.24.0",
"react": "^16.8.6",
"react-native": "^0.59.7",
"react-native-gesture-handler": "^1.2.1",
"react-native-i18n": "^2.0.15",
"react-native-orientation-locker": "^1.1.5",
"react-native-paper": "^2.15.2",
"react-native-reanimated": "^1.0.1",
"react-native-render-html": "^4.1.2",
"react-native-swipe-gestures": "^1.0.3",
"react-native-tab-view": "^2.3.0",
"react-native-vector-icons": "^6.4.2",
"react-navigation": "^3.9.1",
"react-navigation-material-bottom-tabs": "^1.0.0",
"react-redux": "^7.0.3",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"util": "^0.12.0"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/runtime": "^7.4.4",
"babel-jest": "^24.8.0",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.54.0",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
},
"main": "index.js",
"repository": "https://github.com/unreg/loreader",
"author": "unreg <black@tmnhy.su>",
"license": "MIT"
}