-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
91 lines (91 loc) · 2.93 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "rntsmovieapp",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"ios14": "react-native run-ios --simulator=\"iPhone 14 Pro Max\"",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"build": "rm -rf dist/ && webpack --mode=production --config webpack.config.js",
"web": "webpack serve --mode=development --config webpack.config.js"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.7",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-picker/picker": "^2.4.2",
"@react-navigation/bottom-tabs": "^6.3.2",
"@react-navigation/material-top-tabs": "^6.2.2",
"@react-navigation/native": "^6.0.11",
"@react-navigation/native-stack": "^6.7.0",
"@shopify/restyle": "^2.1.0",
"axios": "^1.1.2",
"i18n-js": "^3.9.2",
"i18next": "^22.0.6",
"lodash.memoize": "^4.1.2",
"moment": "^2.29.4",
"react": "18.0.0",
"react-i18next": "^12.0.0",
"react-native": "0.69.2",
"react-native-autocomplete-input": "^5.1.0",
"react-native-gesture-handler": "^2.5.0",
"react-native-localize": "^2.2.4",
"react-native-pager-view": "^5.4.25",
"react-native-razorpay": "^2.2.9",
"react-native-reanimated": "^2.9.1",
"react-native-safe-area-context": "^4.3.1",
"react-native-screens": "^3.15.0",
"react-native-snackbar-component": "^1.1.12",
"react-native-swiper": "^1.6.0",
"react-native-tab-view": "^3.1.1",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "^0.18.8",
"react-native-webview": "^11.23.0",
"react-native-youtube-iframe": "^2.2.2",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@svgr/webpack": "^6.3.1",
"@tsconfig/react-native": "^2.0.2",
"@types/jest": "^26.0.23",
"@types/react-native": "^0.69.3",
"@types/react-native-razorpay": "^2.2.0",
"@types/react-native-vector-icons": "^6.4.11",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.5",
"babel-plugin-react-native-web": "^0.18.8",
"detox": "^19.11.0",
"eslint": "^7.32.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.0.2",
"metro-react-native-babel-preset": "^0.70.3",
"react-dom": "^18.2.0",
"react-test-renderer": "18.0.0",
"typescript": "^4.4.4",
"url-loader": "^4.1.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.0"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}