-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
92 lines (92 loc) · 3.26 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
92
{
"name": "gpp-app",
"description": "Global Passport Project Mobile Application",
"version": "0.8.3",
"author": "antonio.dibattista <[email protected]>",
"main": "./index.js",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "npm run env -- prod && react-native start",
"start:dev": "npm run env -- dev && react-native start --reset-cache",
"env": "node ./env/set-env.js",
"build": "tsc -p ./tsconfig.json",
"clean": "rimraf ./dist ./web-build",
"lint": "tslint -c ./tslint.json ./src/**/*.{ts,tsx}",
"postinstall": "jetify"
},
"dependencies": {
"@eva-design/eva": "^1.4.0",
"@eva-design/material": "^1.4.0",
"@react-native-async-storage/async-storage": "^1.13.3",
"@react-native-community/masked-view": "^0.1.5",
"@react-navigation/bottom-tabs": "^5.0.0",
"@react-navigation/drawer": "^5.0.0",
"@react-navigation/material-top-tabs": "^5.0.0",
"@react-navigation/native": "^5.0.0",
"@react-navigation/stack": "^5.0.0",
"@reduxjs/toolkit": "^1.5.1",
"@sindresorhus/slugify": "^1.1.0",
"@ui-kitten/components": "^4.4.0",
"@ui-kitten/date-fns": "^4.4.0",
"@ui-kitten/eva-icons": "^4.4.0",
"@ui-kitten/moment": "^4.4.0",
"axios": "^0.21.1",
"babel-preset": "^1.1.7",
"babel-preset-expo": "^8.3.0",
"buffer": "^6.0.3",
"date-fns": "^1.30.1",
"form-data": "^3.0.0",
"i18n-js": "^3.8.0",
"moment": "^2.24.0",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "~0.61.5",
"react-native-app-intro-slider": "^4.0.4",
"react-native-appearance": "~0.3.1",
"react-native-auto-height-image": "^3.2.4",
"react-native-device-info": "^5.6.5",
"react-native-flatlist-slider": "^1.0.5",
"react-native-geocoding": "^0.5.0",
"react-native-gesture-handler": "~1.5.0",
"react-native-get-location": "^2.0.0",
"react-native-image-picker": "^3.1.4",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-loading-spinner-overlay": "^2.0.0",
"react-native-localize": "^2.0.1",
"react-native-map-clustering": "^3.4.2",
"react-native-maps": "0.27.1",
"react-native-open-maps": "^0.3.5",
"react-native-reanimated": "~1.4.0",
"react-native-restart": "0.0.20",
"react-native-safari-view": "^2.1.0",
"react-native-safe-area-context": "0.6.0",
"react-native-screens": "2.0.0-alpha.12",
"react-native-svg": "9.13.3",
"react-native-tab-view": "^2.13.0",
"react-native-web": "^0.11.7",
"react-redux": "^7.2.3",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/runtime": "^7.8.3",
"@types/react-native": "ts3.7",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"babel-plugin-module-resolver": "^4.0.0",
"conventional-changelog-cli": "^2.0.21",
"eslint": "^7.18.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.22.0",
"husky": "^1.1.2",
"jetifier": "^1.6.5",
"rimraf": "^2.6.2",
"tslint": "^6.0.0",
"typescript": "^3.7.5"
}
}