forked from ishitaSaxenaCrowdbotics/spothunters-37803
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 3.16 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": "parkauthority-37803",
"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 .",
"web": "./node_modules/.bin/webpack-dev-server --config ./webpack.config.js --live-reload --color --mode development",
"web:build": "./node_modules/.bin/webpack --config ./webpack.config.js --color --mode production"
},
"dependencies": {
"@modules/login": "file:./modules/login/",
"@modules/maps": "file:./modules/maps/",
"@modules/onboarding": "file:./modules/onboarding/",
"@modules/payments": "file:./modules/payments",
"@modules/privacy-policy": "file:./modules/privacy-policy",
"@modules/qr-code": "file:./modules/qr-code/",
"@modules/social-login": "file:./modules/social-login/",
"@modules/splash": "file:./modules/splash/",
"@modules/terms-and-conditions": "file:./modules/terms-and-conditions",
"@react-native-async-storage/async-storage": "1.17.9",
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/native": "^5.9.3",
"@react-navigation/native-stack": "6.5.0",
"@react-navigation/stack": "^5.14.3",
"@reduxjs/toolkit": "^1.5.0",
"@stripe/stripe-react-native": "^0.2.2",
"axios": "^0.21.1",
"babel-plugin-import-glob": "^2.0.0",
"prop-types": "15.8.1",
"react": "17.0.1",
"react-dom": "^18.2.0",
"react-native": "0.64.0",
"react-native-camera": "4.2.1",
"react-native-dotenv": "^2.5.3",
"react-native-elements": "^3.3.1",
"react-native-gesture-handler": "^1.10.3",
"react-native-google-places-autocomplete": "2.4.1",
"react-native-maps": "0.27.1",
"react-native-maps-directions": "1.8.0",
"react-native-pager-view": "5.4.15",
"react-native-permissions": "^2.0.10",
"react-native-qrcode-scanner": "1.5.5",
"react-native-radio-buttons-group": "^2.2.11",
"react-native-reanimated": "~2.4.1",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "3.10.2",
"react-native-splash-screen": "3.3.0",
"react-native-tab-view": "3.1.1",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "^0.18.2",
"react-redux": "^7.2.2",
"redux": "^4.0.5"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.5",
"babel-plugin-import-glob-meta": "github:crowdbotics/babel-plugin-import-glob-meta",
"babel-plugin-react-native-web": "^0.18.2",
"eslint": "7.14.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.64.0",
"react-test-renderer": "17.0.1",
"url-loader": "^4.1.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
},
"jest": {
"preset": "react-native"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}