-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
97 lines (97 loc) · 3.82 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
93
94
95
96
97
{
"name": "Crownstone",
"version": "6.0.0",
"private": true,
"scripts": {
"start": "tsc --watch",
"build": "tsc",
"react": "react-native start --reset-cache",
"react-lite": "react-native start --reset-cache --max-workers 2",
"test": "jest",
"ios": "react-native run-ios",
"iosUiTests": "npx wdio ./tests_ui/testConfigs/iosSimulator.conf.js",
"cleanTest": "jest --useStderr --no-cache --clearMocks",
"maintainTranslations": "node ../crownstone-app-translation-tools/maintainLanguageFiles.js",
"maintainTranslationsDelete": "node ../crownstone-app-translation-tools/maintainLanguageFiles.js --deleteLines true --deleteFiles true",
"missingStringCheck": "node ../crownstone-app-translation-tools/checkForMissingStrings.js",
"missingTranslationCheck": "node ../crownstone-app-translation-tools/textExtracterForTranslation.js",
"missingTranslationCheckApply": "node ../crownstone-app-translation-tools/textExtracterForTranslation.js --replace true",
"translation": "open ../crownstone-app-translation-tools/interactive/serverInterface.html; node ../crownstone-app-translation-tools/interactive/server.js"
},
"dependencies": {
"@bugsnag/react-native": "^7.11.0",
"@react-native-async-storage/async-storage": "^1.15.11",
"@react-native-community/blur": "^4.2.0",
"@react-native-community/datetimepicker": "5.1.0",
"@react-native-community/picker": "^1.8.1",
"@react-native-community/push-notification-ios": "^1.10.1",
"@react-native-community/slider": "^4.1.12",
"crownstone-sse": "5.4.1",
"lottie-ios": "3.2.3",
"lottie-react-native": "^5.0.1",
"moment": "^2.29.1",
"node-hue-api": "^4.0.9",
"react": "^17.0.2",
"react-native": "^0.66.5",
"react-native-console-time-polyfill": "^1.2.3",
"react-native-device-info": "^8.4.5",
"react-native-draggable-flatlist": "^3.1.1",
"react-native-fs": "^2.18.0",
"react-native-gesture-handler": "^2.4.1",
"react-native-image-picker": "^4.2.0",
"react-native-image-resizer": "^1.4.5",
"react-native-keep-awake": "4.0.0",
"react-native-localize": "^2.1.5",
"react-native-maps": "0.29.4",
"react-native-navigation": "7.28.0",
"react-native-peerjs": "^1.0.4",
"react-native-push-notification": "^8.1.1",
"react-native-reanimated": "^2.8.0",
"react-native-safe-area-context": "^4.3.3",
"react-native-screens": "^3.13.1",
"react-native-share": "^7.2.1",
"react-native-snap-carousel": "^3.9.1",
"react-native-splash-screen": "^3.3.0",
"react-native-sse": "^1.1.0",
"react-native-svg": "^12.3.0",
"react-native-uncontrolled-date-picker-ios": "^1.0.0",
"react-native-vector-icons": "^9.1.0",
"react-native-video": "^5.2.0",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"rn-eventsource-reborn": "^1.0.5",
"sha-1": "0.1.1",
"suncalc": "1.8.0"
},
"devDependencies": {
"@babel/core": "7.19.0",
"@babel/preset-env": "^7.19.0",
"@babel/preset-typescript": "^7.18.6",
"@bugsnag/source-maps": "^2.2.0",
"@react-native-community/cli-debugger-ui": "^5.0.1",
"@testing-library/react-native": "^7.2.0",
"@types/detox": "^18.1.0",
"@types/jest": "^29.0.2",
"@types/node": "^17.0.18",
"@types/node-hue-api": "^2.3.1",
"@types/react": "17.0.44",
"@types/react-native": "^0.66.18",
"@types/react-native-snap-carousel": "^3.7.4",
"babel-jest": "^27.5.1",
"detox": "^19.12.1",
"jasmine-fail-fast": "^2.0.1",
"jest": "^29.0.3",
"jest-cli": "^29.0.3",
"jest-date-mock": "^1.0.8",
"metro-react-native-babel-preset": "^0.66.2",
"node-fetch": "2.6.7",
"prettier": "^1.19.1",
"promise": "~8.1.0",
"react-native-cli": "^2.0.1",
"react-test-renderer": "^17.0.2",
"readline-sync": "^1.4.9",
"tape": "~4.10.1",
"ts-jest": "^29.0.1",
"typescript": "^4.8.3"
}
}