-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.44 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
{
"name": "carpenter-rewards-app",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest",
"lint": "eslint .",
"format": "prettier --write ."
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.23.1",
"axios": "^1.6.2",
"expo": "^52.0.18",
"expo-constants": "^17.0.3",
"expo-linking": "^7.0.3",
"expo-router": "^4.0.11",
"expo-secure-store": "~14.0.0",
"expo-sqlite": "^15.0.3",
"expo-status-bar": "~2.0.0",
"immer": "^10.1.1",
"jotai": "^2.6.0",
"react": "18.3.1",
"react-native": "0.76.5",
"react-native-gesture-handler": "~2.20.2",
"react-native-paper": "^5.12.5",
"react-native-reanimated": "~3.16.5",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-svg": "15.8.0",
"yup": "^1.3.2",
"zustand": "^5.0.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@types/react": "~18.3.12",
"typescript": "^5.3.2"
},
"private": true,
"description": "A React Native mobile application for carpenters to collect and redeem points through QR code scanning.",
"keywords": [],
"author": "",
"license": "ISC",
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"listUnknownPackages": false
}
}
}
}