-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 4.06 KB
/
package.json
File metadata and controls
112 lines (112 loc) · 4.06 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "Unchart",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"build": "parcel build src/bridge/index.html --no-minify && spago build --purs-args '-g sourcemaps'",
"storybook": "start-storybook -p 7007"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@lightbase/react-native-orientation": "^3.2.6",
"@react-native-community/async-storage": "^1.6.2",
"@react-native-community/blur": "^3.3.1",
"@react-native-community/masked-view": "^0.1.6",
"@react-native-community/slider": "^2.0.2",
"@react-native-firebase/app": "^7.0.1",
"@react-native-firebase/in-app-messaging": "^7.0.1",
"@react-native-firebase/messaging": "^7.0.1",
"@react-navigation/material-bottom-tabs": "^5.0.7",
"@react-navigation/native": "^5.0.0",
"@react-navigation/stack": "^5.0.9",
"@segment/analytics-react-native": "^1.1.1-beta.6",
"@sentry/react-native": "^1.4.1",
"apollo-absinthe-upload-link": "^1.5.0",
"apollo-boost": "^0.4.4",
"apollo-cache-inmemory": "^1.6.3",
"apollo-cache-persist": "^0.1.1",
"apollo-client": "^2.6.4",
"apollo-link": "^1.2.13",
"apollo-link-context": "^1.0.19",
"apollo-link-error": "^1.1.12",
"apollo-link-http": "^1.5.16",
"buffer": "^5.6.0",
"crypto-browserify": "^3.12.0",
"ebisu-js": "^1.0.4",
"epubjs": "frasermince/epub.js#fm/page-jumping",
"epubjs-rn": "frasermince/epubjs-rn",
"events": "^3.0.0",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"jetifier": "^1.6.5",
"metro": "^0.56.3",
"parcel-bundler": "^1.12.4",
"parcel-plugin-inliner": "^1.0.13",
"patch-package": "^6.2.0",
"path-webpack": "^0.0.3",
"postinstall-postinstall": "^2.0.0",
"promise-retry": "^1.1.1",
"react": "16.9.0",
"react-native": "0.61.2",
"react-native-appstate-hook": "^1.0.3",
"react-native-card-flip": "^1.0.6",
"react-native-card-stack-swiper": "frasermince/react-native-card-stack-swiper",
"react-native-config": "^1.0.0",
"react-native-crypto": "^2.2.0",
"react-native-fast-image": "^8.3.2",
"react-native-fs": "^2.16.2",
"react-native-gesture-handler": "^1.6.1",
"react-native-google-image-search": "^0.1.0",
"react-native-htmlview": "^0.15.0",
"react-native-iap": "^4.4.2",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-localize": "^1.4.0",
"react-native-paper": "^3.6.0",
"react-native-power-translator": "^1.1.1",
"react-native-reanimated": "^1.9.0",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.7.0",
"react-native-sound": "^0.11.0",
"react-native-static-server": "^0.5.0",
"react-native-swiper": "https://github.com/leecade/react-native-swiper#5827a80002738abd1c0dc08428303c79bbc840c0",
"react-native-tab-view": "^2.14.2",
"react-native-tts": "^3.1.1",
"react-native-vector-icons": "^7.0.0",
"react-native-viewpager": "^0.2.13",
"react-native-webview": "^8.0.1",
"react-native-zip-archive": "^5.0.0",
"react-navigation-stack": "^1.10.3",
"rn-fetch-blob": "^0.11.2",
"sbd": "^1.0.16",
"wiktionary": "frasermince/wiktionary"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/runtime": "^7.6.3",
"@react-native-community/eslint-config": "^0.0.5",
"@storybook/addon-actions": "^5.3.18",
"@storybook/addon-links": "^5.3.18",
"@storybook/addons": "^5.3.18",
"@storybook/react-native": "^5.3.18",
"@storybook/react-native-server": "^5.3.18",
"babel-jest": "^24.9.0",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"eslint": "^6.5.1",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.57.0",
"react-dom": "16.9.0",
"react-native-dotenv": "^0.2.0",
"react-test-renderer": "16.9.0",
"reactotron-react-native": "^4.0.3"
},
"jest": {
"preset": "react-native"
}
}