This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.56 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
{
"name": "klear-frontend",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest",
"coverage": "jest --coverage"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.12",
"@react-navigation/native": "^6.1.3",
"@react-navigation/native-stack": "^6.9.9",
"@reduxjs/toolkit": "^1.9.3",
"@sentry/react": "^6.18.1-beta.0",
"@sentry/react-native": "4.9.0",
"@testing-library/jest-dom": "^5.16.5",
"@types/react-redux": "^7.1.25",
"expo": "~47.0.12",
"expo-application": "~5.0.1",
"expo-constants": "~14.0.2",
"expo-dev-client": "~2.0.1",
"expo-device": "~5.0.0",
"expo-status-bar": "~1.4.2",
"expo-updates": "~0.15.6",
"jest-cli": "^29.4.3",
"onesignal-expo-plugin": "^1.3.1",
"react": "18.1.0",
"jest-transform-stub": "^2.0.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-onesignal": "^4.5.1",
"react-native-safe-area-context": "^4.5.0",
"react-native-screens": "^3.19.0",
"react-native-svg": "13.4.0",
"react-native-web": "~0.18.9",
"react-redux": "^8.0.5",
"react-test-renderer": "18.1.0",
"sentry-expo": "4.2.0",
"expo-splash-screen": "~0.17.5"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/plugin-transform-react-jsx": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"@testing-library/jest-native": "^5.4.2",
"@testing-library/react-native": "^12.0.0-rc.2",
"@tsconfig/react-native": "^2.0.3",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.28",
"@types/react-native": "~0.70.6",
"@types/react-test-renderer": "^18.0.0",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"eslint": "^8.36.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-native": "^4.0.0",
"jest": "^29.5.0",
"jest-fetch-mock": "^3.0.3",
"nyc": "^15.1.0",
"react-native-dotenv": "^3.4.8",
"react-native-svg-transformer": "^1.0.0",
"ts-jest": "^29.0.5",
"typescript": "^5.0.2"
},
"private": true,
"nyc": {
"reporter": [
"lcov"
]
}
}