-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.35 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.35 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
{
"name": "coreplus",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest",
"test:coverage": "jest --coverage",
"test:coverage-silent": "jest --coverage --silent"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.1.1",
"expo": "~52.0.28",
"expo-camera": "~16.0.14",
"expo-checkbox": "^4.0.1",
"expo-linking": "~7.0.5",
"expo-router": "~4.0.17",
"expo-status-bar": "~2.0.1",
"nativewind": "^4.1.23",
"react": "18.3.1",
"react-native": "0.76.6",
"react-native-ble-plx": "^3.4.0",
"react-native-gesture-handler": "~2.20.2",
"react-native-permissions": "^5.2.5",
"react-native-reanimated": "^3.16.7",
"react-native-safe-area-context": "^4.12.0",
"react-native-screens": "^4.6.0",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@react-native-community/cli": "latest",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.9.0",
"@types/jest": "^29.5.14",
"@types/react": "~18.3.12",
"jest": "^29.7.0",
"jest-expo": "^52.0.2",
"jest-mock": "^29.7.0",
"react-test-renderer": "^18.3.1",
"typescript": "^5.3.3"
},
"private": true
}