-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.55 KB
/
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
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
{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"eject": "expo eject",
"extract": "lingui extract",
"compile": "lingui compile"
},
"dependencies": {
"@formatjs/intl-datetimeformat": "^4.2.3",
"@formatjs/intl-getcanonicallocales": "^1.7.3",
"@formatjs/intl-locale": "^2.4.37",
"@formatjs/intl-numberformat": "^7.2.3",
"@formatjs/intl-pluralrules": "^4.1.3",
"@formatjs/intl-relativetimeformat": "^9.2.3",
"@gorhom/bottom-sheet": "^4",
"@lingui/detect-locale": "^3.12.1",
"@lingui/macro": "^3.12.1",
"@lingui/react": "^3.12.1",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/datetimepicker": "3.5.2",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/material-bottom-tabs": "^6.0.5",
"@react-navigation/material-top-tabs": "^6.0.2",
"@react-navigation/native": "^6.0.2",
"@react-navigation/stack": "^6.0.7",
"@reduxjs/toolkit": "^1.6.1",
"@types/react-native-vector-icons": "^6.4.6",
"@types/whatwg-url": "^8.2.1",
"add": "^2.0.6",
"expo": "^43.0.0",
"expo-auth-session": "~3.4.2",
"expo-clipboard": "~2.0.3",
"expo-linking": "~2.4.2",
"expo-random": "~12.0.1",
"expo-splash-screen": "~0.13.4",
"expo-status-bar": "~1.1.0",
"expo-updates": "~0.10.5",
"jsc-android": "^250230.2.1",
"make-plural": "^7.0.0",
"query-string": "^7.0.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.2",
"react-native-gesture-handler": "~1.10.2",
"react-native-input-spinner": "^1.7.11",
"react-native-pager-view": "5.4.6",
"react-native-paper": "4.9.2",
"react-native-paper-dropdown": "^1.0.7",
"react-native-reanimated": "~2.2.0",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "3.9.0",
"react-native-shadow-2": "^4.1.0",
"react-native-simple-shadow-view": "^1.6.3",
"react-native-svg": "12.1.1",
"react-native-tab-view": "^3.1.1",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "0.17.1",
"react-redux": "^7.2.4",
"ts-replace-all": "^1.0.0",
"yarn": "^1.22.11"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@lingui/cli": "^3.12.1",
"@types/react": "~17.0.21",
"@types/react-dom": "~17.0.9",
"@types/react-native": "~0.64.12",
"typescript": "~4.3.5"
},
"private": true,
"name": "kirin-for-anilist",
"displayName": "Kirin for Anilist",
"version": "1.0.0"
}