-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
73 lines (73 loc) · 2.32 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
{
"name": "flick",
"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 ."
},
"dependencies": {
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/slider": "^4.2.4",
"@react-native-picker/picker": "^2.4.2",
"@react-navigation/bottom-tabs": "^6.3.2",
"@react-navigation/native": "^6.0.11",
"@react-navigation/stack": "^6.2.2",
"@reduxjs/toolkit": "^1.8.3",
"axios": "^0.27.2",
"buffer": "^6.0.3",
"cheerio": "^1.0.0-rc.12",
"crypto-js": "4.1.1",
"deprecated-react-native-prop-types": "^2.3.0",
"himalaya": "^1.1.0",
"lodash": "^4.17.21",
"lottie-react-native": "^5.1.3",
"prop-types": "^15.8.1",
"react": "18.0.0",
"react-dom": "^18.2.0",
"react-native": "^0.69.3",
"react-native-awesome-slider": "^2.0.8",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.5.0",
"react-native-google-cast": "^4.6.2",
"react-native-immersive": "^2.0.0",
"react-native-orientation-locker": "^1.5.0",
"react-native-pip-android": "^1.0.1",
"react-native-reanimated": "^2.9.1",
"react-native-reanimated-player": "2.3.0",
"react-native-safe-area-context": "^4.3.1",
"react-native-screens": "^3.15.0",
"react-native-select-dropdown": "^3.3.0",
"react-native-system-setting": "^1.7.6",
"react-native-url-polyfill": "^1.3.0",
"react-native-vector-icons": "^9.2.0",
"react-native-video": "^6.0.0-alpha.1",
"react-navigation": "^4.4.4",
"react-navigation-stack": "^2.10.4",
"react-navigation-tabs": "^2.11.2",
"react-player": "^2.10.1",
"react-redux": "^8.0.2",
"rn-fetch-blob": "^0.12.0",
"shaka-player": "^3.2.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/cheerio": "^0.22.31",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-root-import": "^6.6.0",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.71.3",
"react-test-renderer": "18.0.0"
},
"jest": {
"preset": "react-native"
}
}