-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
147 lines (147 loc) · 4.47 KB
/
package.json
File metadata and controls
147 lines (147 loc) · 4.47 KB
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "gpsapp",
"description": "gpsapp",
"version": "v0.0.1",
"author": {
"name": "Ruben Dewitte",
"email": "ruben.dewitte@proximus.be"
},
"private": false,
"repository": {
"type": "git"
},
"scripts": {
"start": "react-native start -- --reset-cache",
"android": "react-native run-android --variant=Debug",
"lint": "eslint --ext .ts,.tsx src/**",
"lint:fix": "eslint src/** --ext .ts,.tsx --fix",
"test": "eslint src/**"
},
"dependencies": {
"@react-native-community/geolocation": "^2.0.2",
"@react-native-firebase/app": "^6.2.0",
"@react-native-firebase/database": "^6.2.0",
"@react-native-mapbox-gl/maps": "^8.6.0-beta.0",
"@turf/bbox": "^6.0.1",
"@turf/center": "^6.0.1",
"@turf/helpers": "^6.1.4",
"jetifier": "^1.6.5",
"lodash": "^4.17.19",
"moment": "^2.24.0",
"npm": "^6.13.4",
"pretty-ms": "^5.1.0",
"react": "^16.12.0",
"react-addons-update": "^15.6.2",
"react-native": "^0.61.5",
"react-native-android-location-enabler": "^1.2.0",
"react-native-dynamic-vector-icons": "^2.0.0",
"react-native-gesture-handler": "^1.5.3",
"react-native-modal": "^11.5.3",
"react-native-navigation": "^2.29.0",
"react-native-paper": "^3.4.0",
"react-native-reanimated": "^1.4.0",
"react-native-vector-icons": "^6.6.0",
"react-native-webrtc": "^1.75.3",
"react-navigation": "^4.0.10",
"react-navigation-hooks": "^1.1.0",
"react-navigation-material-bottom-tabs": "^2.1.5",
"react-navigation-stack": "^1.10.3",
"react-navigation-tabs": "^2.7.0",
"react-redux": "^7.1.3",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"shortid": "^2.2.15",
"socket.io-client": "^2.3.0",
"spherical-geometry-js": "^2.0.0",
"uuid": "3.4.0"
},
"license": "MIT",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.7",
"@rnx-kit/align-deps": "^3.0.0",
"@types/jest": "^23.3.13",
"@types/lodash": "^4.14.149",
"@types/pubsub-js": "^1.5.18",
"@types/react": "^17.0.80",
"@types/react-addons-update": "^0.14.20",
"@types/react-native": "^0.57.65",
"@types/react-native-material-dropdown": "^0.11.3",
"@types/react-native-vector-icons": "^6.4.5",
"@types/react-native-webrtc": "^1.75.0",
"@types/react-redux": "^7.1.5",
"@types/react-test-renderer": "^16.9.1",
"@types/redux-logger": "^3.0.6",
"@types/shortid": "0.0.29",
"@types/socket.io-client": "^1.4.32",
"@types/uuid": "^3.4.6",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"@typescript-eslint/parser": "^2.15.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "24.0.0",
"babel-preset-airbnb": "^3.2.0",
"babel-preset-react-native": "^4.0.1",
"cross-env": "^5.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-airbnb-typescript": "^6.3.1",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jest": "^22.21.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-watch": "^4.0.2",
"jest": "^24.7.1",
"metro-react-native-babel-preset": "^0.51.1",
"patch-package": "^6.2.0",
"prettier": "^1.19.1",
"react-addons-test-utils": "^15.6.2",
"react-native-eject": "^0.1.2",
"react-native-typescript-transformer": "^1.2.11",
"react-test-renderer": "16.6.3",
"regenerator-runtime": "^0.13.1",
"ts-jest": "^23.10.5",
"tslint": "^5.20.1",
"tslint-config-airbnb": "^5.11.1",
"typescript": "^3.7.4"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"^.+\\.(js)$": "<rootDir>/node_modules/babel-jest",
"\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"testPathIgnorePatterns": [
"\\.snap$",
"<rootDir>/node_modules/"
],
"collectCoverageFrom": [
"src/**/*.{js,jsx}",
"!**/node_modules/**",
"!ios/**",
"!android/**"
],
"cacheDirectory": ".jest/cache"
},
"engines": {
"node": ">=8.11.0 <=9",
"npm": ">=6.0.0",
"yarn": ">=1.9.2"
},
"rnpm": {
"assets": [
"./src/assets/fonts/"
]
}
}